summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-SSLeay
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-06-09 13:18:57 +0000
committerwiz <wiz@pkgsrc.org>2007-06-09 13:18:57 +0000
commit7dc66844d622f4b08f976fc7ce33ffa1d1d58259 (patch)
tree908bcc894949c5508ab92ace8ff95579126c7cb1 /security/p5-Crypt-SSLeay
parent45957eb66858743951bec0e727ab8a287fa27462 (diff)
downloadpkgsrc-7dc66844d622f4b08f976fc7ce33ffa1d1d58259.tar.gz
Replace a patch by setting the proper environment variable.
Info provided by the author David Landgren.
Diffstat (limited to 'security/p5-Crypt-SSLeay')
-rw-r--r--security/p5-Crypt-SSLeay/Makefile3
-rw-r--r--security/p5-Crypt-SSLeay/distinfo3
-rw-r--r--security/p5-Crypt-SSLeay/patches/patch-aa15
3 files changed, 3 insertions, 18 deletions
diff --git a/security/p5-Crypt-SSLeay/Makefile b/security/p5-Crypt-SSLeay/Makefile
index 83f05b4b59d..3c40264b70b 100644
--- a/security/p5-Crypt-SSLeay/Makefile
+++ b/security/p5-Crypt-SSLeay/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2007/06/08 07:57:10 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2007/06/09 13:18:57 wiz Exp $
#
DISTNAME= Crypt-SSLeay-0.55
@@ -15,6 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Crypt/SSLeay/.packlist
+MAKE_ENV+= PERL_MM_USE_DEFAULT=1
MAKE_PARAMS+= --lib=${SSLBASE}
.include "../../lang/perl5/module.mk"
diff --git a/security/p5-Crypt-SSLeay/distinfo b/security/p5-Crypt-SSLeay/distinfo
index f7086637cdd..076ffe6a19d 100644
--- a/security/p5-Crypt-SSLeay/distinfo
+++ b/security/p5-Crypt-SSLeay/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.5 2007/06/08 07:57:11 wiz Exp $
+$NetBSD: distinfo,v 1.6 2007/06/09 13:18:57 wiz Exp $
SHA1 (Crypt-SSLeay-0.55.tar.gz) = e31b9980c4170b6adc98d2d9a2d22acfa390e460
RMD160 (Crypt-SSLeay-0.55.tar.gz) = 2ad8fc592ddfa494960d72a363fdf143d2d4eefc
Size (Crypt-SSLeay-0.55.tar.gz) = 121191 bytes
-SHA1 (patch-aa) = 672d57add20123c1613998dad5d5d606176daadc
diff --git a/security/p5-Crypt-SSLeay/patches/patch-aa b/security/p5-Crypt-SSLeay/patches/patch-aa
deleted file mode 100644
index da21e09c0b3..00000000000
--- a/security/p5-Crypt-SSLeay/patches/patch-aa
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2007/06/08 07:57:11 wiz Exp $
-
---- Makefile.PL.orig 2007-06-01 17:33:24.000000000 +0000
-+++ Makefile.PL
-@@ -261,9 +261,7 @@ behind a strict firewall or have no netw
- 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;
- }