[71272] trunk/dports/x11/xorg-libxcb/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Tue Sep 7 09:06:07 PDT 2010


Revision: 71272
          http://trac.macports.org/changeset/71272
Author:   jeremyhu at macports.org
Date:     2010-09-07 09:06:06 -0700 (Tue, 07 Sep 2010)
Log Message:
-----------
xorg-libxcb: Use system python to build to resolve dependency loop #26381

Modified Paths:
--------------
    trunk/dports/x11/xorg-libxcb/Portfile

Modified: trunk/dports/x11/xorg-libxcb/Portfile
===================================================================
--- trunk/dports/x11/xorg-libxcb/Portfile	2010-09-07 16:04:26 UTC (rev 71271)
+++ trunk/dports/x11/xorg-libxcb/Portfile	2010-09-07 16:06:06 UTC (rev 71272)
@@ -29,33 +29,3 @@
 livecheck.type  regex
 livecheck.url   ${master_sites}?C=M&O=D
 livecheck.regex libxcb-(\\d+(?:\\.\\d+)*)
-
-variant python25 conflicts python26 python27 python31 python32 description {Use python 2.5} {
-    depends_run-append      port:python25
-    configure.python        ${prefix}/bin/python2.5
-}
-
-variant python26 conflicts python25 python27 python31 python32 description {Use python 2.6} {
-    depends_run-append      port:python26
-    configure.python        ${prefix}/bin/python2.6
-}
-
-variant python27 conflicts python25 python26 python31 python32 description {Use python 2.7} {
-    depends_run-append      port:python27
-    configure.python        ${prefix}/bin/python2.7
-}
-
-variant python31 conflicts python25 python26 python27 python32 description {Use python 3.1} {
-    depends_run-append      port:python31
-    configure.python        ${prefix}/bin/python3.1
-}
-
-variant python32 conflicts python25 python26 python27 python31 description {Use python 3.2} {
-    depends_run-append      port:python32
-    configure.python        ${prefix}/bin/python3.2
-}
-
-# Default to 2.6 since 2.5 fails universal on Leopard... Ticket #17501
-if {![variant_isset python25] && ![variant_isset python27] && ![variant_isset python31] && ![variant_isset python32]} {
-    default_variants +python26
-}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100907/48eb8ff0/attachment.html>


More information about the macports-changes mailing list