pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/arts limits.h is the appropriate include for PAT...
details: https://anonhg.NetBSD.org/pkgsrc/rev/bc61ac39605f
branches: trunk
changeset: 396441:bc61ac39605f
user: tnn <tnn%pkgsrc.org@localhost>
date: Fri Jul 24 12:12:06 2009 +0000
description:
limits.h is the appropriate include for PATH_MAX. Pointed by dholland.
diffstat:
audio/arts/distinfo | 4 ++--
audio/arts/patches/patch-aj | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (33 lines):
diff -r 17d187afa11b -r bc61ac39605f audio/arts/distinfo
--- a/audio/arts/distinfo Fri Jul 24 12:10:18 2009 +0000
+++ b/audio/arts/distinfo Fri Jul 24 12:12:06 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.49 2009/07/21 11:27:22 tnn Exp $
+$NetBSD: distinfo,v 1.50 2009/07/24 12:12:06 tnn Exp $
SHA1 (arts-1.5.10.tar.bz2) = 2e5507f64a4a4a9ad446cc987dff157e38f98274
RMD160 (arts-1.5.10.tar.bz2) = 8c237ebd06ac82b88cf7394722fb8da459902ee7
@@ -12,4 +12,4 @@
SHA1 (patch-ag) = 618e792fe0338e0c00b442ea8a4d0f68a96e13a3
SHA1 (patch-ah) = fb545153a03202e8f4a5955a01ceeeee69ba12c5
SHA1 (patch-ai) = aee6c94746a84aae101decc1ca5b2fff43a669c1
-SHA1 (patch-aj) = d84825a3218a473b3f1c4e98dd6b1ba05b344f7e
+SHA1 (patch-aj) = ad2637ffab24e501d858d4a32b337ffbb940e5b0
diff -r 17d187afa11b -r bc61ac39605f audio/arts/patches/patch-aj
--- a/audio/arts/patches/patch-aj Fri Jul 24 12:10:18 2009 +0000
+++ b/audio/arts/patches/patch-aj Fri Jul 24 12:12:06 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-aj,v 1.1 2009/07/21 11:27:23 tnn Exp $
+$NetBSD: patch-aj,v 1.2 2009/07/24 12:12:06 tnn Exp $
--- mcop/mcoputils.cc.orig 2008-02-13 10:35:23.000000000 +0100
+++ mcop/mcoputils.cc
@@ -6,7 +6,7 @@
#include <pwd.h>
#include <sys/stat.h>
#include <sys/types.h>
-+#include <sys/param.h> /* for PATH_MAX */
++#include <limits.h> /* for PATH_MAX */
#include <fcntl.h>
#include <unistd.h>
#include <netdb.h>
Home |
Main Index |
Thread Index |
Old Index