summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2004-05-18 06:46:08 +0000
committertron <tron@pkgsrc.org>2004-05-18 06:46:08 +0000
commit2f4cbe2b1b4244fdab56f5a3a2dae88dc71cfd97 (patch)
treeca1239bac4fe214354ca5d703955d577286ada70 /net
parentce596e6103dfddbc2ad46ab007c7774b7cf5674b (diff)
downloadpkgsrc-2f4cbe2b1b4244fdab56f5a3a2dae88dc71cfd97.tar.gz
Make this build under NetBSD 2.0E and newer.
Diffstat (limited to 'net')
-rw-r--r--net/bind9-current/distinfo3
-rw-r--r--net/bind9-current/patches/patch-al13
2 files changed, 15 insertions, 1 deletions
diff --git a/net/bind9-current/distinfo b/net/bind9-current/distinfo
index be2f8fbe56f..8567f7241a4 100644
--- a/net/bind9-current/distinfo
+++ b/net/bind9-current/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.25 2004/05/15 21:00:58 itojun Exp $
+$NetBSD: distinfo,v 1.26 2004/05/18 06:46:08 tron Exp $
SHA1 (bind/9.3.0beta3/bind-9.3.0beta3.tar.gz) = d2cad92ffce472b1356ea5adae87ce18a2472a47
Size (bind/9.3.0beta3/bind-9.3.0beta3.tar.gz) = 4629615 bytes
@@ -13,3 +13,4 @@ SHA1 (patch-ah) = d3df97e984759914032c30b4f06f9c815eee3421
SHA1 (patch-ai) = 60bd449ddfae8a266e09b85bcc832ff9c5da2544
SHA1 (patch-aj) = 7422829ca0dc3d411f00628189f059e47350b524
SHA1 (patch-ak) = 2a8325d212edbbb7624568cecceef3137ce705c0
+SHA1 (patch-al) = 606600d8bdb817688a5f3336a39b7348bca2c230
diff --git a/net/bind9-current/patches/patch-al b/net/bind9-current/patches/patch-al
new file mode 100644
index 00000000000..814be9d61b5
--- /dev/null
+++ b/net/bind9-current/patches/patch-al
@@ -0,0 +1,13 @@
+$NetBSD: patch-al,v 1.1 2004/05/18 06:46:08 tron Exp $
+
+--- lib/bind/port_after.h.in.orig 2003-06-27 05:51:35.000000000 +0200
++++ lib/bind/port_after.h.in 2004-05-18 08:15:19.000000000 +0200
+@@ -361,7 +361,7 @@
+ #define gettimeofday isc__gettimeofday
+ #ifdef NEED_GETTIMEOFDAY
+ int isc__gettimeofday(struct timeval *tvp, struct _TIMEZONE *tzp);
+-#else
++#elif !defined(__NetBSD__)
+ int isc__gettimeofday(struct timeval *tp, struct timezone *tzp);
+ #endif
+