[45625] trunk/dports

blb at macports.org blb at macports.org
Sun Jan 18 20:48:13 PST 2009


Revision: 45625
          http://trac.macports.org/changeset/45625
Author:   blb at macports.org
Date:     2009-01-18 20:48:12 -0800 (Sun, 18 Jan 2009)
Log Message:
-----------
help2man and gtk2 - remove manually setting configure.universal_sysroot as
MacPorts 1.7 handles it

Modified Paths:
--------------
    trunk/dports/textproc/help2man/Portfile
    trunk/dports/x11/gtk2/Portfile

Modified: trunk/dports/textproc/help2man/Portfile
===================================================================
--- trunk/dports/textproc/help2man/Portfile	2009-01-19 04:41:37 UTC (rev 45624)
+++ trunk/dports/textproc/help2man/Portfile	2009-01-19 04:48:12 UTC (rev 45625)
@@ -27,14 +27,6 @@
 configure.perl	${prefix}/bin/perl
 configure.args	--mandir=${prefix}/share/man --infodir=${prefix}/share/info
 
-if {[variant_isset universal]} {
-    if {[file exists /Developer/SDKs/MacOSX10.5.sdk]} {
-        set configure.universal_sysroot "/Developer/SDKs/MacOSX10.5.sdk"
-    } else {
-        set configure.universal_sysroot "/Developer/SDKs/MacOSX10.4u.sdk"
-    }
- }
-
 post-patch {
 	if {[variant_isset universal]} {
         reinplace "s|-bundle|-bundle -isysroot ${configure.universal_sysroot} ${configure.universal_ldflags}|" ${worksrcpath}/Makefile.in

Modified: trunk/dports/x11/gtk2/Portfile
===================================================================
--- trunk/dports/x11/gtk2/Portfile	2009-01-19 04:41:37 UTC (rev 45624)
+++ trunk/dports/x11/gtk2/Portfile	2009-01-19 04:48:12 UTC (rev 45625)
@@ -38,11 +38,6 @@
 }
 
 if {[variant_isset universal]} {
-    if {[file exists /Developer/SDKs/MacOSX10.5.sdk]} {
-        set configure.universal_sysroot "/Developer/SDKs/MacOSX10.5.sdk"
-    } else {
-        set configure.universal_sysroot "/Developer/SDKs/MacOSX10.4u.sdk"
-    }
     configure.env-append    CUPS_CONFIG="${configure.universal_sysroot}/usr/bin/cups-config"
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090118/403d9c1f/attachment.html>


More information about the macports-changes mailing list