svn commit: r466810 - head/www/chromium

Carlos J. Puga Medina cpm at FreeBSD.org
Sun Apr 8 17:33:35 UTC 2018


Author: cpm
Date: Sun Apr  8 17:33:34 2018
New Revision: 466810
URL: https://svnweb.freebsd.org/changeset/ports/466810

Log:
  - Remove duplicate dependency libxml2
  
  While I'm here remove comment about use_system_icu because it is already unbundled.
  
  MFH:		2018Q2 (blanket)

Modified:
  head/www/chromium/Makefile

Modified: head/www/chromium/Makefile
==============================================================================
--- head/www/chromium/Makefile	Sun Apr  8 17:21:34 2018	(r466809)
+++ head/www/chromium/Makefile	Sun Apr  8 17:33:34 2018	(r466810)
@@ -59,7 +59,6 @@ LIB_DEPENDS=	libatk-bridge-2.0.so:accessibility/at-spi
 		libsecret-1.so:security/libsecret \
 		libnss3.so:security/nss \
 		libexpat.so:textproc/expat2 \
-		libxml2.so:textproc/libxml2 \
 		libfontconfig.so:x11-fonts/fontconfig
 
 RUN_DEPENDS=	xdg-open:devel/xdg-utils \
@@ -130,7 +129,7 @@ GN_ARGS+=	clang_use_chrome_plugins=false \
 		extra_cxxflags="-I${LOCALBASE}/include" \
 		extra_ldflags="-L${LOCALBASE}/lib"
 # TODO: investigate building with these options:
-# use_system_icu use_system_minigbm
+# use_system_minigbm
 GN_BOOTSTRAP_FLAGS=	--no-clean --no-rebuild
 
 # FreeBSD Chromium Api Key


More information about the svn-ports-head mailing list