diff options
author | roam <roam@FreeBSD.org> | 2002-09-20 14:57:20 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2002-09-20 14:57:20 +0800 |
commit | e98ddc936b8eef55565aef8c8f05d513c08c52b4 (patch) | |
tree | 20b2e44238bdcca6a6134b951a1c6514e7451859 /net/djbdns | |
parent | 06fc93b5cf32727cddf7a050ac75625b2455776c (diff) | |
download | freebsd-ports-graphics-e98ddc936b8eef55565aef8c8f05d513c08c52b4.tar.gz freebsd-ports-graphics-e98ddc936b8eef55565aef8c8f05d513c08c52b4.tar.zst freebsd-ports-graphics-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 'net/djbdns')
-rw-r--r-- | net/djbdns/Makefile | 3 | ||||
-rw-r--r-- | net/djbdns/distinfo | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/net/djbdns/Makefile b/net/djbdns/Makefile index f465faa9e34..9e0f34365db 100644 --- a/net/djbdns/Makefile +++ b/net/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 diff --git a/net/djbdns/distinfo b/net/djbdns/distinfo index 352117f82c9..ae95236bdcc 100644 --- a/net/djbdns/distinfo +++ b/net/djbdns/distinfo @@ -1,4 +1,4 @@ MD5 (djbdns-1.05.tar.gz) = 3147c5cd56832aa3b41955c7a51cbeb2 MD5 (djbdns-1.05-man-20020130.tar.gz) = f6f3feee042d57af8805f164be79dc85 -MD5 (djbdns-1.05-test11.diff.bz2) = 5ea46298d4fbe2533f4d9d3993c80ddb +MD5 (djbdns-1.05-test14.diff.bz2) = 52bec93d7ce6226281082367e49157d3 MD5 (patch-dnscache-dumpcache-v4.txt) = 61441dec12dd627a7fea7c3059cc2542 |