pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/bind9 Make this build under NetBSD 2.0E and newer.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e85e0493046a
branches:  trunk
changeset: 475523:e85e0493046a
user:      tron <tron%pkgsrc.org@localhost>
date:      Tue May 18 07:05:34 2004 +0000

description:
Make this build under NetBSD 2.0E and newer.

diffstat:

 net/bind9/distinfo         |   3 ++-
 net/bind9/patches/patch-ak |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r a21531ff6b93 -r e85e0493046a net/bind9/distinfo
--- a/net/bind9/distinfo        Tue May 18 06:46:08 2004 +0000
+++ b/net/bind9/distinfo        Tue May 18 07:05:34 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.17 2004/04/07 13:01:45 manu Exp $
+$NetBSD: distinfo,v 1.18 2004/05/18 07:05:34 tron Exp $
 
 SHA1 (bind/9.2.3/bind-9.2.3.tar.gz) = 670edd74685a1e7a784fae8532f6b79444bba5a6
 Size (bind/9.2.3/bind-9.2.3.tar.gz) = 4553260 bytes
@@ -12,3 +12,4 @@
 SHA1 (patch-ah) = d3df97e984759914032c30b4f06f9c815eee3421
 SHA1 (patch-ai) = 60bd449ddfae8a266e09b85bcc832ff9c5da2544
 SHA1 (patch-aj) = a3deeab87c2fccaa51fedae68b219ef875a95220
+SHA1 (patch-ak) = a556b01257809a77dc379649c2b7c3e13cd9c583
diff -r a21531ff6b93 -r e85e0493046a net/bind9/patches/patch-ak
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/bind9/patches/patch-ak        Tue May 18 07:05:34 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ak,v 1.1 2004/05/18 07:05:34 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:47:05.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
+ 



Home | Main Index | Thread Index | Old Index