svn commit: r426260 - head/devel/subversion

Jan Beich jbeich at FreeBSD.org
Wed Nov 16 18:47:39 UTC 2016


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."; \


More information about the svn-ports-all mailing list