[125584] trunk/dports/perl/p5-wx

mojca at macports.org mojca at macports.org
Mon Sep 22 00:10:07 PDT 2014


Revision: 125584
          https://trac.macports.org/changeset/125584
Author:   mojca at macports.org
Date:     2014-09-22 00:10:07 -0700 (Mon, 22 Sep 2014)
Log Message:
-----------
p5-wx: remove the check 'MACOSX_DEPLOYMENT_TARGET < 10.3' as it fails on 10.10 (#45120)

Modified Paths:
--------------
    trunk/dports/perl/p5-wx/Portfile

Added Paths:
-----------
    trunk/dports/perl/p5-wx/files/patch-build-Wx-build-MakeMaker-MacOSX_GCC.pm.diff

Removed Paths:
-------------
    trunk/dports/perl/p5-wx/files/patch-resttoolpath.diff

Modified: trunk/dports/perl/p5-wx/Portfile
===================================================================
--- trunk/dports/perl/p5-wx/Portfile	2014-09-22 06:37:53 UTC (rev 125583)
+++ trunk/dports/perl/p5-wx/Portfile	2014-09-22 07:10:07 UTC (rev 125584)
@@ -28,7 +28,7 @@
 if {${perl5.major} != ""} {
     wxWidgets.use   wxWidgets-3.0
 
-    patchfiles      patch-resttoolpath.diff
+    patchfiles      patch-build-Wx-build-MakeMaker-MacOSX_GCC.pm.diff
 
     depends_build-append \
                     port:p${perl5.major}-extutils-xspp

Added: trunk/dports/perl/p5-wx/files/patch-build-Wx-build-MakeMaker-MacOSX_GCC.pm.diff
===================================================================
--- trunk/dports/perl/p5-wx/files/patch-build-Wx-build-MakeMaker-MacOSX_GCC.pm.diff	                        (rev 0)
+++ trunk/dports/perl/p5-wx/files/patch-build-Wx-build-MakeMaker-MacOSX_GCC.pm.diff	2014-09-22 07:10:07 UTC (rev 125584)
@@ -0,0 +1,19 @@
+https://trac.macports.org/ticket/45120
+https://trac.macports.org/ticket/44640
+https://rt.cpan.org/Public/Bug/Display.html?id=99038
+
+--- build/Wx/build/MakeMaker/MacOSX_GCC.pm.orig
++++ build/Wx/build/MakeMaker/MacOSX_GCC.pm
+@@ -6,11 +6,7 @@
+ 
+ use Config;
+ 
+-die "Please set MACOSX_DEPLOYMENT_TARGET to 10.3 or above"
+-    if $ENV{MACOSX_DEPLOYMENT_TARGET} && $ENV{MACOSX_DEPLOYMENT_TARGET} < 10.3;
+-
+-my $tools43 = '/Applications/Xcode.app/Contents/Developer/Tools';
+-my $restoolpath = ( -d $tools43 ) ? $tools43 : '/Developer/Tools';
++my $restoolpath = '/usr/bin';
+ 
+ sub configure_core {
+   my $this = shift;

Deleted: trunk/dports/perl/p5-wx/files/patch-resttoolpath.diff
===================================================================
--- trunk/dports/perl/p5-wx/files/patch-resttoolpath.diff	2014-09-22 06:37:53 UTC (rev 125583)
+++ trunk/dports/perl/p5-wx/files/patch-resttoolpath.diff	2014-09-22 07:10:07 UTC (rev 125584)
@@ -1,13 +0,0 @@
-https://trac.macports.org/ticket/44640
-
---- build/Wx/build/MakeMaker/MacOSX_GCC.pm.orig
-+++ build/Wx/build/MakeMaker/MacOSX_GCC.pm
-@@ -10,7 +10,7 @@ die "Please set MACOSX_DEPLOYMENT_TARGET to 10.3 or above"
-     if $ENV{MACOSX_DEPLOYMENT_TARGET} && $ENV{MACOSX_DEPLOYMENT_TARGET} < 10.3;
- 
- my $tools43 = '/Applications/Xcode.app/Contents/Developer/Tools';
--my $restoolpath = ( -d $tools43 ) ? $tools43 : '/Developer/Tools';
-+my $restoolpath = '/usr/bin';
- 
- sub configure_core {
-   my $this = shift;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140922/698078fc/attachment.html>


More information about the macports-changes mailing list