[124062] trunk/dports/sysutils/gearmand/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Aug 17 19:26:02 PDT 2014


Revision: 124062
          https://trac.macports.org/changeset/124062
Author:   ryandesign at macports.org
Date:     2014-08-17 19:26:02 -0700 (Sun, 17 Aug 2014)
Log Message:
-----------
gearmand: remove legacy no_sqlite compatibility variant

Modified Paths:
--------------
    trunk/dports/sysutils/gearmand/Portfile

Modified: trunk/dports/sysutils/gearmand/Portfile
===================================================================
--- trunk/dports/sysutils/gearmand/Portfile	2014-08-18 02:23:53 UTC (rev 124061)
+++ trunk/dports/sysutils/gearmand/Portfile	2014-08-18 02:26:02 UTC (rev 124062)
@@ -79,16 +79,11 @@
     configure.args-append   --enable-dtrace
 }
 
-variant no_sqlite conflicts sqlite description {Legacy compatibility variant} {}
 variant sqlite description {Build with sqlite3 support} {
     depends_lib-append      port:sqlite3
     configure.args-delete   --without-sqlite3
 }
-if {[variant_isset no_sqlite]} {
-    default_variants -sqlite
-} else {
-    default_variants +sqlite
-}
+default_variants +sqlite
 
 variant drizzle description {Build with libdrizzle support} {
     depends_lib-append      port:libdrizzle
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140817/da3c2099/attachment.html>


More information about the macports-changes mailing list