https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219963
Jan Beich <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #185168| |maintainer-approval?(feld@F Flags| |reeBSD.org), | |maintainer-approval?(jkim@F | |reeBSD.org) --- Comment #21 from Jan Beich <[email protected]> --- Created attachment 185168 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=185168&action=edit sqlite3 fix FWIW, ports r447541 forgot to keep tcl-sqlite in sync with sqlite. (In reply to Jung-uk Kim from comment #18) > + @${REINPLACE_CMD} -e 's|SQLITE_ENABLE_FTS3|SQLITE_ENABLE_FTS4|g' \ > + ${WRKSRC}/old-configure.in This is going to be hard to upstream given the issue is specific to our package: FTS3 is turned from an explicit into an implicit option. Let's just restore ENABLE_FTS3. (abusing maintainer-approval as I'm too used to generic review flag from bugzilla.mozilla.org) -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "[email protected]"
