[Bug 214551] sysutils/cbsd: fails to build if databases/sqlite3 was built with ICU=on

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Jan 12 13:36:22 UTC 2018


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

--- Comment #8 from olevole at olevole.ru ---
(In reply to w.schwarzenfeld from comment #7)

Yes, most likely I will do the same as devel/subversion:

--
.if ${PORT_OPTIONS:MSTATIC}
        @if ${GREP} -q ucol_close ${LOCALBASE}/lib/libsqlite3.a ; then \
                ${ECHO_MSG} "" ; \
                ${ECHO_MSG} "You can not build static subversion if your
SQLite3 is built with ICU enabled."; \
                ${ECHO_MSG} "Please, reinstall 'devel/sqlite3' port with
disabled ICU support."; \
                ${ECHO_MSG} "" ; \
                ${FALSE} ; \
        fi
.endif
--


On the other hand, I think it would be a good compromise to add an dialog
option for CBSD port ( or FLAVOR ):

[x] Static

(by default). But those users who have an ICU can choose dynamic linking

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


More information about the freebsd-ports-bugs mailing list