pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/mp3splt No need to include <getopt.h> as getsubo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a0d8de1aa313
branches:  trunk
changeset: 501919:a0d8de1aa313
user:      tv <tv%pkgsrc.org@localhost>
date:      Mon Oct 31 15:59:14 2005 +0000

description:
No need to include <getopt.h> as getsubopt/getopt_long is not needed.

diffstat:

 audio/mp3splt/distinfo         |   3 ++-
 audio/mp3splt/patches/patch-aa |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 585bcead05ed -r a0d8de1aa313 audio/mp3splt/distinfo
--- a/audio/mp3splt/distinfo    Mon Oct 31 15:56:35 2005 +0000
+++ b/audio/mp3splt/distinfo    Mon Oct 31 15:59:14 2005 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.5 2005/10/20 00:38:55 wiz Exp $
+$NetBSD: distinfo,v 1.6 2005/10/31 15:59:14 tv Exp $
 
 SHA1 (mp3splt-2.1c-src.tar.gz) = 40962d696c2a687569ab55382600178f5c8fd2b1
 RMD160 (mp3splt-2.1c-src.tar.gz) = 857b225ac4645cc43cc0381e5ecfe908d9c01fb9
 Size (mp3splt-2.1c-src.tar.gz) = 131810 bytes
+SHA1 (patch-aa) = f90ac091d136de06b00daee259dcfadd77b68e30
diff -r 585bcead05ed -r a0d8de1aa313 audio/mp3splt/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/mp3splt/patches/patch-aa    Mon Oct 31 15:59:14 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.3 2005/10/31 15:59:14 tv Exp $
+
+--- mp3splt.c.orig     2005-03-26 08:51:56.000000000 -0500
++++ mp3splt.c
+@@ -38,8 +38,6 @@
+ #include <vorbis/vorbisfile.h>
+ #endif
+ 
+-#include "getopt.h"
+-
+ #include "mp3.h"
+ #include "wrap.h"
+ #include "ogg.h"



Home | Main Index | Thread Index | Old Index