Date: Fri, 12 Jan 2018 13:36:21 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 214551] sysutils/cbsd: fails to build if databases/sqlite3 was built with ICU=on Message-ID: <bug-214551-13-16RUFGkkXx@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-214551-13@https.bugs.freebsd.org/bugzilla/> References: <bug-214551-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214551 --- Comment #8 from olevole@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 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-214551-13-16RUFGkkXx>