pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/priv Fix build on Red Hat 7.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/21391caff5e6
branches:  trunk
changeset: 470634:21391caff5e6
user:      uebayasi <uebayasi%pkgsrc.org@localhost>
date:      Thu Mar 11 01:41:49 2004 +0000

description:
Fix build on Red Hat 7.3.

diffstat:

 security/priv/distinfo         |   4 ++--
 security/priv/patches/patch-ab |  17 +++++++++++++++++
 2 files changed, 19 insertions(+), 2 deletions(-)

diffs (32 lines):

diff -r 352759065d88 -r 21391caff5e6 security/priv/distinfo
--- a/security/priv/distinfo    Thu Mar 11 01:27:05 2004 +0000
+++ b/security/priv/distinfo    Thu Mar 11 01:41:49 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2004/03/04 02:57:00 simonb Exp $
+$NetBSD: distinfo,v 1.5 2004/03/11 01:41:49 uebayasi Exp $
 
 SHA1 (priv-1.0-beta2.tar.gz) = dee75baaf320c5dee112376cca0bb08a635f2806
 Size (priv-1.0-beta2.tar.gz) = 34507 bytes
-SHA1 (patch-aa) = 9d74ab0540fa767fa0dbe5b5672ca0c3f60d27b9
+SHA1 (patch-ab) = e6f89b30954ac9dbe0243e755287f5f8a37011bd
diff -r 352759065d88 -r 21391caff5e6 security/priv/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/priv/patches/patch-ab    Thu Mar 11 01:41:49 2004 +0000
@@ -0,0 +1,17 @@
+$NetBSD: patch-ab,v 1.1 2004/03/11 01:41:49 uebayasi Exp $
+
+--- priv.h.orig        Tue Jul  8 15:19:07 1997
++++ priv.h     Tue Mar  9 00:49:58 2004
+@@ -140,10 +140,10 @@
+ #ifndef HAVE_STRERROR
+ char   *strerror(int errnum);
+ #endif
+-#ifdef HAVE_STRSPN
++#ifndef HAVE_STRSPN
+ size_t  strspn(const char *s, const char *charset);
+ #endif
+-#ifdef HAVE_STRTOUL
++#ifndef HAVE_STRTOUL
+ unsigned long strtoul(const char *nptr, char **endptr, int base);
+ #endif
+ 



Home | Main Index | Thread Index | Old Index