<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/572f8858eb696109f2e77fc0ad68a415ac899095">https://github.com/macports/macports-ports/commit/572f8858eb696109f2e77fc0ad68a415ac899095</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'> new 572f885 postgis2: add variant for PostgreSQL 12
</span>572f885 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 572f8858eb696109f2e77fc0ad68a415ac899095
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Sun Apr 26 09:41:01 2020 -0700
<span style='display:block; white-space:pre;color:#404040;'> postgis2: add variant for PostgreSQL 12
</span>---
databases/postgis2/Portfile | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/postgis2/Portfile b/databases/postgis2/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8d9c72c..6aa2343 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/postgis2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/postgis2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -45,7 +45,7 @@ conflicts postgis
</span>
# Neither is PostGIS 2.0 compatible with PostGreSQL 8
# Database variants (from the GDAL port)
<span style='display:block; white-space:pre;background:#ffe0e0;'>-set postgresql_suffixes {11 10 93 94 95 96}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+set postgresql_suffixes {12 11 10 93 94 95 96}
</span>
set postgresql_variants {}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -68,8 +68,8 @@ foreach suffix ${postgresql_suffixes} {
</span> --with-pgconfig=${prefix}/lib/${vrt}/bin/pg_config
build.args-append \
PGSQL_DOCDIR=${destroot}${prefix}/share/doc/${vrt} \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- PGSQL_MANDIR=${destroot}${prefix}/share/man
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- "
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ PGSQL_MANDIR=${destroot}${prefix}/share/man
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ "
</span> }
# postgresql default
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -118,11 +118,11 @@ variant proj4 description {Builds with PROJ4 4.9 instead of PROJ4
</span> variant comments description {Build comments -- ! broken } {
ui_warn "The comments variant is currently broken. Use at your own risk."
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> depends_build-append port:docbook-xsl-nons \
port:libxslt \
port:ImageMagick
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> configure.args-append --datadir=${prefix}/share/${name} \
--with-xsldir=${prefix}/share/xsl/docbook-xsl-nons \
--with-json \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -137,7 +137,7 @@ default_variants +raster +topology
</span> # Port phases
configure.cflags-append \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- -Diconv=libiconv -Diconv_open=libiconv_open -Diconv_close=libiconv_close
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ -Diconv=libiconv -Diconv_open=libiconv_open -Diconv_close=libiconv_close
</span>
# see https://trac.macports.org/wiki/UsingTheRightCompiler
configure.env-append CPPBIN=${configure.cpp}
</pre><pre style='margin:0'>
</pre>