1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

security/p5-Business-PayPal-EWP: Fix build with LibreSSL

PR:		199176
Approved by:	Maintainer time-out
This commit is contained in:
Bernard Spil 2016-07-03 09:55:19 +00:00
parent a3eacffbcd
commit 20343d884d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=417963
2 changed files with 12 additions and 2 deletions

View File

@ -14,9 +14,8 @@ COMMENT= Perl extension for PayPal Encrypted Website Payments
RUN_DEPENDS= p5-Net-SSLeay>=0:security/p5-Net-SSLeay
BUILD_DEPENDS= p5-Net-SSLeay>=0:security/p5-Net-SSLeay
USES= dos2unix perl5
USES= dos2unix perl5 ssl
USE_PERL5= configure
USE_OPENSSL= yes
CONFIGURE_ARGS= ${OPENSSLBASE}
.include <bsd.port.mk>

View File

@ -0,0 +1,11 @@
--- Makefile.PL.orig 2015-02-28 21:17:47.891583000 +0100
+++ Makefile.PL 2015-02-28 21:21:30.013978756 +0100
@@ -78,7 +78,7 @@
or die "Couldn't run `$exe_path' ($?)\n";
unless (($lib_name, $maj, $min, $letter) = $vers =~
- /^(OpenSSL)\s+(\d+\.\d+)\.(\d+)([a-z]*)/) {
+ /^(OpenSSL|LibreSSL)\s+(\d+\.\d+)\.(\d+)([a-z]*)/) {
die "OpenSSL version test failed (`$vers' was returned, but\n"
. "couldn't be parsed). Either you have bogus OpenSSL or a new version\n"
. "has changed the version number format.\n";