pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/id3 Do not attempt to include the non-standard g...
details: https://anonhg.NetBSD.org/pkgsrc/rev/84d9c790a5a7
branches: trunk
changeset: 465197:84d9c790a5a7
user: sketch <sketch%pkgsrc.org@localhost>
date: Tue Dec 23 18:11:19 2003 +0000
description:
Do not attempt to include the non-standard getopt.h, unistd.h should
be sufficient.
Remove an unnecessary install argument to allow this package to install
unprivileged.
diffstat:
audio/id3/distinfo | 5 +++--
audio/id3/patches/patch-aa | 4 ++--
audio/id3/patches/patch-ab | 12 ++++++++++++
3 files changed, 17 insertions(+), 4 deletions(-)
diffs (43 lines):
diff -r 6417c4e05ae8 -r 84d9c790a5a7 audio/id3/distinfo
--- a/audio/id3/distinfo Tue Dec 23 18:05:57 2003 +0000
+++ b/audio/id3/distinfo Tue Dec 23 18:11:19 2003 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2001/10/12 09:21:15 agc Exp $
+$NetBSD: distinfo,v 1.2 2003/12/23 18:11:19 sketch Exp $
SHA1 (id3_0.12.orig.tar.gz) = 6e74313f56214a73ef8b54edabd698444e07080f
Size (id3_0.12.orig.tar.gz) = 12492 bytes
-SHA1 (patch-aa) = bdc5f4ffb461e65657d56b878ae4545121b4be15
+SHA1 (patch-aa) = 94a50bdb147f9cc1df48409882ccdd4a76a43c69
+SHA1 (patch-ab) = e9343a34088e6ca9bbb0315399e9c8e604546c54
diff -r 6417c4e05ae8 -r 84d9c790a5a7 audio/id3/patches/patch-aa
--- a/audio/id3/patches/patch-aa Tue Dec 23 18:05:57 2003 +0000
+++ b/audio/id3/patches/patch-aa Tue Dec 23 18:11:19 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.1.1.1 2001/10/12 09:21:15 agc Exp $
+$NetBSD: patch-aa,v 1.2 2003/12/23 18:11:19 sketch Exp $
--- Makefile 2001/10/12 08:59:21 1.1
+++ Makefile 2001/10/12 09:11:16
@@ -35,4 +35,4 @@
- $(INSTALL) -d -m 755 $(mandir)
- $(INSTALL) -m 644 -o 0 $(PRODUCT).1 $(mandir)
+ $(BSD_INSTALL_PROGRAM) $(PRODUCT) $(bindir)
-+ $(BSD_INSTALL_MAN) -m 644 -o 0 $(PRODUCT).1 $(mandir)
++ $(BSD_INSTALL_MAN) $(PRODUCT).1 $(mandir)
diff -r 6417c4e05ae8 -r 84d9c790a5a7 audio/id3/patches/patch-ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/id3/patches/patch-ab Tue Dec 23 18:11:19 2003 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1 2003/12/23 18:11:19 sketch Exp $
+
+--- id3.c.orig 2003-12-23 12:32:28.874414092 +0000
++++ id3.c 2003-12-23 12:32:49.648359969 +0000
+@@ -34,7 +34,6 @@
+
+ #include <stdio.h>
+ #include <stdlib.h>
+-#include <getopt.h>
+ #include <errno.h>
+ #include <unistd.h>
+ #include <string.h>
Home |
Main Index |
Thread Index |
Old Index