Created attachment 173495 [details] Update Port: databases/sqlite3 to 3.14.0 - Update sqlite3 to version 3.14 - Added dependents from system library - Added option SQLITE_ENABLE_UNKNOWN_SQL_FUNCTION
Created attachment 173496 [details] build log
Created attachment 173497 [details] portlint log
FYI There is 3.14.1 avilable: https://www.sqlite.org/releaselog/3_14_1.html
Pavel: should I wait for update?
3.14.1 is a somewhat celebrated "π release", celebrated with a pie. So I guess we want that one. -)
Created attachment 173886 [details] Update Port: databases/sqlite3 to 3.14.1 I'm sorry for the late reply. So much work.
Created attachment 173887 [details] build log
Created attachment 173888 [details] portlint log
A commit references this bug: Author: pawel Date: Tue Aug 23 20:26:25 UTC 2016 New revision: 420742 URL: https://svnweb.freebsd.org/changeset/ports/420742 Log: - Update to version 3.14.1 - Add UNKNOWN_SQL option PR: 211724 Submitted by: Pavel Volkov (maintainer) Changes: head/databases/sqlite3/Makefile head/databases/sqlite3/distinfo
Committed, thanks for updated patch Pavel.
Comment on attachment 173886 [details] Update Port: databases/sqlite3 to 3.14.1 > +CPPFLAGS+= ${OSVERSION<1000000:?:-DHAVE_STRCHRNUL=1} :? isn't supported by fmake on 9.x, and for 10+ it lacks extra ${...} to test value rather than the variable name. However, in the end the expression works as intended.
(In reply to Jan Beich (mail not working) from comment #11) Hello. You're right. This does not work. It (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214608) will be better this way?