[Bug 214569] databases/sqlite3: Update to 3.15.1

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Nov 16 15:09:25 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214569

Jan Beich (mail not working) <jbeich at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jbeich at FreeBSD.org

--- Comment #3 from Jan Beich (mail not working) <jbeich at FreeBSD.org> ---
Comment on attachment 177066
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=177066
Update Port: databases/sqlite3 to 3.15.1

> +pre-configure:
> +.if ${PORT_OPTIONS:MICU}
> +	@${ECHO_CMD} "Requires.private: icu-i18n" >> ${WRKSRC}/sqlite3.pc.in
> +.endif

Convert to option helpers, see /usr/ports/CHANGES from 20150701. However, to
drop bsd.port.options.mk line pre-configure conditional needs to use sh(1)
syntax rather than make(1).

> +.if ${PORT_OPTIONS:MEDITLINE}
> +	@${ECHO_CMD} "Requires.private: libedit" >> ${WRKSRC}/sqlite3.pc.in
> +.endif

Does anything link against bin/sqlite3 rather than lib/libsqlite3.so ?
"Libs.private: -lpthread" for THREADS option (via LDFLAGS -> LIBS) would make
more sense.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list