Date: Wed, 16 Nov 2016 18:47:38 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426260 - head/devel/subversion Message-ID: <201611161847.uAGIlcev084236@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Wed Nov 16 18:47:38 2016 New Revision: 426260 URL: https://svnweb.freebsd.org/changeset/ports/426260 Log: devel/subversion: chase r359585 libsqlite3.la is no longer installed, so check for an ICU function likely to be used. PR: 214552 Reported by: antoine (via exp-run in bug 214384) Approved by: portmgr blanket Modified: head/devel/subversion/Makefile (contents, props changed) Modified: head/devel/subversion/Makefile ============================================================================== --- head/devel/subversion/Makefile Wed Nov 16 18:37:17 2016 (r426259) +++ head/devel/subversion/Makefile Wed Nov 16 18:47:38 2016 (r426260) @@ -130,7 +130,7 @@ pre-configure: fi .endif .if ${PORT_OPTIONS:MSTATIC} - @if ${GREP} -q icui18n ${LOCALBASE}/lib/libsqlite3.la ; then \ + @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."; \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611161847.uAGIlcev084236>