From owner-svn-ports-all@freebsd.org Sun Apr 8 17:37:01 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C0F03F93CFE; Sun, 8 Apr 2018 17:37:01 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6C73E718B7; Sun, 8 Apr 2018 17:37:01 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 65B06130C8; Sun, 8 Apr 2018 17:37:01 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w38Hb171030968; Sun, 8 Apr 2018 17:37:01 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w38Hb1Ic030967; Sun, 8 Apr 2018 17:37:01 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201804081737.w38Hb1Ic030967@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Sun, 8 Apr 2018 17:37:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r466812 - branches/2018Q2/www/chromium X-SVN-Group: ports-branches X-SVN-Commit-Author: cpm X-SVN-Commit-Paths: branches/2018Q2/www/chromium X-SVN-Commit-Revision: 466812 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2018 17:37:01 -0000 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