Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Nov 2004 01:18:45 +0100 (CET)
From:      Oliver Lehmann <oliver@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Oliver Lehmann <oliver@FreeBSD.org>
Subject:   ports/73397: dns/bind9 is broken with no openssl in base
Message-ID:  <200411020018.iA20Iju9066938@kartoffel.salatschuessel.net>
Resent-Message-ID: <200411020020.iA20KNhn093989@freefall.freebsd.org>

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

>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@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:



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