[26296] trunk/dports/x11/XFree86/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Mon Jun 18 15:00:57 PDT 2007


Revision: 26296
          http://trac.macosforge.org/projects/macports/changeset/26296
Author:   ryandesign at macports.org
Date:     2007-06-18 15:00:56 -0700 (Mon, 18 Jun 2007)

Log Message:
-----------
XFree86: Quick fix for #12137: Turn off the default universal variant,
since it does not work with this port anyway since XFree86 does not use
configure, and because leaving it enabled prevents the universal
installation of other ports that declare a dependency on XFree86 libs.

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

Modified: trunk/dports/x11/XFree86/Portfile
===================================================================
--- trunk/dports/x11/XFree86/Portfile	2007-06-18 19:30:11 UTC (rev 26295)
+++ trunk/dports/x11/XFree86/Portfile	2007-06-18 22:00:56 UTC (rev 26296)
@@ -42,6 +42,13 @@
 depends_build   bin:perl:perl5.8
 use_configure   no
 
+# No attempt has yet been made to allow XFree86 to build universal. Feel free
+# to attempt. The default universal variant is merely being disabled here
+# because it does not function with ports that do not use configure, and
+# leaving it enabled prevents the universal installation of any other ports
+# that depend on XFree86, even if they would otherwise succeed. See #12137.
+universal_variant   no
+
 prefix          ${x11prefix}
 worksrcdir      xc
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070618/8e3b7575/attachment.html


More information about the macports-changes mailing list