[Midnightbsd-cvs] mports [22315] trunk/www/p5-WWW-Curl: add patch

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Feb 22 08:04:51 EST 2017


Revision: 22315
          http://svnweb.midnightbsd.org/mports/?rev=22315
Author:   laffer1
Date:     2017-02-22 08:04:51 -0500 (Wed, 22 Feb 2017)
Log Message:
-----------
add patch

Modified Paths:
--------------
    trunk/www/p5-WWW-Curl/Makefile
    trunk/www/p5-WWW-Curl/pkg-plist

Added Paths:
-----------
    trunk/www/p5-WWW-Curl/files/
    trunk/www/p5-WWW-Curl/files/patch-Makefile.PL

Modified: trunk/www/p5-WWW-Curl/Makefile
===================================================================
--- trunk/www/p5-WWW-Curl/Makefile	2017-02-22 12:59:59 UTC (rev 22314)
+++ trunk/www/p5-WWW-Curl/Makefile	2017-02-22 13:04:51 UTC (rev 22315)
@@ -13,7 +13,10 @@
 
 LICENSE=	mit
 
-LIB_DEPENDS=	curl:${PORTSDIR}/ftp/curl:install
+LIB_DEPENDS=	libcurl.so:ftp/curl
+TEST_DEPENDS=	p5-Test-CPAN-Meta>=0:devel/p5-Test-CPAN-Meta \
+		p5-Test-Pod>=1.14:devel/p5-Test-Pod \
+		p5-Test-Pod-Coverage>=1.04:devel/p5-Test-Pod-Coverage
 
 USES=	perl5
 PERL_CONFIGURE=	yes

Added: trunk/www/p5-WWW-Curl/files/patch-Makefile.PL
===================================================================
--- trunk/www/p5-WWW-Curl/files/patch-Makefile.PL	                        (rev 0)
+++ trunk/www/p5-WWW-Curl/files/patch-Makefile.PL	2017-02-22 13:04:51 UTC (rev 22315)
@@ -0,0 +1,10 @@
+--- Makefile.PL.orig	2014-02-21 16:08:09 UTC
++++ Makefile.PL
+@@ -121,6 +121,7 @@ if (!defined($curl_h)) {
+     open (H, "<", $curl_h) or die ("Cannot open $curl_h: ".$!);
+     while(<H>) {
+         if (/^#define (CURL[A-Za-z0-9_]*)/) {
++            next if ($1 eq 'CURL_DID_MEMORY_FUNC_TYPEDEFS' || $1 eq 'CURL_STRICTER' );
+             push @syms, $1;
+         }
+     }


Property changes on: trunk/www/p5-WWW-Curl/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
Modified: trunk/www/p5-WWW-Curl/pkg-plist
===================================================================
--- trunk/www/p5-WWW-Curl/pkg-plist	2017-02-22 12:59:59 UTC (rev 22314)
+++ trunk/www/p5-WWW-Curl/pkg-plist	2017-02-22 13:04:51 UTC (rev 22315)
@@ -6,7 +6,3 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Curl/Curl.bs
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Curl/Curl.so
 %%PERL5_MAN3%%/WWW::Curl.3.gz
- at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Curl
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW
- at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/WWW/Curl
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/WWW



More information about the Midnightbsd-cvs mailing list