[41528] trunk/dports/x11/gtk2/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Wed Nov 5 07:52:34 PST 2008


Revision: 41528
          http://trac.macports.org/changeset/41528
Author:   mcalhoun at macports.org
Date:     2008-11-05 07:52:31 -0800 (Wed, 05 Nov 2008)
Log Message:
-----------
gtk2: Remove Leopard workaround as it is incompatible with newer X11 installations.
Instead, documented problem in LeopardProblems section of the Wiki.
Closes #17008.

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

Modified: trunk/dports/x11/gtk2/Portfile
===================================================================
--- trunk/dports/x11/gtk2/Portfile	2008-11-05 14:38:06 UTC (rev 41527)
+++ trunk/dports/x11/gtk2/Portfile	2008-11-05 15:52:31 UTC (rev 41528)
@@ -128,16 +128,6 @@
 }
 
 variant x11 conflicts quartz description {Enable rendering in X11 (default)} {
-    pre-fetch {
-        if {${os.platform} == "darwin" && [lindex [split ${os.version} .] 0] eq 9} {
-            if {![file exists /usr/X11/lib/libXrandr.2.0.0.dylib]} {
-                ui_error "Some libs are missing from your X11 installation. Please run this command:"
-                ui_error "sudo ln -s libXrandr.2.dylib /usr/X11/lib/libXrandr.2.0.0.dylib"
-                error "missing /usr/X11/lib/libXrandr.2.0.0.dylib"
-            }
-        }
-    }
-
     depends_lib-append  lib:libXrender.1:xrender \
                         lib:libX11.6:xorg \
                         port:render
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081105/c86e1739/attachment.html>


More information about the macports-changes mailing list