<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/bc97e6a455c158e6746aabab9c3297aca3f085a0">https://github.com/macports/macports-ports/commit/bc97e6a455c158e6746aabab9c3297aca3f085a0</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit bc97e6a455c158e6746aabab9c3297aca3f085a0
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Mon Jun 14 22:11:52 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    glom: migrate to boost PG
</span>---
 gnome/glom/Portfile | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gnome/glom/Portfile b/gnome/glom/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index bb99680741b..c6e6b6cf0c1 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gnome/glom/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gnome/glom/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,10 +4,11 @@ PortSystem          1.0
</span> PortGroup           active_variants 1.1
 PortGroup           compiler_blacklist_versions 1.0
 PortGroup           perl5 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           boost 1.0
</span> 
 name                glom
 version             1.32.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            2
</span> set branch          [join [lrange [split ${version} .] 0 1] .]
 license             GPL-2
 description         Glom is an easy-to-use database designer and user interface.
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -41,7 +42,6 @@ depends_build       port:pkgconfig \
</span> depends_lib         port:desktop-file-utils \
                     port:libarchive \
                     port:gtkmm3 \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:boost \
</span>                     port:icu \
                     port:libxml2 \
                     port:libxmlxx3 \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -64,14 +64,14 @@ depends_run         port:adwaita-icon-theme \
</span> patchfiles          patch-configure.ac.diff \
                     patch-glom-libglom-connectionpool.cc.diff
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-require_active_variants boost python38
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+require_active_variants [boost::depends_portname] python39
</span> require_active_variants libgda5 {mysql57 postgresql11}
 
 # reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
 configure.cmd       ./autogen.sh
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-set python.branch   3.8
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+set python.branch   3.9
</span> set python.prefix   ${frameworks_dir}/Python.framework/Versions/${python.branch}
 
 configure.pkg_config_path ${python.prefix}/lib/pkgconfig
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -83,7 +83,8 @@ configure.env       SPHINX_BUILD=${prefix}/bin/sphinx-build-${python.branch}
</span> compiler.cxx_standard 2014
 compiler.blacklist-append *gcc-3.* *gcc-4.* {clang < 700}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.args      --with-boost-python=mt \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args      --with-boost=[boost::install_area] \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    --with-boost-python=-mt \
</span>                     --with-postgres-utils=${prefix}/lib/postgresql11/bin \
                     --with-mysql-utils=${prefix}/lib/mysql57/bin \
                     --disable-mysql \
</pre><pre style='margin:0'>

</pre>