pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/mp3_check Don't include <getopt.h> if all you ne...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/54e3bcbc12ae
branches:  trunk
changeset: 501815:54e3bcbc12ae
user:      tv <tv%pkgsrc.org@localhost>
date:      Sat Oct 29 16:26:21 2005 +0000

description:
Don't include <getopt.h> if all you need is traditional getopt.
(Interix doesn't have getopt.h, but getopt(3) is in unistd.h as with other OS.)

diffstat:

 audio/mp3_check/distinfo         |   3 ++-
 audio/mp3_check/patches/patch-aa |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r abf95848aca1 -r 54e3bcbc12ae audio/mp3_check/distinfo
--- a/audio/mp3_check/distinfo  Sat Oct 29 16:20:26 2005 +0000
+++ b/audio/mp3_check/distinfo  Sat Oct 29 16:26:21 2005 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.4 2005/02/23 20:39:49 agc Exp $
+$NetBSD: distinfo,v 1.5 2005/10/29 16:26:21 tv Exp $
 
 SHA1 (mp3_check-1.98.tar.gz) = 64f796d9b29fecb34ce05b05d75404aadd8fdb52
 RMD160 (mp3_check-1.98.tar.gz) = d05203fdd1bc7079b6dfb71ed4f3b0ad074256b4
 Size (mp3_check-1.98.tar.gz) = 83098 bytes
+SHA1 (patch-aa) = a58c9a6ff729e9bc41b259146773a18440a41a8e
 SHA1 (patch-ab) = 6c63b7addb3721d392a00d36e8efef8464b66ebd
 SHA1 (patch-ac) = f3e348cbab998e4247f5e6630e55966df8bc6899
diff -r abf95848aca1 -r 54e3bcbc12ae audio/mp3_check/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/mp3_check/patches/patch-aa  Sat Oct 29 16:26:21 2005 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.3 2005/10/29 16:26:21 tv Exp $
+
+--- mp3_check.c.orig   2000-07-29 02:51:38.000000000 -0400
++++ mp3_check.c
+@@ -62,7 +62,6 @@ GOALS:               Initially, making a higly accura
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <unistd.h>
+-#include <getopt.h>
+ #include "mp3_check.h"
+ 
+ // FUNCTION PROTOTYPES HAPPEN HERE 



Home | Main Index | Thread Index | Old Index