summaryrefslogtreecommitdiff
path: root/audio/vorbis-tools
diff options
context:
space:
mode:
authorjoerg <joerg>2005-10-03 15:59:13 +0000
committerjoerg <joerg>2005-10-03 15:59:13 +0000
commit9d741d5a1c0db4ee30ab2a4cb51fcf9470f09fa8 (patch)
tree04671481ac7266df3a94dfdfc7e4c990f1255e39 /audio/vorbis-tools
parentcdb06dfbb3c7cad9aac6757b8cabed083c613e7f (diff)
downloadpkgsrc-9d741d5a1c0db4ee30ab2a4cb51fcf9470f09fa8.tar.gz
If you check for NAME_MAX, you should include limits.h. This fixes the
compilation on DragonFly.
Diffstat (limited to 'audio/vorbis-tools')
-rw-r--r--audio/vorbis-tools/distinfo3
-rw-r--r--audio/vorbis-tools/patches/patch-ad12
2 files changed, 14 insertions, 1 deletions
diff --git a/audio/vorbis-tools/distinfo b/audio/vorbis-tools/distinfo
index 21abcac2b36..d6d2c1f55e6 100644
--- a/audio/vorbis-tools/distinfo
+++ b/audio/vorbis-tools/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.14 2005/02/23 20:39:53 agc Exp $
+$NetBSD: distinfo,v 1.15 2005/10/03 15:59:13 joerg Exp $
SHA1 (vorbis-tools-1.0.1.tar.gz) = 5555a55acd643fcca7020b7de4900aeb706725e5
RMD160 (vorbis-tools-1.0.1.tar.gz) = 78a53430311c45463369ae6f836ca68ce900d741
@@ -6,3 +6,4 @@ Size (vorbis-tools-1.0.1.tar.gz) = 717697 bytes
SHA1 (patch-aa) = 2adc912765d58b19c1285c12ac0935b860b7da34
SHA1 (patch-ab) = 6c154334ea5a7a7e76982f0588de30548c802fca
SHA1 (patch-ac) = 7eb178a2d7a5dbecd83a5df0138c9ab41943251a
+SHA1 (patch-ad) = 729ca84168ee781335429840ee54a2b894b82f54
diff --git a/audio/vorbis-tools/patches/patch-ad b/audio/vorbis-tools/patches/patch-ad
new file mode 100644
index 00000000000..d3616a9f0e3
--- /dev/null
+++ b/audio/vorbis-tools/patches/patch-ad
@@ -0,0 +1,12 @@
+$NetBSD: patch-ad,v 1.1 2005/10/03 15:59:13 joerg Exp $
+
+--- ogg123/playlist.c.orig 2005-08-17 20:03:15.000000000 +0000
++++ ogg123/playlist.c
+@@ -19,6 +19,7 @@
+ #include <stdlib.h>
+ #include <string.h>
+ #include <ctype.h>
++#include <limits.h>
+ #include <sys/types.h>
+ #include <sys/stat.h>
+ #include <unistd.h>