<pre style='margin:0'>
Kurt Hindenburg (kurthindenburg) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/533da1323d2d2597c0aadf93402f07fefc1893fd">https://github.com/macports/macports-ports/commit/533da1323d2d2597c0aadf93402f07fefc1893fd</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 533da1323d2d2597c0aadf93402f07fefc1893fd
</span>Author: Ken Cunningham <kencu@macports.org>
AuthorDate: Tue Sep 1 12:39:36 2020 -0700

<span style='display:block; white-space:pre;color:#404040;'>    LyX: use cxx_standard instead of cxx11 PG
</span>---
 aqua/LyX/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/LyX/Portfile b/aqua/LyX/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index adb9ce8970f..4fe274a809b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/LyX/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/LyX/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2,7 +2,6 @@
</span> 
 PortSystem          1.0
 PortGroup           compiler_blacklist_versions 1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-PortGroup           cxx11 1.1
</span> 
 name                LyX
 conflicts           LyX1
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -51,6 +50,7 @@ checksums           rmd160  5352f4cc354ebe47f45774e46fa9cb93163ae18f \
</span> 
 configure.args      --disable-silent-rules
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.cxx_standard 2011
</span> compiler.blacklist-append { clang < 800 }
 patchfiles-append   patch-lyx-applescriptproxy-add-stringh.diff
 patchfiles-append   patch-lyx-linkbackserver-older-nsalert.diff
</pre><pre style='margin:0'>

</pre>