Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Apr 2018 17:37:01 +0000 (UTC)
From:      "Carlos J. Puga Medina" <cpm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r466812 - branches/2018Q2/www/chromium
Message-ID:  <201804081737.w38Hb1Ic030967@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cpm
Date: Sun Apr  8 17:37:01 2018
New Revision: 466812
URL: https://svnweb.freebsd.org/changeset/ports/466812

Log:
  MFH: r466810
  
  - Remove duplicate dependency libxml2
  
  While I'm here remove comment about use_system_icu because it is already unbundled.
  
  Approved by:	ports-secteam blanket

Modified:
  branches/2018Q2/www/chromium/Makefile
Directory Properties:
  branches/2018Q2/   (props changed)

Modified: branches/2018Q2/www/chromium/Makefile
==============================================================================
--- branches/2018Q2/www/chromium/Makefile	Sun Apr  8 17:35:41 2018	(r466811)
+++ branches/2018Q2/www/chromium/Makefile	Sun Apr  8 17:37:01 2018	(r466812)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804081737.w38Hb1Ic030967>