Created attachment 185802 [details] patch Update to version 3.20.1 (Fix a potential memory leak in the new sqlite3_result_pointer() interface). Remove optimization flag. Thanks Anton Sayetsky. See: (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221834). In the SHA1 target. Compares variable SHA1 (from the command line call) with file of the distribution. It's more friendly used.
Created attachment 185803 [details] poudriere log
A commit references this bug: Author: sunpoet Date: Sun Aug 27 18:28:45 UTC 2017 New revision: 448834 URL: https://svnweb.freebsd.org/changeset/ports/448834 Log: Update to 3.20.1 - Remove optimization flag [1] - Update sha1: Changes: https://www.sqlite.org/releaselog/3_20_1.html PR: 221850 Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer) Submitted by: Anton Sayetsky <vsasjason@gmail.com> [1] Changes: head/databases/sqlite3/Makefile head/databases/sqlite3/distinfo
Committed. Thanks!
BTW, why {READ|EDIT}LINE group uses OPTIONS_GROUP? I think these options is much better candidates for OPTIONS_{SINGLE|RADIO}.
(In reply to Anton Sayetsky from comment #4) I agree with you. Could you please submit a new PR for this? Thanks.
(In reply to Po-Chuan Hsieh from comment #5) Hello. I added PR for this request. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222021 Please, see it. Thanks.