diff options
author | Doug Barton <dougb@FreeBSD.org> | 2003-06-07 11:18:39 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2003-06-07 11:18:39 +0000 |
commit | bf191391b43e13ac892f0c04ce40ff8b16393b72 (patch) | |
tree | fd7c55558ba4a8bb403fcffc850b4d68ac679141 /dns/bind8 | |
parent | 2c6d79463462dbcd6b2e8fbf0bdf3451afe675cb (diff) | |
download | ports-bf191391b43e13ac892f0c04ce40ff8b16393b72.tar.gz ports-bf191391b43e13ac892f0c04ce40ff8b16393b72.zip |
Notes
Diffstat (limited to 'dns/bind8')
-rw-r--r-- | dns/bind8/files/patch-src_bin_dig_dig.c | 11 | ||||
-rw-r--r-- | dns/bind8/files/patch-src_bin_nslookup_getinfo.c | 20 | ||||
-rw-r--r-- | dns/bind8/files/patch-src_port_freebsd_include_port_after.h | 24 |
3 files changed, 0 insertions, 55 deletions
diff --git a/dns/bind8/files/patch-src_bin_dig_dig.c b/dns/bind8/files/patch-src_bin_dig_dig.c deleted file mode 100644 index d37d24e1e3cb..000000000000 --- a/dns/bind8/files/patch-src_bin_dig_dig.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/bin/dig/dig.c.Dist Mon Jun 17 19:26:49 2002 -+++ src/bin/dig/dig.c Sun Nov 17 01:34:37 2002 -@@ -1799,7 +1799,7 @@ - in6->s6_addr[6] & 0x0f, (in6->s6_addr[6] >> 4) & 0x0f, - in6->s6_addr[5] & 0x0f, (in6->s6_addr[5] >> 4) & 0x0f, - in6->s6_addr[4] & 0x0f, (in6->s6_addr[4] >> 4) & 0x0f, -- in6->s6_addr[6] & 0x0f, (in6->s6_addr[3] >> 4) & 0x0f, -+ in6->s6_addr[3] & 0x0f, (in6->s6_addr[3] >> 4) & 0x0f, - in6->s6_addr[2] & 0x0f, (in6->s6_addr[2] >> 4) & 0x0f, - in6->s6_addr[1] & 0x0f, (in6->s6_addr[1] >> 4) & 0x0f, - in6->s6_addr[0] & 0x0f, (in6->s6_addr[0] >> 4) & 0x0f); diff --git a/dns/bind8/files/patch-src_bin_nslookup_getinfo.c b/dns/bind8/files/patch-src_bin_nslookup_getinfo.c deleted file mode 100644 index 34afa3926011..000000000000 --- a/dns/bind8/files/patch-src_bin_nslookup_getinfo.c +++ /dev/null @@ -1,20 +0,0 @@ ---- src/bin/nslookup/getinfo.c.Dist Tue May 21 21:06:57 2002 -+++ src/bin/nslookup/getinfo.c Sat May 10 14:27:57 2003 -@@ -944,7 +944,7 @@ - p[9] & 0xf, (p[9] >> 4) & 0xf, - p[8] & 0xf, (p[8] >> 4) & 0xf, - p[7] & 0xf, (p[7] >> 4) & 0xf, -- p[6] & 0xf, (p[4] >> 4) & 0xf, -+ p[6] & 0xf, (p[6] >> 4) & 0xf, - p[5] & 0xf, (p[5] >> 4) & 0xf, - p[4] & 0xf, (p[4] >> 4) & 0xf, - p[3] & 0xf, (p[3] >> 4) & 0xf, -@@ -964,7 +964,7 @@ - p[9] & 0xf, (p[9] >> 4) & 0xf, - p[8] & 0xf, (p[8] >> 4) & 0xf, - p[7] & 0xf, (p[7] >> 4) & 0xf, -- p[6] & 0xf, (p[4] >> 4) & 0xf, -+ p[6] & 0xf, (p[6] >> 4) & 0xf, - p[5] & 0xf, (p[5] >> 4) & 0xf, - p[4] & 0xf, (p[4] >> 4) & 0xf, - p[3] & 0xf, (p[3] >> 4) & 0xf, diff --git a/dns/bind8/files/patch-src_port_freebsd_include_port_after.h b/dns/bind8/files/patch-src_port_freebsd_include_port_after.h deleted file mode 100644 index dbd2e584f3bd..000000000000 --- a/dns/bind8/files/patch-src_port_freebsd_include_port_after.h +++ /dev/null @@ -1,24 +0,0 @@ ---- src/port/freebsd/include/port_after.h.Dist Sat Apr 27 18:12:45 2002 -+++ src/port/freebsd/include/port_after.h Sun Nov 3 01:34:40 2002 -@@ -6,7 +6,6 @@ - #define USE_WAITPID - #define HAVE_GETRUSAGE - #define HAVE_FCHMOD --#define NEED_PSELECT - #define HAVE_SA_LEN - #define HAVE_MINIMUM_IFREQ - #define USE_LOG_CONS -@@ -21,6 +20,13 @@ - #define KSYMS "/kernel" - #define KMEM "/dev/kmem" - #define UDPSUM "udpcksum" -+ -+#if defined(__FreeBSD_version) && __FreeBSD_version >= 500041 -+#undef NEED_PSELECT -+#include <sys/select.h> -+#else -+#define NEED_PSELECT -+#endif - - #include <sys/types.h> - #include <sys/socket.h> |