diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2007-07-16 17:24:04 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2007-07-16 17:24:04 +0000 |
commit | 7ac6481a2d93799772dac3ec4b6fb9f4c7f6f7a5 (patch) | |
tree | 5b8383b677b6f5734249071d707c78cd495872b4 /security | |
parent | 9f70ca5c75d92e73c79ee11c10a83c570f1c90d8 (diff) | |
download | ports-7ac6481a2d93799772dac3ec4b6fb9f4c7f6f7a5.tar.gz ports-7ac6481a2d93799772dac3ec4b6fb9f4c7f6f7a5.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-SSLeay/Makefile | 2 | ||||
-rw-r--r-- | security/p5-Crypt-SSLeay/files/patch-Makefile.PL | 13 |
2 files changed, 14 insertions, 1 deletions
diff --git a/security/p5-Crypt-SSLeay/Makefile b/security/p5-Crypt-SSLeay/Makefile index 1bbe56388916..12c67d92c25f 100644 --- a/security/p5-Crypt-SSLeay/Makefile +++ b/security/p5-Crypt-SSLeay/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS= ${SITE_PERL}/URI/URL.pm:${PORTSDIR}/net/p5-URI RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -CONFIGURE_ARGS+= ${OPENSSLBASE} +CONFIGURE_ARGS+= --lib=${OPENSSLBASE} USE_OPENSSL= yes MAN3= Crypt::SSLeay.3 Net::SSL.3 diff --git a/security/p5-Crypt-SSLeay/files/patch-Makefile.PL b/security/p5-Crypt-SSLeay/files/patch-Makefile.PL new file mode 100644 index 000000000000..7ca4abb82c6e --- /dev/null +++ b/security/p5-Crypt-SSLeay/files/patch-Makefile.PL @@ -0,0 +1,13 @@ +--- Makefile.PL.orig 2007-07-16 19:19:15.000000000 +0200 ++++ Makefile.PL 2007-07-16 19:20:09.000000000 +0200 +@@ -271,9 +271,7 @@ + these tests may fail (through no fault of the code). + + INFO +- my $network_tests = prompt +- "Do you want to run the live tests (y/N) ?", +- 'N'; ++ my $network_tests = 'N'; + print OUT "network_tests ", ($network_tests =~ /y/i) ? 1 : 0, "\n"; + close OUT; + } |