Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  7 Oct 2003 00:31:15 +0200
From:      Clement Laforet <sheepkiller@cultdeadsheep.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Clement Laforet <sheepkiller@cultdeadsheep.org>
Subject:   ports/57689: [maintainer patch] dns/bind9-sdb-mysql: (hopefully) correct USE_OPENSSL behavior
Message-ID:  <20031006223115.64C7043FEC@mx1.FreeBSD.org>
Resent-Message-ID: <200310062240.h96MeHQO015118@freefall.freebsd.org>

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

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



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