pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/cmu-dhcpd Patch aclocal.m4 so that it includes the...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fb53be3334bd
branches:  trunk
changeset: 470994:fb53be3334bd
user:      agc <agc%pkgsrc.org@localhost>
date:      Mon Mar 15 08:35:43 2004 +0000

description:
Patch aclocal.m4 so that it includes the <errno.h> header before
testing for sys_nerr, so that this compiles on NetBSD.  Add a patch
for the re-generated configure script. Fixes a problem noticed in
recent bulk builds.

diffstat:

 net/cmu-dhcpd/distinfo         |   4 +++-
 net/cmu-dhcpd/patches/patch-ab |  12 ++++++++++++
 net/cmu-dhcpd/patches/patch-ac |  12 ++++++++++++
 3 files changed, 27 insertions(+), 1 deletions(-)

diffs (44 lines):

diff -r 99a64255ac04 -r fb53be3334bd net/cmu-dhcpd/distinfo
--- a/net/cmu-dhcpd/distinfo    Mon Mar 15 01:07:59 2004 +0000
+++ b/net/cmu-dhcpd/distinfo    Mon Mar 15 08:35:43 2004 +0000
@@ -1,5 +1,7 @@
-$NetBSD: distinfo,v 1.1.1.1 2002/10/18 22:06:01 abs Exp $
+$NetBSD: distinfo,v 1.2 2004/03/15 08:35:43 agc Exp $
 
 SHA1 (CMU-dhcp-3.3.7+PU-9.tar.Z) = 9c7eb8f498eddd35d0eb9ceaa90451f06bb5cf27
 Size (CMU-dhcp-3.3.7+PU-9.tar.Z) = 752011 bytes
 SHA1 (patch-aa) = bbedb6f3c01d6459f5e0623e8e165ecef6d09374
+SHA1 (patch-ab) = 94a2fa4094d8a494db3188dc1a415ed5eb2642bb
+SHA1 (patch-ac) = 0729cc8ff71b57fba0975b802ed4cbcfaeb78a5b
diff -r 99a64255ac04 -r fb53be3334bd net/cmu-dhcpd/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/cmu-dhcpd/patches/patch-ab    Mon Mar 15 08:35:43 2004 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1 2004/03/15 08:35:43 agc Exp $
+
+--- aclocal.m4 2004/03/15 08:07:48     1.1
++++ aclocal.m4 2004/03/15 08:10:11
+@@ -229,6 +229,7 @@
+ [AC_TRY_COMPILE([
+ #include "confdefs.h"    /* the header built by configure so far */
+ #include <stdio.h>
++#include <errno.h>
+ #ifdef HAVE_STDLIB_H
+ #include <stdlib.h>
+ #endif
diff -r 99a64255ac04 -r fb53be3334bd net/cmu-dhcpd/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/cmu-dhcpd/patches/patch-ac    Mon Mar 15 08:35:43 2004 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.1 2004/03/15 08:35:43 agc Exp $
+
+--- configure  2004/03/15 08:32:08     1.1
++++ configure  2004/03/15 08:32:16
+@@ -2070,6 +2070,7 @@
+ 
+ #include "confdefs.h"    /* the header built by configure so far */
+ #include <stdio.h>
++#include <errno.h>
+ #ifdef HAVE_STDLIB_H
+ #include <stdlib.h>
+ #endif



Home | Main Index | Thread Index | Old Index