Bug 38207

Summary: Djbdns port doesn't want to compile with DUMPCACHE (even if WITH_DNSCACHE_DUMPCACHE defined).
Product: Ports & Packages Reporter: Maciej KorzeƱ <maciekk>
Component: Individual Port(s)Assignee: Peter Pentchev <roam>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Maciej KorzeƱ 2002-05-17 21:20:01 UTC
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
Comment 1 Giorgos Keramidas freebsd_committer freebsd_triage 2002-05-19 13:56:21 UTC
Responsible Changed
From-To: gnats-admin->freebsd-ports

Refile this under the ports/ category.
Comment 2 Mario Sergio Fujikawa Ferreira freebsd_committer freebsd_triage 2002-08-04 20:10:28 UTC
Responsible Changed
From-To: freebsd-ports->roam

Over to maintainer
Comment 3 Peter Pentchev freebsd_committer freebsd_triage 2002-09-20 07:57:38 UTC
State Changed
From-To: open->closed

Problem fixed, thanks!