[67631] trunk/dports/graphics

ryandesign at macports.org ryandesign at macports.org
Sat May 15 02:35:12 PDT 2010


Revision: 67631
          http://trac.macports.org/changeset/67631
Author:   ryandesign at macports.org
Date:     2010-05-15 02:35:09 -0700 (Sat, 15 May 2010)
Log Message:
-----------
graphviz, graphviz-devel: remove +gui variant which has been obsolete for over a year

Modified Paths:
--------------
    trunk/dports/graphics/graphviz/Portfile
    trunk/dports/graphics/graphviz-devel/Portfile

Modified: trunk/dports/graphics/graphviz/Portfile
===================================================================
--- trunk/dports/graphics/graphviz/Portfile	2010-05-15 09:29:21 UTC (rev 67630)
+++ trunk/dports/graphics/graphviz/Portfile	2010-05-15 09:35:09 UTC (rev 67631)
@@ -290,16 +290,6 @@
     configure.args-append       --without-x
 }
 
-variant gui description {Obsolete; install graphviz-gui port instead} {
-    pre-configure {
-        set newport graphviz-gui
-        if {${os.major} < 9} {
-            set newport graphviz-oldgui
-        }
-        ui_msg "The +gui variant is obsolete. Please install the ${newport} port instead."
-    }
-}
-
 post-destroot {
     # Make the configuration file that makes the plugins work.
     system "GVBINDIR=${destroot}${prefix}/lib/graphviz DYLD_LIBRARY_PATH=${destroot}${prefix}/lib ${destroot}${prefix}/bin/dot -c"

Modified: trunk/dports/graphics/graphviz-devel/Portfile
===================================================================
--- trunk/dports/graphics/graphviz-devel/Portfile	2010-05-15 09:29:21 UTC (rev 67630)
+++ trunk/dports/graphics/graphviz-devel/Portfile	2010-05-15 09:35:09 UTC (rev 67631)
@@ -289,16 +289,6 @@
     configure.args-append       --without-x
 }
 
-variant gui description {Obsolete; install graphviz-gui port instead} {
-    pre-configure {
-        set newport graphviz-gui-devel
-        if {${os.major} < 9} {
-            set newport graphviz-oldgui
-        }
-        ui_msg "The +gui variant is obsolete. Please install the ${newport} port instead."
-    }
-}
-
 post-destroot {
     # Make the configuration file that makes the plugins work.
     system "GVBINDIR=${destroot}${prefix}/lib/graphviz DYLD_LIBRARY_PATH=${destroot}${prefix}/lib ${destroot}${prefix}/bin/dot -c"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100515/a74a9a99/attachment.html>


More information about the macports-changes mailing list