summaryrefslogtreecommitdiff
path: root/audio/id3
diff options
context:
space:
mode:
authorsketch <sketch@pkgsrc.org>2003-12-23 18:11:19 +0000
committersketch <sketch@pkgsrc.org>2003-12-23 18:11:19 +0000
commitb1e1a6a32d9e20bd0b12442cea4206dc53447a62 (patch)
tree95de99b3619d5c75c8786f0787366167e43dccee /audio/id3
parent3290cf623f2398f0fdffde2757b0bcc6241793d0 (diff)
downloadpkgsrc-b1e1a6a32d9e20bd0b12442cea4206dc53447a62.tar.gz
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 (limited to 'audio/id3')
-rw-r--r--audio/id3/distinfo5
-rw-r--r--audio/id3/patches/patch-aa4
-rw-r--r--audio/id3/patches/patch-ab12
3 files changed, 17 insertions, 4 deletions
diff --git a/audio/id3/distinfo b/audio/id3/distinfo
index f0315301332..b928a51be8e 100644
--- a/audio/id3/distinfo
+++ b/audio/id3/distinfo
@@ -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 --git a/audio/id3/patches/patch-aa b/audio/id3/patches/patch-aa
index 6648fc5ab4e..3e012fc1e89 100644
--- a/audio/id3/patches/patch-aa
+++ b/audio/id3/patches/patch-aa
@@ -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 @@ $NetBSD: patch-aa,v 1.1.1.1 2001/10/12 09:21:15 agc Exp $
- $(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 --git a/audio/id3/patches/patch-ab b/audio/id3/patches/patch-ab
new file mode 100644
index 00000000000..326a5769a65
--- /dev/null
+++ b/audio/id3/patches/patch-ab
@@ -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>