[121921] trunk/dports/gnome/libbonoboui/Portfile

mojca at macports.org mojca at macports.org
Fri Jul 11 11:56:18 PDT 2014


Revision: 121921
          https://trac.macports.org/changeset/121921
Author:   mojca at macports.org
Date:     2014-07-11 11:56:18 -0700 (Fri, 11 Jul 2014)
Log Message:
-----------
libbonoboui: remove legacy variant no_x11 (#39383)

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

Modified: trunk/dports/gnome/libbonoboui/Portfile
===================================================================
--- trunk/dports/gnome/libbonoboui/Portfile	2014-07-11 18:52:03 UTC (rev 121920)
+++ trunk/dports/gnome/libbonoboui/Portfile	2014-07-11 18:56:18 UTC (rev 121921)
@@ -53,20 +53,13 @@
 configure.cflags-append \
                 -Wno-format-nonliteral
 
-# Legacy no_x11 variant to be removed after June 2014.
-variant no_x11 conflicts x11 description {Legacy compatibility variant} {}
-
-variant x11 conflicts no_x11 {
+variant x11 {
     configure.args-append   --x-includes=${prefix}/include \
                             --x-libraries=${prefix}/lib
     configure.args-replace  --without-x --with-x
 }
 
-if {[variant_isset no_x11]} {
-    default_variants -x11
-} else {
-    default_variants +x11
-}
+default_variants    +x11
 
 post-activate {
     system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140711/e52b63b7/attachment.html>


More information about the macports-changes mailing list