pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/macutil When checking for POSIX NAME_MAX sty...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b0e7f02b5178
branches:  trunk
changeset: 502604:b0e7f02b5178
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Nov 07 13:23:36 2005 +0000

description:
When checking for POSIX NAME_MAX style variables, limits.h should be
included first.

diffstat:

 archivers/macutil/distinfo         |   3 ++-
 archivers/macutil/patches/patch-ac |  11 +++++++++++
 2 files changed, 13 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r bc849e319498 -r b0e7f02b5178 archivers/macutil/distinfo
--- a/archivers/macutil/distinfo        Mon Nov 07 12:55:06 2005 +0000
+++ b/archivers/macutil/distinfo        Mon Nov 07 13:23:36 2005 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.5 2005/10/31 04:42:38 minskim Exp $
+$NetBSD: distinfo,v 1.6 2005/11/07 13:23:36 joerg Exp $
 
 SHA1 (macutil2.0b3.shar.Z) = 820e4dd278fe8d043306134aaafccab10b832218
 RMD160 (macutil2.0b3.shar.Z) = 5cf3b22d8bdd3a8fa61211e7a0d598ebac9bbfe4
 Size (macutil2.0b3.shar.Z) = 167565 bytes
 SHA1 (patch-aa) = 418d0cdd57a0d378902b653cd4ddb8279ff0e0e8
 SHA1 (patch-ab) = a731ae3a6d796206a8f27d5a93f35e054bf87cc6
+SHA1 (patch-ac) = c7ea3081e7d9c61cb79c5cfa2cb9de804fe6462a
diff -r bc849e319498 -r b0e7f02b5178 archivers/macutil/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/macutil/patches/patch-ac        Mon Nov 07 13:23:36 2005 +0000
@@ -0,0 +1,11 @@
+$NetBSD: patch-ac,v 1.1 2005/11/07 13:23:36 joerg Exp $
+
+--- util/transname.c.orig      2005-11-07 12:58:59.000000000 +0000
++++ util/transname.c
+@@ -1,5 +1,6 @@
+ #include <sys/types.h>
+ #include <sys/dir.h>
++#include <limits.h>
+ 
+ char *strncpy();
+ 



Home | Main Index | Thread Index | Old Index