summaryrefslogtreecommitdiff
path: root/dns/bind8
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2003-06-07 11:18:39 +0000
committerDoug Barton <dougb@FreeBSD.org>2003-06-07 11:18:39 +0000
commitbf191391b43e13ac892f0c04ce40ff8b16393b72 (patch)
treefd7c55558ba4a8bb403fcffc850b4d68ac679141 /dns/bind8
parentUpdate modules: bind8-1.090-3, file-1.090-6, mysql-1.090-6. (diff)
Remove patches which have been incorporated into the distribution
Notes
Notes: svn path=/head/; revision=82439
Diffstat (limited to 'dns/bind8')
-rw-r--r--dns/bind8/files/patch-src_bin_dig_dig.c11
-rw-r--r--dns/bind8/files/patch-src_bin_nslookup_getinfo.c20
-rw-r--r--dns/bind8/files/patch-src_port_freebsd_include_port_after.h24
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>