summaryrefslogtreecommitdiff
path: root/audio/tremor-tools
diff options
context:
space:
mode:
authorjoerg <joerg>2005-11-02 19:02:53 +0000
committerjoerg <joerg>2005-11-02 19:02:53 +0000
commit4cfb945a9585e8b72e6b9e240569bc5ffc1be817 (patch)
tree1e6f538c552c87f1a80546c34fdb681c077af00f /audio/tremor-tools
parent0a1dc533300f0e6c494201dcddcc471a5a8553df (diff)
downloadpkgsrc-4cfb945a9585e8b72e6b9e240569bc5ffc1be817.tar.gz
Include the same fix for NAME_MAX usage as vorbis-tools.
Diffstat (limited to 'audio/tremor-tools')
-rw-r--r--audio/tremor-tools/distinfo3
-rw-r--r--audio/tremor-tools/patches/patch-ag12
2 files changed, 14 insertions, 1 deletions
diff --git a/audio/tremor-tools/distinfo b/audio/tremor-tools/distinfo
index 1a1a7c4c6d7..770e0155efc 100644
--- a/audio/tremor-tools/distinfo
+++ b/audio/tremor-tools/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2005/02/23 20:39:52 agc Exp $
+$NetBSD: distinfo,v 1.3 2005/11/02 19:02:53 joerg Exp $
SHA1 (vorbis-tools-1.0.tar.gz) = 5c2508786cf6a2a270c697d3debe66ee83df376d
RMD160 (vorbis-tools-1.0.tar.gz) = 2f3874699be904fdf64c6edf09e21ccb8f0eee28
@@ -9,3 +9,4 @@ SHA1 (patch-ac) = c38abc6647d990c89258e14a959db80cd4656db7
SHA1 (patch-ad) = 81beeaa3f8ae918fa30df26f06c92a45914ccb99
SHA1 (patch-ae) = 37b3128b58fd6dcaf303930c64ac7bf6df9fa043
SHA1 (patch-af) = 4bdf3edbd80ffdeacdc260fe172468ec2b0b3efb
+SHA1 (patch-ag) = 729ca84168ee781335429840ee54a2b894b82f54
diff --git a/audio/tremor-tools/patches/patch-ag b/audio/tremor-tools/patches/patch-ag
new file mode 100644
index 00000000000..b1a4a9cc434
--- /dev/null
+++ b/audio/tremor-tools/patches/patch-ag
@@ -0,0 +1,12 @@
+$NetBSD: patch-ag,v 1.1 2005/11/02 19:02:53 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>