pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/tremor-tools Include the same fix for NAME_MAX u...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a9a36f9de476
branches: trunk
changeset: 502146:a9a36f9de476
user: joerg <joerg%pkgsrc.org@localhost>
date: Wed Nov 02 19:02:53 2005 +0000
description:
Include the same fix for NAME_MAX usage as vorbis-tools.
diffstat:
audio/tremor-tools/distinfo | 3 ++-
audio/tremor-tools/patches/patch-ag | 12 ++++++++++++
2 files changed, 14 insertions(+), 1 deletions(-)
diffs (30 lines):
diff -r 39a19b4c691e -r a9a36f9de476 audio/tremor-tools/distinfo
--- a/audio/tremor-tools/distinfo Wed Nov 02 19:00:16 2005 +0000
+++ b/audio/tremor-tools/distinfo Wed Nov 02 19:02:53 2005 +0000
@@ -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-ad) = 81beeaa3f8ae918fa30df26f06c92a45914ccb99
SHA1 (patch-ae) = 37b3128b58fd6dcaf303930c64ac7bf6df9fa043
SHA1 (patch-af) = 4bdf3edbd80ffdeacdc260fe172468ec2b0b3efb
+SHA1 (patch-ag) = 729ca84168ee781335429840ee54a2b894b82f54
diff -r 39a19b4c691e -r a9a36f9de476 audio/tremor-tools/patches/patch-ag
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/tremor-tools/patches/patch-ag Wed Nov 02 19:02:53 2005 +0000
@@ -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>
Home |
Main Index |
Thread Index |
Old Index