Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 May 2010 07:55:28 +0200 (CEST)
From:      Dan Lukes <dan@obluda.cz>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/146283: [ PATCH ] security/p5-Crypt-OpenSSL-Random doesn't honor WITH_OPENSSL_PORT=yes	
Message-ID:  <201005040555.o445tS0O005911@master7.ms.mff.cuni.cz>
Resent-Message-ID: <201005040600.o44608t9059679@freefall.freebsd.org>

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

>Number:         146283
>Category:       ports
>Synopsis:       [ PATCH ] security/p5-Crypt-OpenSSL-Random 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 06:00:08 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Dan Lukes
>Release:        FreeBSD i386
>Organization:
Obludarium	
>Environment:
System: FreeBSD i386
security/p5-Crypt-OpenSSL-Random/Makefile,v 1.10 2008/04/17 14:28: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 07:50:16.000000000 +0200
+++ Makefile	2010-05-04 07:53:21.000000000 +0200
@@ -15,6 +15,8 @@
 COMMENT=	Perl5 interface to the OpenSSL pseudo-random number generator
 
 PERL_CONFIGURE=	yes
+USE_OPENSSL=	yes
+MAKE_ARGS+=	PASTHRU_INC=-I${OPENSSLINC}
 
 MAN3=		Crypt::OpenSSL::Random.3
 
>Release-Note:
>Audit-Trail:
>Unformatted:



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