svn commit: r531217 - branches/2020Q2/www/p5-WWW-Curl/files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Apr 9 16:35:11 UTC 2020


Author: sunpoet
Date: Thu Apr  9 16:35:11 2020
New Revision: 531217
URL: https://svnweb.freebsd.org/changeset/ports/531217

Log:
  MFH: r530415
  
  Fix build with curl 7.69.1
  
  Approved by:	ports-secteam (blanket)

Modified:
  branches/2020Q2/www/p5-WWW-Curl/files/patch-Makefile.PL
Directory Properties:
  branches/2020Q2/   (props changed)

Modified: branches/2020Q2/www/p5-WWW-Curl/files/patch-Makefile.PL
==============================================================================
--- branches/2020Q2/www/p5-WWW-Curl/files/patch-Makefile.PL	Thu Apr  9 16:22:48 2020	(r531216)
+++ branches/2020Q2/www/p5-WWW-Curl/files/patch-Makefile.PL	Thu Apr  9 16:35:11 2020	(r531217)
@@ -12,7 +12,7 @@
  
      for my $e (sort @syms) {
 -       if($e =~ /(OBSOLETE|^CURL_EXTERN|_LAST\z|_LASTENTRY\z)/) {
-+       if($e =~ /(OBSOLETE|^CURL_EXTERN|_LAST\z|_LASTENTRY\z|^CURLINC_)/) {
++       if($e =~ /(OBSOLETE|^CURL_EXTERN|_LAST\z|_LASTENTRY\z|^CURLINC_|WIN32|CURLOPT)/) {
            next;
         }
         my ($group) = $e =~ m/^([^_]+_)/;


More information about the svn-ports-all mailing list