aboutsummaryrefslogtreecommitdiffstats
path: root/dns/djbdns/Makefile
diff options
context:
space:
mode:
authorroam <roam@FreeBSD.org>2002-09-20 14:57:20 +0800
committerroam <roam@FreeBSD.org>2002-09-20 14:57:20 +0800
commite98ddc936b8eef55565aef8c8f05d513c08c52b4 (patch)
tree20b2e44238bdcca6a6134b951a1c6514e7451859 /dns/djbdns/Makefile
parent06fc93b5cf32727cddf7a050ac75625b2455776c (diff)
downloadfreebsd-ports-gnome-e98ddc936b8eef55565aef8c8f05d513c08c52b4.tar.gz
freebsd-ports-gnome-e98ddc936b8eef55565aef8c8f05d513c08c52b4.tar.zst
freebsd-ports-gnome-e98ddc936b8eef55565aef8c8f05d513c08c52b4.zip
Update the IPv6 patch to test14; later ones seem to have problems
receiving datagrams. Fix the build with the dnscache cache dump patch - that is, define DUMPCACHE in the CFLAGS.. PR: 38207, 42480 Submitted by: "Maciej KorzeƱ" <maciekk@linux.sky.pl>, Paulius Bulotas <paulius@kaktusas.org>
Diffstat (limited to 'dns/djbdns/Makefile')
-rw-r--r--dns/djbdns/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/dns/djbdns/Makefile b/dns/djbdns/Makefile
index f465faa9e342..9e0f34365db1 100644
--- a/dns/djbdns/Makefile
+++ b/dns/djbdns/Makefile
@@ -43,10 +43,11 @@ BROKEN= The IPv6 and dnscache-dumpcache patches are currently in conflict.
PATCH_SITES+= http://mapage.noos.fr/efge/djbdns/
PATCHFILES+= patch-dnscache-dumpcache-v4.txt
PATCH_DIST_STRIP= -p1
+CFLAGS+= -DDUMPCACHE
.endif
DJBDNS_VER= 1.05
-DJBDNS_V6_VER= test11
+DJBDNS_V6_VER= test14
MAINTAINER= roam@FreeBSD.org