Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jan 2006 13:02:22 GMT
From:      skv@FreeBSD.org
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/91958: Update port: use OPENSSLBASE in security/p5-Crypt-SSLeay
Message-ID:  <200601181302.k0ID2MEP098021@freefall.freebsd.org>
Resent-Message-ID: <200601181310.k0IDA3nH098129@freefall.freebsd.org>

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

>Number:         91958
>Category:       ports
>Synopsis:       Update port: use OPENSSLBASE in security/p5-Crypt-SSLeay
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 18 13:10:03 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Sergey Skvortsov
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
<Organization of PR author (multiple lines)>
>Environment:

	<Relevant environment information (multiple lines)>

>Description:

Update port: security/p5-Crypt-SSLeay 

Pass correct OpenSSL base directory to Makefile.PL

>How-To-Repeat:

	<Code/input/activities to reproduce the problem (multiple lines)>

>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/security/p5-Crypt-SSLeay/Makefile,v
retrieving revision 1.19
diff -u -r1.19 Makefile
--- Makefile	18 May 2004 05:48:34 -0000	1.19
+++ Makefile	18 Jan 2006 12:57:27 -0000
@@ -19,7 +19,7 @@
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
-CONFIGURE_ARGS+=	"/usr"
+CONFIGURE_ARGS+=	${OPENSSLBASE}
 USE_OPENSSL=	yes
 
 MAN3=		Crypt::SSLeay.3
>Release-Note:
>Audit-Trail:
>Unformatted:



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