ports/73397: dns/bind9 is broken with no openssl in base

Oliver Lehmann oliver at FreeBSD.org
Tue Nov 2 00:20:23 UTC 2004


>Number:         73397
>Category:       ports
>Synopsis:       dns/bind9 is broken with no openssl in base
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 02 00:20:22 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Oliver Lehmann
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
>Environment:
System: FreeBSD kartoffel.salatschuessel.net 4.10-STABLE FreeBSD 4.10-STABLE #0: Fri Jun 4 20:32:48 CEST 2004 olivleh1 at kartoffel.salatschuessel.net:/usr/obj/usr/src/sys/KARTOFFEL i386


>Description:
	dns/bind9 fails to build when no openssl is in base
>How-To-Repeat:
	make -DWITHOUT_OPENSSL installworld
	remove old openssl binaries+libs
	install security/openssl
	try to install dns/bind9
	
>Fix:

	apply that patch

--- patch-dns::bind9::Makefile begins here ---
Index: Makefile
===================================================================
RCS file: /usr/local/cvsroot/ports/dns/bind9/Makefile,v
retrieving revision 1.60
diff -u -r1.60 Makefile
--- Makefile	27 Sep 2004 04:43:55 -0000	1.60
+++ Makefile	2 Nov 2004 00:14:55 -0000
@@ -27,7 +27,7 @@
 ISCVERSION=	9.3.0
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--localstatedir=/var --disable-linux-caps --with-openssl \
+CONFIGURE_ARGS=	--localstatedir=/var --disable-linux-caps --with-openssl=${OPENSSLBASE} \
 		--with-randomdev=/dev/random
 
 USE_OPENSSL=	yes
--- patch-dns::bind9::Makefile ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list