[123374] trunk/dports/science/gromacs/Portfile

mojca at macports.org mojca at macports.org
Fri Aug 8 14:53:07 PDT 2014


Revision: 123374
          https://trac.macports.org/changeset/123374
Author:   mojca at macports.org
Date:     2014-08-08 14:53:07 -0700 (Fri, 08 Aug 2014)
Log Message:
-----------
gromacs: remove no_x11 (#39383)

Modified Paths:
--------------
    trunk/dports/science/gromacs/Portfile

Modified: trunk/dports/science/gromacs/Portfile
===================================================================
--- trunk/dports/science/gromacs/Portfile	2014-08-08 21:44:19 UTC (rev 123373)
+++ trunk/dports/science/gromacs/Portfile	2014-08-08 21:53:07 UTC (rev 123374)
@@ -35,20 +35,12 @@
                     --enable-shared \
                     --without-x
 
-variant x11 conflicts no_x11 description {enable the openmotif interface} {
+variant x11 description {enable the openmotif interface} {
     depends_lib-append      port:openmotif
     configure.args-delete   --without-x
     configure.args-append   --with-x
 }
 
-# remove this in August 2014
-variant no_x11 conflicts x11 description {legacy compatibility variant} {}
-if {[variant_isset no_x11]} {
-    default_variants        -x11
-} else {
-    default_variants        +x11
-}
-
 variant gsl description {enable extra analyses via the GNU scientific library} {
     depends_lib-append      port:gsl
     configure.args-append   --with-gsl
@@ -84,9 +76,11 @@
 }
 
 if {![variant_isset gcc43] && ![variant_isset gcc44] && ![variant_isset gcc45] && ![variant_isset gcc46] && ![variant_isset gcc47] && ![variant_isset gcc48]} {
-    default_variants        +gcc48
+    default_variants-append +gcc48
 }
 
+default_variants-append     +x11
+
 if {${name} eq ${subport}} {
     depends_lib-append      port:fftw-3-single
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140808/47ee90e8/attachment.html>


More information about the macports-changes mailing list