<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/7a40798dec5597b30008e07601ffefbf60a01fcb">https://github.com/macports/macports-ports/commit/7a40798dec5597b30008e07601ffefbf60a01fcb</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 7a40798dec5 gromacs/gromacs-plumed: use macports-libcxx, for 10.12 and earlier Fixes: https://trac.macports.org/ticket/63818 See: https://trac.macports.org/ticket/63869
</span>7a40798dec5 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 7a40798dec5597b30008e07601ffefbf60a01fcb
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Wed Nov 17 10:44:11 2021 -0500

<span style='display:block; white-space:pre;color:#404040;'>    gromacs/gromacs-plumed: use macports-libcxx, for 10.12 and earlier
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes: https://trac.macports.org/ticket/63818
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://trac.macports.org/ticket/63869
</span>---
 science/gromacs/Portfile | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/gromacs/Portfile b/science/gromacs/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b2047823e4c..826b641a111 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/gromacs/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/gromacs/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,6 +1,7 @@
</span> # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 
 PortSystem          1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           legacysupport 1.1
</span> PortGroup           muniversal 1.0
 PortGroup           cmake 1.1
 PortGroup           mpi 1.0
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -10,7 +11,7 @@ name                gromacs
</span> # not all versions have patches available for plumed; subport's patch will fail if not there
 # find list at https://www.plumed.org/doc-v2.5/user-doc/html/_code_specific_notes.html
 version             2021.3
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> categories          science math
 platforms           darwin
 license             LGPL-2.1
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -35,6 +36,11 @@ checksums           rmd160  74adb5fc9e2fa461d4d7ff603d0fe7e08476da20 \
</span>                     md5     1850870fbbfb228051ee0afc1c5ddeff \
                     size    37987972
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Enable use of 'macports-libcxx' for macOS 10.12 and earlier, as port uses
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# libcxx features normally only available on 10.13 and later.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+legacysupport.use_mp_libcxx \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        yes
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> depends_build-append \
                     port:pkgconfig
 
</pre><pre style='margin:0'>

</pre>