[89955] trunk/dports/gnome/gtk2/Portfile

dports at macports.org dports at macports.org
Thu Feb 16 15:32:44 PST 2012


Revision: 89955
          http://trac.macports.org/changeset/89955
Author:   dports at macports.org
Date:     2012-02-16 15:32:44 -0800 (Thu, 16 Feb 2012)
Log Message:
-----------
gtk2: disable CUPS support on Tiger: latest versions of gtk appear to
be incompatible with Tiger's CUPS version (#33262)

Modified Paths:
--------------
    trunk/dports/gnome/gtk2/Portfile

Modified: trunk/dports/gnome/gtk2/Portfile
===================================================================
--- trunk/dports/gnome/gtk2/Portfile	2012-02-16 21:30:51 UTC (rev 89954)
+++ trunk/dports/gnome/gtk2/Portfile	2012-02-16 23:32:44 UTC (rev 89955)
@@ -111,6 +111,9 @@
     if {[variant_isset quartz] || [variant_isset no_x11]} {
         configure.ldflags-append  -framework Cocoa -framework Carbon
     }
+
+    # latest versions are incompatible with the CUPS in Tiger (#33262)
+    configure.args-append --disable-cups
 }
 
 if {[variant_isset no_x11]} {
@@ -126,12 +129,6 @@
     }
     configure.env-append CUPS_CONFIG=${cups}
 
-    # cups is not 32/64-bit universal on Tiger.
-    if {${os.major} == "8"} {
-        set merger_configure_args(ppc64)   --disable-cups
-        set merger_configure_args(x86_64)  --disable-cups
-    }
-
     # Find architectures which will not run on build platform.
     set cpu64bit_capable [sysctl hw.cpu64bit_capable]
     if {${os.arch} eq "i386"} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120216/4809b476/attachment-0001.html>


More information about the macports-changes mailing list