[121927] trunk/dports/gnome/libunique/Portfile

mojca at macports.org mojca at macports.org
Fri Jul 11 12:07:07 PDT 2014


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

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

Modified: trunk/dports/gnome/libunique/Portfile
===================================================================
--- trunk/dports/gnome/libunique/Portfile	2014-07-11 19:05:46 UTC (rev 121926)
+++ trunk/dports/gnome/libunique/Portfile	2014-07-11 19:07:07 UTC (rev 121927)
@@ -40,21 +40,14 @@
 # gobject-introspection uses g-ir-scanner, which uses $CC from env
 build.args-append   CC="${configure.cc} ${configure.cc_archflags}"
 
-# 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 {
     depends_lib-append    port:xorg-libX11
     configure.args-append --x-includes=${prefix}/include \
                           --x-libraries=${prefix}/lib
     configure.args-delete --without-x
 }
 
-if {[variant_isset no_x11]} {
-    default_variants -x11
-} else {
-    default_variants +x11
-}
+default_variants    +x11
 
 livecheck.type  gnome
 livecheck.regex {LATEST-IS-(1\.\d*(?:\.\d+)*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140711/9287b6b8/attachment.html>


More information about the macports-changes mailing list