Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Jan 2006 16:45:11 +0100 (CET)
From:      Oliver Lehmann <oliver@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Oliver Lehmann <oliver@FreeBSD.org>
Subject:   ports/91562: fix port security/p5-Net-SSLeay
Message-ID:  <200601091545.k09FjBMr035632@kartoffel.salatschuessel.net>
Resent-Message-ID: <200601091750.k09Ho2gp097375@freefall.freebsd.org>

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

>Number:         91562
>Category:       ports
>Synopsis:       fix port security/p5-Net-SSLeay
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 09 17:50:02 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Oliver Lehmann
>Release:        FreeBSD 6.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD kartoffel.salatschuessel.net 6.0-STABLE FreeBSD 6.0-STABLE #0: Sat Dec 31 04:18:31 CET 2005 olivleh1@kartoffel.salatschuessel.net:/usr/obj/amd64-athlon64-6.0/usr/src/sys/KARTOFFEL amd64


>Description:
	remove hardcoded /usr and replace by OPENSSLBASE to make using
	openssl from ports possible.

>How-To-Repeat:
>Fix:


--- p5-Net-SSLeay::Makefile.diff begins here ---
--- Makefile.orig	Mon Jan  9 16:41:14 2006
+++ Makefile	Mon Jan  9 16:41:23 2006
@@ -17,7 +17,7 @@
 COMMENT=	Perl5 interface to SSL
 
 PERL_CONFIGURE=	yes
-CONFIGURE_ARGS=	"/usr"
+CONFIGURE_ARGS=	"${OPENSSLBASE}"
 USE_OPENSSL=	yes
 
 MAN3=		Net::SSLeay.3 Net::SSLeay::Handle.3
--- p5-Net-SSLeay::Makefile.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?200601091545.k09FjBMr035632>