pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/vorbis-tools If you check for NAME_MAX, you shou...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b98b4ed5312a
branches:  trunk
changeset: 500179:b98b4ed5312a
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Oct 03 15:59:13 2005 +0000

description:
If you check for NAME_MAX, you should include limits.h. This fixes the
compilation on DragonFly.

diffstat:

 audio/vorbis-tools/distinfo         |   3 ++-
 audio/vorbis-tools/patches/patch-ad |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r 7159ba10de86 -r b98b4ed5312a audio/vorbis-tools/distinfo
--- a/audio/vorbis-tools/distinfo       Mon Oct 03 15:53:34 2005 +0000
+++ b/audio/vorbis-tools/distinfo       Mon Oct 03 15:59:13 2005 +0000
@@ -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 @@
 SHA1 (patch-aa) = 2adc912765d58b19c1285c12ac0935b860b7da34
 SHA1 (patch-ab) = 6c154334ea5a7a7e76982f0588de30548c802fca
 SHA1 (patch-ac) = 7eb178a2d7a5dbecd83a5df0138c9ab41943251a
+SHA1 (patch-ad) = 729ca84168ee781335429840ee54a2b894b82f54
diff -r 7159ba10de86 -r b98b4ed5312a audio/vorbis-tools/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/vorbis-tools/patches/patch-ad       Mon Oct 03 15:59:13 2005 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index