pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/p5-Crypt-SSLeay Replace a patch by setting th...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5f32f3887982
branches: trunk
changeset: 529708:5f32f3887982
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Jun 09 13:18:57 2007 +0000
description:
Replace a patch by setting the proper environment variable.
Info provided by the author David Landgren.
diffstat:
security/p5-Crypt-SSLeay/Makefile | 3 ++-
security/p5-Crypt-SSLeay/distinfo | 3 +--
security/p5-Crypt-SSLeay/patches/patch-aa | 15 ---------------
3 files changed, 3 insertions(+), 18 deletions(-)
diffs (47 lines):
diff -r d6cc74c8c0be -r 5f32f3887982 security/p5-Crypt-SSLeay/Makefile
--- a/security/p5-Crypt-SSLeay/Makefile Sat Jun 09 13:17:48 2007 +0000
+++ b/security/p5-Crypt-SSLeay/Makefile Sat Jun 09 13:18:57 2007 +0000
@@ -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 @@
PERL5_PACKLIST= auto/Crypt/SSLeay/.packlist
+MAKE_ENV+= PERL_MM_USE_DEFAULT=1
MAKE_PARAMS+= --lib=${SSLBASE}
.include "../../lang/perl5/module.mk"
diff -r d6cc74c8c0be -r 5f32f3887982 security/p5-Crypt-SSLeay/distinfo
--- a/security/p5-Crypt-SSLeay/distinfo Sat Jun 09 13:17:48 2007 +0000
+++ b/security/p5-Crypt-SSLeay/distinfo Sat Jun 09 13:18:57 2007 +0000
@@ -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 -r d6cc74c8c0be -r 5f32f3887982 security/p5-Crypt-SSLeay/patches/patch-aa
--- a/security/p5-Crypt-SSLeay/patches/patch-aa Sat Jun 09 13:17:48 2007 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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;
- }
Home |
Main Index |
Thread Index |
Old Index