ports/57689: [maintainer patch] dns/bind9-sdb-mysql: (hopefully) correct USE_OPENSSL behavior

Clement Laforet sheepkiller at cultdeadsheep.org
Mon Oct 6 22:41:38 UTC 2003


>Number:         57689
>Category:       ports
>Synopsis:       [maintainer patch] dns/bind9-sdb-mysql: (hopefully) correct USE_OPENSSL behavior
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 06 15:40:17 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Clement Laforet
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
cotds.org
>Environment:
System: FreeBSD lucifer.cultdeadsheep.org 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Mon Sep 22 08:20:10 CEST 2003 clement at lucifer.cultdeadsheep.org:/usr/obj/usr/src/sys/LUCIFER i386


	
>Description:
	 >How-To-Repeat:
	(hopefully) correct USE_OPENSSL behavior
	Pointed out by: Oliver Eikemeier <eikemeier at fillmore-labs.com>
	PR: 57502
>How-To-Repeat:
	N/A.
>Fix:

	

--- bind9-sdb-mysql.diff begins here ---
Index: bind9-sdb-mysql/Makefile
===================================================================
RCS file: /WORK/REPO/ports/dns/bind9-sdb-mysql/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- bind9-sdb-mysql/Makefile	26 Sep 2003 06:35:23 -0000	1.2
+++ bind9-sdb-mysql/Makefile	3 Oct 2003 22:00:09 -0000
@@ -27,17 +27,11 @@
 ISCVERSION=	9.2.2-P3
 
 USE_MYSQL=	YES
+USE_OPENSSL=	YES
 USE_REINPLACE=	YES
-GNU_CONFIGURE=	yes
+GNU_CONFIGURE=	YES
 CONFIGURE_ARGS=	--localstatedir=/var --disable-linux-caps --disable-threads \
-		--with-randomdev=/dev/random
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 400014
-USE_OPENSSL=	yes
-CONFIGURE_ARGS+=	--with-openssl=${OPENSSLBASE}
-.endif
+		--with-randomdev=/dev/random --with-openssl=${OPENSSLBASE}
 
 .if defined(PORT_REPLACES_BASE_BIND9)
 PKGNAMESUFFIX=	-base
@@ -115,4 +109,4 @@
 
 	@${CAT} ${PKGMESSAGE}
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
--- bind9-sdb-mysql.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list