[134663] trunk/dports/graphics/libopenraw/Portfile

devans at macports.org devans at macports.org
Thu Apr 2 06:44:32 PDT 2015


Revision: 134663
          https://trac.macports.org/changeset/134663
Author:   devans at macports.org
Date:     2015-04-02 06:44:32 -0700 (Thu, 02 Apr 2015)
Log Message:
-----------
libopenraw: remove legacy +no_gnome variant, replaced by -gnome over a year ago.

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

Modified: trunk/dports/graphics/libopenraw/Portfile
===================================================================
--- trunk/dports/graphics/libopenraw/Portfile	2015-04-02 13:33:49 UTC (rev 134662)
+++ trunk/dports/graphics/libopenraw/Portfile	2015-04-02 13:44:32 UTC (rev 134663)
@@ -42,20 +42,13 @@
 configure.args  --with-boost=${prefix} \
                 --disable-gnome
 
-variant gnome conflicts no_gnome description {Build with GNOME/GTK+ support}  {
+variant gnome description {Build with GNOME/GTK+ support}  {
     depends_lib-append      port:gdk-pixbuf2
     configure.args-delete   --disable-gnome
 }
 
-# Legacy no_gnome variant to be removed after 20150102.
-variant no_gnome conflicts gnome description {Legacy compatibility variant}  {}
+default_variants +gnome
 
-if {[variant_isset no_gnome]} {
-    default_variants -gnome
-} else {
-    default_variants +gnome
-}
-
 post-activate {
     if {[variant_isset gnome]} {
         ui_debug "Updating gdk-pixbuf.loaders..."
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150402/67afa986/attachment.html>


More information about the macports-changes mailing list