pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/faad2 Write newline character to stderr instead ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/723d7397ad78
branches:  trunk
changeset: 504284:723d7397ad78
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Dec 08 10:06:32 2005 +0000

description:
Write newline character to stderr instead of stdout, to avoid
polluting the output stream when -w is used. From Parag Patel in PR 32268.
While here, add missing directory to PLIST. Bump PKGREVISION.

diffstat:

 audio/faad2/Makefile         |   4 ++--
 audio/faad2/PLIST            |   3 ++-
 audio/faad2/distinfo         |   3 ++-
 audio/faad2/patches/patch-am |  13 +++++++++++++
 4 files changed, 19 insertions(+), 4 deletions(-)

diffs (59 lines):

diff -r 937f1348b285 -r 723d7397ad78 audio/faad2/Makefile
--- a/audio/faad2/Makefile      Thu Dec 08 09:52:15 2005 +0000
+++ b/audio/faad2/Makefile      Thu Dec 08 10:06:32 2005 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.29 2005/12/05 20:49:47 rillig Exp $
+# $NetBSD: Makefile,v 1.30 2005/12/08 10:06:32 wiz Exp $
 #
 
 DISTNAME=      faad2-2.0
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=faac/}
 
diff -r 937f1348b285 -r 723d7397ad78 audio/faad2/PLIST
--- a/audio/faad2/PLIST Thu Dec 08 09:52:15 2005 +0000
+++ b/audio/faad2/PLIST Thu Dec 08 10:06:32 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2005/10/09 03:23:11 ben Exp $
+@comment $NetBSD: PLIST,v 1.6 2005/12/08 10:06:32 wiz Exp $
 bin/faad
 include/faad2/faad2-config.h
 include/faad2/faad.h
@@ -9,3 +9,4 @@
 lib/libfaad.la
 lib/libmp4ff.la
 lib/libmp4v2.la
+@dirrm include/faad2
diff -r 937f1348b285 -r 723d7397ad78 audio/faad2/distinfo
--- a/audio/faad2/distinfo      Thu Dec 08 09:52:15 2005 +0000
+++ b/audio/faad2/distinfo      Thu Dec 08 10:06:32 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2005/10/09 03:23:11 ben Exp $
+$NetBSD: distinfo,v 1.10 2005/12/08 10:06:32 wiz Exp $
 
 SHA1 (faad2-2.0.tar.gz) = fc9f8d0812a9f46bbd851880045131e0e4ab08b8
 RMD160 (faad2-2.0.tar.gz) = e1e4d7c96cbc3db2b9e67385062ccf5decb61f90
@@ -15,3 +15,4 @@
 SHA1 (patch-aj) = 06a8641803fdae5055f66255c57634b8f8619a77
 SHA1 (patch-ak) = baed39b230c085cb67710f95e2b11a801547d366
 SHA1 (patch-al) = e3dcbf3a0f19a4aca58bcad4ba079b2fee7415e2
+SHA1 (patch-am) = 7473594abc5349658a100db4a7dada5a8835468c
diff -r 937f1348b285 -r 723d7397ad78 audio/faad2/patches/patch-am
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/faad2/patches/patch-am      Thu Dec 08 10:06:32 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-am,v 1.1 2005/12/08 10:06:32 wiz Exp $
+
+--- frontend/main.c.orig       2004-01-06 12:59:47.000000000 +0100
++++ frontend/main.c
+@@ -832,7 +832,7 @@ int decodeMP4file(char *mp4file, char *s
+                 }
+             }
+         }
+-        if (j > 0) printf("\n");
++        if (j > 0) fprintf(stderr, "\n");
+ #endif
+     }
+ 



Home | Main Index | Thread Index | Old Index