ports/146285: [ PATCH ] security/p5-Crypt-OpenSSL-Bignum doesn't honor WITH_OPENSSL_PORT=yes

Dan Lukes dan at obluda.cz
Tue May 4 07:00:12 UTC 2010


>Number:         146285
>Category:       ports
>Synopsis:       [ PATCH ] security/p5-Crypt-OpenSSL-Bignum doesn't honor WITH_OPENSSL_PORT=yes
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 04 07:00:10 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Dan Lukes
>Release:        FreeBSD i386
>Organization:
Obludarium	
>Environment:
System: FreeBSD i386
security/p5-Crypt-OpenSSL-Bignum/Makefile,v 1.4 2009/01/29 17:41:10

>Description:
	The port ignores WITH_OPENSSL_PORT=yes
>How-To-Repeat:
	1. set WITH_OPENSSL_PORT=yes
	2. rename /usr/include/openssl and /usr/bin/openssl to something else

	Try to compile.
>Fix:

--- Makefile.orig	2010-05-04 08:27:57.000000000 +0200
+++ Makefile	2010-05-04 08:28:34.000000000 +0200
@@ -15,6 +15,8 @@
 COMMENT=	OpenSSL's multiprecision integer arithmetic
 
 PERL_CONFIGURE=	yes
+USE_OPENSSL=	yes
+MAKE_ARGS+=	PASTHRU_INC=-I${OPENSSLINC}
 
 MAN3=		Crypt::OpenSSL::Bignum::CTX.3 Crypt::OpenSSL::Bignum.3
 
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list