After applying dumpcache patch, at end of file conf-cc is added '-DDUMPCACHE'. Without that dumpcache will not compile. Makefile is rewriting file conf-cc, but doesn't add '-DDUMPCACHE' even if WITH_DNSCACHE_DUMPCACHE is specified. Fix: Apply above patch. How-To-Repeat: --- Makefile Sun May 12 15:45:20 2002 +++ Makefile2 Sun May 12 15:45:10 2002 @@ -43,6 +43,7 @@ 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
Responsible Changed From-To: gnats-admin->freebsd-ports Refile this under the ports/ category.
Responsible Changed From-To: freebsd-ports->roam Over to maintainer
State Changed From-To: open->closed Problem fixed, thanks!