summaryrefslogtreecommitdiff
path: root/net/bind8
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>2002-03-23 05:59:06 +0000
committeritojun <itojun@pkgsrc.org>2002-03-23 05:59:06 +0000
commitc67165b8d064d42d02de4caea5b452252b9ac9b4 (patch)
tree5abdd00d088030625123d2df679fce0290bd0e67 /net/bind8
parent7370d35d0cb5f2d5c940c2c09d3b22e7f7083d1b (diff)
downloadpkgsrc-c67165b8d064d42d02de4caea5b452252b9ac9b4.tar.gz
make it buildable on darwin/macosx.
patch-ad has been sent to bind-bugs@isc.org.
Diffstat (limited to 'net/bind8')
-rw-r--r--net/bind8/distinfo4
-rw-r--r--net/bind8/patches/patch-ad11
-rw-r--r--net/bind8/patches/patch-ae23
3 files changed, 37 insertions, 1 deletions
diff --git a/net/bind8/distinfo b/net/bind8/distinfo
index 2b8fcb7b88a..581b4247fa3 100644
--- a/net/bind8/distinfo
+++ b/net/bind8/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2002/03/23 05:34:54 itojun Exp $
+$NetBSD: distinfo,v 1.6 2002/03/23 05:59:06 itojun Exp $
SHA1 (bind/8.3.1/bind-src.tar.gz) = e2f7fb1dd86dfa58ad6a8a9d2c7c0fd21c8f7640
Size (bind/8.3.1/bind-src.tar.gz) = 1392391 bytes
@@ -7,3 +7,5 @@ Size (bind/8.3.1/bind-doc.tar.gz) = 1489943 bytes
SHA1 (patch-aa) = 6897694a7fa77bfb7c5da2d29a7537c948c669cb
SHA1 (patch-ab) = 0d0e2e1a8cb58fc6c11b60fcc69fe496251f7659
SHA1 (patch-ac) = 8177ac466079d1edfe0cd7522ba435735e88c32c
+SHA1 (patch-ad) = 6ac74cfd60df2a9eb9b3dc7c74dab1dc68feadad
+SHA1 (patch-ae) = 06268d28805c287721954de0676abf9327f64e13
diff --git a/net/bind8/patches/patch-ad b/net/bind8/patches/patch-ad
new file mode 100644
index 00000000000..6a9e008beb3
--- /dev/null
+++ b/net/bind8/patches/patch-ad
@@ -0,0 +1,11 @@
+$NetBSD: patch-ad,v 1.1 2002/03/23 05:59:06 itojun Exp $
+
+--- port/darwin/include/port_before.h- Fri Mar 22 21:38:26 2002
++++ port/darwin/include/port_before.h Fri Mar 22 21:38:55 2002
+@@ -13,3 +13,6 @@
+ #else
+ #define ISC_FORMAT_PRINTF(fmt, args)
+ #endif
++
++#define HAS_INET6_STRUCTS
++#define NEED_IN6ADDR_ANY
diff --git a/net/bind8/patches/patch-ae b/net/bind8/patches/patch-ae
new file mode 100644
index 00000000000..114d2d4da67
--- /dev/null
+++ b/net/bind8/patches/patch-ae
@@ -0,0 +1,23 @@
+$NetBSD: patch-ae,v 1.1 2002/03/23 05:59:07 itojun Exp $
+--- port/darwin/Makefile.set- Fri Mar 22 21:39:46 2002
++++ port/darwin/Makefile.set Fri Mar 22 21:42:22 2002
+@@ -1,11 +1,13 @@
+ 'CC=cc'
+ 'CDEBUG=-O2 -g'
+-'DESTBIN=/usr/local/bin'
+-'DESTSBIN=/usr/local/sbin'
+-'DESTEXEC=/usr/local/libexec'
+-'DESTMAN=/usr/local/share/man'
+-'DESTHELP=/usr/local/share/misc'
+-'DESTETC=/etc'
++'DESTBIN=${PREFIX}/bin'
++'DESTLIB=${PREFIX}/lib'
++'DESTINC=${PREFIX}/include/bind'
++'DESTSBIN=${PREFIX}/sbin'
++'DESTEXEC=${PREFIX}/libexec'
++'DESTMAN=${PREFIX}/man'
++'DESTHELP=${PREFIX}/share/doc/bind8'
++'DESTETC=${PREFIX}/etc'
+ 'DESTRUN=/var/run'
+ 'LEX=lex -I'
+ 'YACC=yacc -d'