[147622] trunk/dports/gis/gdal/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Sun Apr 10 07:49:49 PDT 2016


Revision: 147622
          https://trac.macports.org/changeset/147622
Author:   mcalhoun at macports.org
Date:     2016-04-10 07:49:49 -0700 (Sun, 10 Apr 2016)
Log Message:
-----------
gdal: add mysql57 variant

Modified Paths:
--------------
    trunk/dports/gis/gdal/Portfile

Modified: trunk/dports/gis/gdal/Portfile
===================================================================
--- trunk/dports/gis/gdal/Portfile	2016-04-10 14:17:59 UTC (rev 147621)
+++ trunk/dports/gis/gdal/Portfile	2016-04-10 14:49:49 UTC (rev 147622)
@@ -271,6 +271,12 @@
     configure.args-append   --with-mysql=${prefix}/lib/mysql5/bin/mysql_config
 }
 
+variant mysql57 description {Enable MySQL 5 support} {
+    depends_lib-append      port:mysql57
+    configure.args-delete   --without-mysql
+    configure.args-append   --with-mysql=${prefix}/lib/mysql57/bin/mysql_config
+}
+
 variant sqlite3 description {Enable SQLite3 support} {
     depends_lib-append      port:sqlite3
     configure.args-delete   --without-sqlite3
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160410/7ac5be55/attachment.html>


More information about the macports-changes mailing list