Date: Tue, 4 May 2010 09:20:05 +0200 (CEST) From: Dan Lukes <dan@obluda.cz> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/146289: [ PATCH ] security/p5-Crypt-SSLeay doesn't honor WITH_OPENSSL_PORT=yes correctly Message-ID: <201005040720.o447K5eW096287@master7.ms.mff.cuni.cz> Resent-Message-ID: <201005040730.o447U1U6057852@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 146289 >Category: ports >Synopsis: [ PATCH ] security/p5-Crypt-SSLeay doesn't honor WITH_OPENSSL_PORT=yes correctly >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:30:01 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Dan Lukes >Release: FreeBSD i386 >Organization: Obludarium >Environment: System: FreeBSD i386 security/p5-Crypt-SSLeay/Makefile,v 1.29 2009/07/22 16:26:58 >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 09:14:08.000000000 +0200 +++ Makefile 2010-05-04 09:15:06.000000000 +0200 @@ -19,6 +19,7 @@ PERL_CONFIGURE= yes CONFIGURE_ARGS+= --lib=${OPENSSLBASE} +MAKE_ARGS+= PASTHRU_INC=-I${OPENSSLINC} USE_OPENSSL= yes MAN3= Crypt::SSLeay.3 Net::SSL.3 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005040720.o447K5eW096287>