summaryrefslogtreecommitdiffstats
path: root/audio/mpg123
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2002-07-08 09:57:13 +0000
committerdes <des@FreeBSD.org>2002-07-08 09:57:13 +0000
commitfb1c9dc14bf5c24db2ec1d97b9999fa255692bbc (patch)
tree88f9d87f4119a8a3c6c613d536647d04a3788574 /audio/mpg123
parent8d2451ee181ad363531f357a377a7c76451d2578 (diff)
downloadFreeBSD-ports-fb1c9dc14bf5c24db2ec1d97b9999fa255692bbc.zip
FreeBSD-ports-fb1c9dc14bf5c24db2ec1d97b9999fa255692bbc.tar.gz
Remove an unwanted hunk that snuck in with the previous commit.
Diffstat (limited to 'audio/mpg123')
-rw-r--r--audio/mpg123/Makefile2
-rw-r--r--audio/mpg123/files/patch-ab21
2 files changed, 1 insertions, 22 deletions
diff --git a/audio/mpg123/Makefile b/audio/mpg123/Makefile
index c925439..caab42c 100644
--- a/audio/mpg123/Makefile
+++ b/audio/mpg123/Makefile
@@ -7,7 +7,7 @@
PORTNAME= mpg123
PORTVERSION= 0.59r
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= audio ipv6
MASTER_SITES= http://www.mpg123.de/mpg123/ \
http://www-ti.informatik.uni-tuebingen.de/~hippm/mpg123/ \
diff --git a/audio/mpg123/files/patch-ab b/audio/mpg123/files/patch-ab
index 4d701e2..a2554a4 100644
--- a/audio/mpg123/files/patch-ab
+++ b/audio/mpg123/files/patch-ab
@@ -1,6 +1,3 @@
-
-$FreeBSD$
-
--- mpg123.c.orig Tue Aug 21 19:48:17 2001
+++ mpg123.c Tue Aug 21 19:49:02 2001
@@ -27,6 +27,10 @@
@@ -52,21 +49,3 @@ $FreeBSD$
if(sizeof(short) != 2) {
fprintf(stderr,"Ouch SHORT has size of %d bytes (required: '2')\n",(int)sizeof(short));
exit(1);
-@@ -917,17 +925,6 @@
- &dirname, &filename))
- fprintf(stderr, "\nDirectory: %s", dirname);
- fprintf(stderr, "\nPlaying MPEG stream from %s ...\n", filename);
--
--#if !defined(GENERIC)
--{
-- const char *term_type;
-- term_type = getenv("TERM");
-- if (!strcmp(term_type,"xterm"))
-- {
-- fprintf(stderr, "\033]0;%s\007", filename);
-- }
--}
--#endif
-
- }
-
OpenPOWER on IntegriCloud