<pre style='margin:0'>
Zhenfu Shi (i0ntempest) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/c9a2270ae7b3e6276b1af1da1ffb44bc12159536">https://github.com/macports/macports-ports/commit/c9a2270ae7b3e6276b1af1da1ffb44bc12159536</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 c9a2270ae7b sqlcipher: disable tcl to fix build on old macOS (#13926)
</span>c9a2270ae7b is described below
<span style='display:block; white-space:pre;color:#808000;'>commit c9a2270ae7b3e6276b1af1da1ffb44bc12159536
</span>Author: z7z8th <ybzhao1989@gmail.com>
AuthorDate: Thu Feb 10 22:07:36 2022 +0800
<span style='display:block; white-space:pre;color:#404040;'> sqlcipher: disable tcl to fix build on old macOS (#13926)
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Build on macOS 10.12 and older, will install some tcl libs to
</span><span style='display:block; white-space:pre;color:#404040;'> /System/Library/Frameworks, so disable tcl in sqlcipher
</span>---
databases/sqlcipher/Portfile | 4 ++++
1 file changed, 4 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/sqlcipher/Portfile b/databases/sqlcipher/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e4709fc7052..30fa5dcaa67 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/sqlcipher/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/sqlcipher/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -56,6 +56,10 @@ if {${subport} eq ${name}} {
</span> --enable-tempstore=yes \
AWK=/usr/bin/awk
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ if {${os.major} <= 16} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ configure.args-prepend --disable-tcl
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ }
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # search in worksrcpath for sqlcipher/sqlite3.h first -- don't pick up an installed one!
configure.cppflags-prepend -DSQLITE_DISABLE_INTRINSIC \
-DSQLITE_ENABLE_COLUMN_METADATA \
</pre><pre style='margin:0'>
</pre>