[102649] trunk/dports/x11

ryandesign at macports.org ryandesign at macports.org
Tue Feb 5 12:41:06 PST 2013


Revision: 102649
          https://trac.macports.org/changeset/102649
Author:   ryandesign at macports.org
Date:     2013-02-05 12:41:06 -0800 (Tue, 05 Feb 2013)
Log Message:
-----------
pango, pango-devel: remove 20-month-old no_x11 legacy compatibility variant

Modified Paths:
--------------
    trunk/dports/x11/pango/Portfile
    trunk/dports/x11/pango-devel/Portfile

Modified: trunk/dports/x11/pango/Portfile
===================================================================
--- trunk/dports/x11/pango/Portfile	2013-02-05 20:09:31 UTC (rev 102648)
+++ trunk/dports/x11/pango/Portfile	2013-02-05 20:41:06 UTC (rev 102649)
@@ -114,7 +114,6 @@
     configure.args-append   --with-included-modules
 }
 
-variant no_x11 conflicts x11 description {Legacy compatibility variant} {}
 variant x11 {
     depends_lib-append      port:Xft2
     configure.args-delete   --without-x
@@ -122,11 +121,7 @@
                             --x-lib=${prefix}/lib
 }
 
-if {[variant_isset no_x11]} {
-    default_variants -x11
-} else {
-    default_variants +x11
-}
+default_variants        +x11
 
 post-destroot {
     xinstall -d ${destroot}${prefix}/etc/pango

Modified: trunk/dports/x11/pango-devel/Portfile
===================================================================
--- trunk/dports/x11/pango-devel/Portfile	2013-02-05 20:09:31 UTC (rev 102648)
+++ trunk/dports/x11/pango-devel/Portfile	2013-02-05 20:41:06 UTC (rev 102649)
@@ -116,7 +116,6 @@
     configure.args-append   --with-included-modules
 }
 
-variant no_x11 conflicts x11 description {Legacy compatibility variant} {}
 variant x11 {
     depends_lib-append      port:Xft2
     configure.args-delete   --without-x
@@ -124,11 +123,7 @@
                             --x-lib=${prefix}/lib
 }
 
-if {[variant_isset no_x11]} {
-    default_variants -x11
-} else {
-    default_variants +x11
-}
+default_variants        +x11
 
 post-destroot {
     xinstall -d ${destroot}${prefix}/etc/pango
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130205/92dc555d/attachment.html>


More information about the macports-changes mailing list