1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Remove an unwanted hunk that snuck in with the previous commit.

This commit is contained in:
Dag-Erling Smørgrav 2002-07-08 09:57:13 +00:00
parent bce4cd54ee
commit 2d783a044c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62640
2 changed files with 1 additions and 22 deletions

View File

@ -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/ \

View File

@ -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
}