Bug 38207 - Djbdns port doesn't want to compile with DUMPCACHE (even if WITH_DNSCACHE_DUMPCACHE defined).
Summary: Djbdns port doesn't want to compile with DUMPCACHE (even if WITH_DNSCACHE_DUM...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Peter Pentchev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-17 21:20 UTC by Maciej Korzeñ
Modified: 2002-09-20 07:57 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!