[121931] trunk/dports/graphics/ImageMagick/Portfile

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


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

Modified Paths:
--------------
    trunk/dports/graphics/ImageMagick/Portfile

Modified: trunk/dports/graphics/ImageMagick/Portfile
===================================================================
--- trunk/dports/graphics/ImageMagick/Portfile	2014-07-11 19:26:39 UTC (rev 121930)
+++ trunk/dports/graphics/ImageMagick/Portfile	2014-07-11 19:41:04 UTC (rev 121931)
@@ -157,21 +157,14 @@
     configure.args-replace  --without-wmf --with-wmf
 }
 
-# Legacy no_x11 variant to be removed after May 2014.
-variant no_x11 conflicts x11 description {Legacy compatibility variant} {}
-
-variant x11 conflicts no_x11 {
+variant x11 {
     depends_lib-append      port:xorg-libX11 \
                             port:xorg-libXext \
                             port:xorg-libXt
     configure.args-replace  --without-x --with-x
 }
 
-if {[variant_isset no_x11]} {
-    default_variants -x11
-} else {
-    default_variants +x11
-}
+default_variants            +x11
 
 livecheck.version           ${reasonable_version}
 livecheck.type              regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140711/2e1abea5/attachment.html>


More information about the macports-changes mailing list