[Midnightbsd-cvs] mports [19526] trunk/security/p5-Crypt-SSLeay/files: fix build for magus

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Jun 24 21:45:04 EDT 2015


Revision: 19526
          http://svnweb.midnightbsd.org/mports/?rev=19526
Author:   laffer1
Date:     2015-06-24 21:45:03 -0400 (Wed, 24 Jun 2015)
Log Message:
-----------
fix build for magus

Added Paths:
-----------
    trunk/security/p5-Crypt-SSLeay/files/
    trunk/security/p5-Crypt-SSLeay/files/patch-Makefile.PL

Added: trunk/security/p5-Crypt-SSLeay/files/patch-Makefile.PL
===================================================================
--- trunk/security/p5-Crypt-SSLeay/files/patch-Makefile.PL	                        (rev 0)
+++ trunk/security/p5-Crypt-SSLeay/files/patch-Makefile.PL	2015-06-25 01:45:03 UTC (rev 19526)
@@ -0,0 +1,20 @@
+--- Makefile.PL.orig	2015-06-24 21:41:52.962658638 -0400
++++ Makefile.PL	2015-06-24 21:43:35.591846730 -0400
+@@ -222,16 +222,7 @@
+ }
+ 
+ sub is_live_test_wanted {
+-    print <<EO_CHUNK;
+-The test suite can attempt to connect to public servers to ensure that the
+-code is working properly. If you are behind a strict firewall or have no
+-network connectivity, these tests may fail (through no fault of the code).
+-EO_CHUNK
+-    my $wanted = prompt "Do you want to run the live tests (y/N)?", 'N';
+-    $wanted =~ s/\A\s+//;
+-    $wanted =~ s/\s+\z//;
+-
+-    return $wanted =~ /\Ay(?:es)?\z/i ? 1 : 0;
++    return 0;
+ }
+ 
+ sub write_test_config {


Property changes on: trunk/security/p5-Crypt-SSLeay/files/patch-Makefile.PL
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list