aboutsummaryrefslogtreecommitdiffstats
path: root/dns/djbdns
diff options
context:
space:
mode:
authorroam <roam@FreeBSD.org>2009-06-29 16:35:24 +0800
committerroam <roam@FreeBSD.org>2009-06-29 16:35:24 +0800
commite0b440d1661e876a9bde12965f4e104dad5509e0 (patch)
treecc4ef6b35d7f0ce713f101c27a81beb63aa2b011 /dns/djbdns
parent127aded2346204c09b34980c0ee51da0a0201111 (diff)
downloadfreebsd-ports-gnome-e0b440d1661e876a9bde12965f4e104dad5509e0.tar.gz
freebsd-ports-gnome-e0b440d1661e876a9bde12965f4e104dad5509e0.tar.zst
freebsd-ports-gnome-e0b440d1661e876a9bde12965f4e104dad5509e0.zip
Unbreak the jumbo patch by hosting it locally.
Reported by: "B. Cook" <bcook@bsdwebsolutions.com>, Brett Glass <brett@lariat.net>
Diffstat (limited to 'dns/djbdns')
-rw-r--r--dns/djbdns/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/dns/djbdns/Makefile b/dns/djbdns/Makefile
index 0e42a9f678a6..bb72f81f1ac2 100644
--- a/dns/djbdns/Makefile
+++ b/dns/djbdns/Makefile
@@ -35,7 +35,8 @@ OPTIONS= DUMPCACHE "persistent cache for dnscache" off \
BROKEN= The jumbo patch currently conflicts with the IPv6 and ignoreip2 patches
.endif
-PATCH_SITES+= http://www.ro.kde.org/djbdns/mywork/jumbo/:jumbo
+PATCH_SITES+= http://people.FreeBSD.org/~roam/ports/dns/djbdns/:jumbo \
+ ${MASTER_SITE_LOCAL:S/%SUBDIR%\//roam\/dns\/djbdns\/:jumbo/}
PATCHFILES+= jumbo-p13.patch.gz:jumbo
PATCH_DIST_STRIP= -p1
.if defined(WITH_DUMPCACHE)