aboutsummaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2006-09-23 23:31:43 +0800
committerPeter Pentchev <roam@FreeBSD.org>2006-09-23 23:31:43 +0800
commit44839ea7740021d0f852d5016f8356daef440306 (patch)
tree2207dfa45186a80ace4beae19b7b6d252e6ec974 /dns
parenta33931411dc81664441bd90df7563bc52487a402 (diff)
downloadfreebsd-ports-gnome-44839ea7740021d0f852d5016f8356daef440306.tar.gz
freebsd-ports-gnome-44839ea7740021d0f852d5016f8356daef440306.tar.zst
freebsd-ports-gnome-44839ea7740021d0f852d5016f8356daef440306.zip
Add in the SRV record patch by Michael Handler.
Note that this is another patch that conflicts with the jumbo patch. PR: 69191 Submitted by: "Michal F. Hanula" <f@7f000001.org>, Nick Barkas <snb@threerings.net>
Diffstat (limited to 'dns')
-rw-r--r--dns/djbdns/Makefile11
-rw-r--r--dns/djbdns/distinfo3
2 files changed, 12 insertions, 2 deletions
diff --git a/dns/djbdns/Makefile b/dns/djbdns/Makefile
index 6cc90e22dbd3..5ee07942b45b 100644
--- a/dns/djbdns/Makefile
+++ b/dns/djbdns/Makefile
@@ -19,12 +19,13 @@ OPTIONS= DUMPCACHE 'persistent cache for dnscache' off \
IGNOREIP 'ignoreip2 patch by Russell Nelson' off \
JUMBO 'jumbo patch by Claudiu Costin' off \
MAN 'manual pages by Gerritt Pape' on \
- PERSISTENT_MMAP 'persistent mmap patch by Lennert Buytenhek' off
+ PERSISTENT_MMAP 'persistent mmap patch by Lennert Buytenhek' off \
+ SRV 'SRV record patch by Michael Handler' off
.include <bsd.port.pre.mk>
.if defined(WITH_JUMBO)
-.if defined(WITH_IPV6) || defined(WITH_IGNOREIP)
+.if defined(WITH_IPV6) || defined(WITH_IGNOREIP) || defined(WITH_SRV)
BROKEN= "The jumbo patch currently conflicts with the IPv6 and ignoreip2 patches"
.endif
@@ -82,6 +83,12 @@ PATCHFILES+= tinydns-persistmmap-20040418.patch:persistent
PATCH_DIST_STRIP= -p1
.endif
+.if defined(WITH_SRV)
+PATCH_SITES+= http://tinydns.org/:srv
+PATCHFILES+= srv-patch:srv
+PATCH_DIST_STRIP= -p1
+.endif
+
DJBDNS_VER= 1.05
DJBDNS_V6_VER= test14
diff --git a/dns/djbdns/distinfo b/dns/djbdns/distinfo
index be94327d13e0..6102508d5200 100644
--- a/dns/djbdns/distinfo
+++ b/dns/djbdns/distinfo
@@ -19,3 +19,6 @@ SIZE (djbdns-1.05-ignoreip2.patch) = 3890
MD5 (tinydns-persistmmap-20040418.patch) = c721977364502180f9563b85cecf133b
SHA256 (tinydns-persistmmap-20040418.patch) = 9c8e685ed628ef80b92611023c098066633f7bf63be434f373edfba0a465ebb6
SIZE (tinydns-persistmmap-20040418.patch) = 920
+MD5 (srv-patch) = df1578c70d52809184a417556f0fce39
+SHA256 (srv-patch) = 779546218b09544493c6ba5e23bc29c33c5d284cfc78ac6fa74fa8e050bb3779
+SIZE (srv-patch) = 4508