[98831] trunk/dports/perl/p5-net-ssleay

jmr at macports.org jmr at macports.org
Thu Oct 18 01:58:44 PDT 2012


Revision: 98831
          http://trac.macports.org//changeset/98831
Author:   jmr at macports.org
Date:     2012-10-18 01:58:44 -0700 (Thu, 18 Oct 2012)
Log Message:
-----------
p5-net-ssleay: disable failing compiler check (#32444)

Modified Paths:
--------------
    trunk/dports/perl/p5-net-ssleay/Portfile

Added Paths:
-----------
    trunk/dports/perl/p5-net-ssleay/files/
    trunk/dports/perl/p5-net-ssleay/files/compiler_check.patch

Modified: trunk/dports/perl/p5-net-ssleay/Portfile
===================================================================
--- trunk/dports/perl/p5-net-ssleay/Portfile	2012-10-18 07:22:45 UTC (rev 98830)
+++ trunk/dports/perl/p5-net-ssleay/Portfile	2012-10-18 08:58:44 UTC (rev 98831)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 PortGroup perl5 1.0
 
-perl5.branches      5.8 5.10 5.12 5.14 5.16
+perl5.branches	5.8 5.10 5.12 5.14 5.16
 perl5.setup		Net-SSLeay 1.48
 revision        1
 license			OpenSSL SSLeay
@@ -19,5 +19,8 @@
 if {${perl5.major} != ""} {
 depends_lib-append		port:openssl
 
+# we know we have a compiler, so remove check that fails in some cases
+patchfiles		compiler_check.patch
+
 configure.env	OPENSSL_PREFIX=${prefix}
 }

Added: trunk/dports/perl/p5-net-ssleay/files/compiler_check.patch
===================================================================
--- trunk/dports/perl/p5-net-ssleay/files/compiler_check.patch	                        (rev 0)
+++ trunk/dports/perl/p5-net-ssleay/files/compiler_check.patch	2012-10-18 08:58:44 UTC (rev 98831)
@@ -0,0 +1,11 @@
+--- inc/Module/Install/PRIVATE/Net/SSLeay.pm.orig	2012-04-25 16:59:38.000000000 +1000
++++ inc/Module/Install/PRIVATE/Net/SSLeay.pm	2012-10-18 19:54:04.000000000 +1100
+@@ -22,8 +22,6 @@
+ sub ssleay {
+     my ($self) = @_;
+ 
+-    $self->requires_external_cc;
+-
+     my $prefix = $self->find_openssl_prefix;
+     my $exec   = $self->find_openssl_exec($prefix);
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121018/356f8b4d/attachment-0001.html>


More information about the macports-changes mailing list