<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/810bab3599a84c8af683858949f7e6c9f507d2c5">https://github.com/macports/macports-ports/commit/810bab3599a84c8af683858949f7e6c9f507d2c5</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 810bab3  db-browser-for-sqlite: Extend compiler blacklist to match what Qt's 'C++11' test seems to want
</span>810bab3 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 810bab3599a84c8af683858949f7e6c9f507d2c5
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Sun May 24 22:57:46 2020 +0100

<span style='display:block; white-space:pre;color:#404040;'>    db-browser-for-sqlite: Extend compiler blacklist to match what Qt's 'C++11' test seems to want
</span>---
 databases/db-browser-for-sqlite/Portfile | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/db-browser-for-sqlite/Portfile b/databases/db-browser-for-sqlite/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 744161a..3417170 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/db-browser-for-sqlite/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/db-browser-for-sqlite/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,11 +26,16 @@ checksums           rmd160  f1e925b87be61b9badba625b3847dd403860cc28 \
</span>                     sha256  62d1385c16d771758c7dd36612f5b8c0dffbd37bc40a4c23efc3b0243779291e \
                     size    2530537
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-depends_lib-append  port:sqlite3
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_lib-append  port:sqlite3 
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#                    port:hexedit
</span> qt5.depends_component \
                     qtmacextras qttools
 
 compiler.cxx_standard 2011
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Qt's C++11 test seems more stringent than MacPorts ??
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# /opt/local/libexec/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:562:6:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#    error: Qt requires a C++11 compiler and yours does not seem to be that.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append {clang < 800}
</span> 
 destroot {
         copy "${worksrcpath}/src/DB Browser for SQLite.app" ${destroot}${applications_dir}
</pre><pre style='margin:0'>

</pre>