[153122] trunk/dports/perl/p5-net-curl

devans at macports.org devans at macports.org
Sat Sep 24 19:57:12 PDT 2016


Revision: 153122
          https://trac.macports.org/changeset/153122
Author:   devans at macports.org
Date:     2016-09-24 19:57:12 -0700 (Sat, 24 Sep 2016)
Log Message:
-----------
p5-net-curl: build fix, patch Makefile.PL for compatibility with curl 7.50.2+, remove comment.

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

Added Paths:
-----------
    trunk/dports/perl/p5-net-curl/files/
    trunk/dports/perl/p5-net-curl/files/curl-7.50.2-invalid-symbols.patch

Modified: trunk/dports/perl/p5-net-curl/Portfile
===================================================================
--- trunk/dports/perl/p5-net-curl/Portfile	2016-09-25 02:54:01 UTC (rev 153121)
+++ trunk/dports/perl/p5-net-curl/Portfile	2016-09-25 02:57:12 UTC (rev 153122)
@@ -1,17 +1,12 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-# This comment was inserted on 20160713 to force reindexing of
-# this port after the default homepage definition in the perl5
-# PortGroup was changed to use metacpan.org (r150080).
-# Reindexing is necessary for the new definition to take effect.
-# This comment may be removed in subsequent updates of this port.
-
 PortSystem          1.0
 PortGroup           perl5 1.0
 
 perl5.branches      5.22 5.24
 perl5.setup         Net-Curl 0.37
+revision            1
 license             MIT
 maintainers         devans openmaintainer
 description         Net::Curl - Perl interface for libcurl
@@ -26,4 +21,6 @@
     depends_lib-append \
                     port:p${perl5.major}-extutils-pkgconfig \
                     port:curl
+
+    patchfiles      curl-7.50.2-invalid-symbols.patch
 }

Added: trunk/dports/perl/p5-net-curl/files/curl-7.50.2-invalid-symbols.patch
===================================================================
--- trunk/dports/perl/p5-net-curl/files/curl-7.50.2-invalid-symbols.patch	                        (rev 0)
+++ trunk/dports/perl/p5-net-curl/files/curl-7.50.2-invalid-symbols.patch	2016-09-25 02:57:12 UTC (rev 153122)
@@ -0,0 +1,11 @@
+--- Makefile.PL.orig	2016-09-24 19:46:00.000000000 -0700
++++ Makefile.PL	2016-09-24 19:46:43.000000000 -0700
+@@ -313,7 +313,7 @@
+ 
+ 	my @out;
+ 	foreach my $e (sort keys %syms) {
+-		if ( $e =~ /(OBSOLETE|^CURL_EXTERN|_LAST\z|_LASTENTRY\z|^CURL_FORMAT_OFF_T$|^CURL_ISOCPP$)/ ) {
++		if ( $e =~ /(OBSOLETE|^CURL_EXTERN|^CURL_STRICTER|_LAST\z|_LASTENTRY\z|^CURL_FORMAT_OFF_T$|^CURL_ISOCPP$)/ ) {
+ 			next;
+ 		}
+ 		push @out, $e;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160924/e72e54f1/attachment.html>


More information about the macports-changes mailing list