Date: Fri, 9 Mar 2018 17:05:29 +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: r463978 - branches/2018Q1/www/chromium Message-ID: <201803091705.w29H5Tgl092064@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cpm Date: Fri Mar 9 17:05:29 2018 New Revision: 463978 URL: https://svnweb.freebsd.org/changeset/ports/463978 Log: MFH: r463831 - Switch from x11-fonts/noto to x11-fonts/noto-lite - Bump PORTREVISION PR: 226255 Reported by: tobik Approved by: ports-secteam (riggs) Modified: branches/2018Q1/www/chromium/Makefile Directory Properties: branches/2018Q1/ (props changed) Modified: branches/2018Q1/www/chromium/Makefile ============================================================================== --- branches/2018Q1/www/chromium/Makefile Fri Mar 9 16:55:37 2018 (r463977) +++ branches/2018Q1/www/chromium/Makefile Fri Mar 9 17:05:29 2018 (r463978) @@ -3,6 +3,7 @@ PORTNAME= chromium PORTVERSION= 64.0.3282.186 +PORTREVISION= 1 CATEGORIES?= www MASTER_SITES= https://commondatastorage.googleapis.com/chromium-browser-official/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} @@ -63,7 +64,7 @@ LIB_DEPENDS= libatk-bridge-2.0.so:accessibility/at-spi libfontconfig.so:x11-fonts/fontconfig RUN_DEPENDS= xdg-open:devel/xdg-utils \ - noto>0:x11-fonts/noto + noto-lite>0:x11-fonts/noto-lite BROKEN_FreeBSD_11_aarch64= components/safe_browsing_db/v4_rice.cc:120:18: use of overloaded operator '&' is ambiguous BROKEN_FreeBSD_12_aarch64= third_party/skia/src/core/SkCpu.cpp:84:27: use of undeclared identifier 'getauxval'
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803091705.w29H5Tgl092064>