ports/91958: Update port: use OPENSSLBASE in security/p5-Crypt-SSLeay
skv at FreeBSD.org
skv at FreeBSD.org
Wed Jan 18 13:10:05 UTC 2006
>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:
More information about the freebsd-ports-bugs
mailing list