[121330] trunk/dports/databases/postgis2/Portfile

vince at macports.org vince at macports.org
Mon Jun 23 10:11:45 PDT 2014


Revision: 121330
          https://trac.macports.org/changeset/121330
Author:   vince at macports.org
Date:     2014-06-23 10:11:45 -0700 (Mon, 23 Jun 2014)
Log Message:
-----------
Disable JSON support that was stealthily (read: inadvertantly) supported, but does not work with the new version of JSON-C.

Modified Paths:
--------------
    trunk/dports/databases/postgis2/Portfile

Modified: trunk/dports/databases/postgis2/Portfile
===================================================================
--- trunk/dports/databases/postgis2/Portfile	2014-06-23 16:51:50 UTC (rev 121329)
+++ trunk/dports/databases/postgis2/Portfile	2014-06-23 17:11:45 UTC (rev 121330)
@@ -9,6 +9,7 @@
 license             GPL
 version             2.1.2
 epoch               1
+revision            1
 platforms           darwin
 maintainers         vince openmaintainer
 
@@ -135,6 +136,9 @@
     -Diconv=libiconv -Diconv_open=libiconv_open -Diconv_close=libiconv_close \
     -I${prefix}/include
 
+# JSON-C new version is incompatible with this version of PostGIS
+configure.args-append   -without-json
+
 post-configure {
     if {[variant_isset universal]} {
         # We must add universal flags to compile liblwgeom properly
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140623/10309e6b/attachment.html>


More information about the macports-changes mailing list