Skip site navigation (1)Skip section navigation (2)
Date:      6 Sep 2002 15:32:21 -0000
From:      Paulius Bulotas <paulius@kaktusas.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/42480: djbdns port does not make use of dumpcache patch
Message-ID:  <20020906153221.82749.qmail@noname.csdl.lt>

next in thread | raw e-mail | index | archive | help

>Number:         42480
>Category:       ports
>Synopsis:       djbdns port does not make use of dumpcache patch
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 06 08:40:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Paulius Bulotas
>Release:        FreeBSD 4.6.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD noname.csdl.lt 4.6.2-RELEASE FreeBSD 4.6.2-RELEASE #0: Thu Aug 15 06:12:24 GMT 2002 root@test.csdl.lt:/usr/src/sys/compile/NONAME i386


>Description:
	djbdns port includes a patch to make use of dumpcache functionality.
	Although the patch is applied, to make use of it, on compilation you
	need DUMPCACHE define, which is not defined now.
>How-To-Repeat:
	Compile port with WITH_DNSCACHE_DUMPCACHE defined, then grep dnscache
	binary for SLURPCACHE or try to use advertised patch functionality ;)
>Fix:
diff -ru net/djbdns/Makefile.orig net/djbdns/Makefile
--- net/djbdns/Makefile.orig	Fri Sep  6 17:21:31 2002
+++ net/djbdns/Makefile	Fri Sep  6 17:21:51 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
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020906153221.82749.qmail>