<pre style='margin:0'>
tobypeterson pushed a commit to branch master
in repository macports-base.

</pre>
<p><a href="https://github.com/macports/macports-base/commit/4664a4a6c680ec55387f7c3ecd94102588a8f299">https://github.com/macports/macports-base/commit/4664a4a6c680ec55387f7c3ecd94102588a8f299</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 4664a4a6 cregistry: disable building macports.sqlext - it is not installed, it is not very useful, and macOS sqlite3 does not support extensions
</span>4664a4a6 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 4664a4a6c680ec55387f7c3ecd94102588a8f299
</span>Author: Toby Peterson <toby@macports.org>
AuthorDate: Tue Jun 23 13:34:53 2020 -0700

<span style='display:block; white-space:pre;color:#404040;'>    cregistry: disable building macports.sqlext - it is not installed, it is not very useful, and macOS sqlite3 does not support extensions
</span>---
 src/cregistry/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/src/cregistry/Makefile.in b/src/cregistry/Makefile.in
</span><span style='display:block; white-space:pre;color:#808080;'>index 408f94b7..390c38d2 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/src/cregistry/Makefile.in
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/src/cregistry/Makefile.in
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -17,7 +17,7 @@ CPPFLAGS+=-D_XOPEN_SOURCE=600
</span> CFLAGS+= ${SQLITE3_CFLAGS}
 LIBS+= ${SQLITE3_LIBS}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-all:: ${STLIB_NAME} ${SQLEXT_NAME}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+all:: ${STLIB_NAME}
</span> 
 .c.o:
        ${CC} -c -DUSE_TCL_STUBS ${CFLAGS} ${CPPFLAGS} ${SHLIB_CFLAGS} $< -o $@
</pre><pre style='margin:0'>

</pre>