View | Details | Raw Unified | Return to bug 226255 | Differences between
and this patch

Collapse All | Expand All

(-)www/chromium/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	chromium
4
PORTNAME=	chromium
5
PORTVERSION=	63.0.3239.132
5
PORTVERSION=	63.0.3239.132
6
PORTREVISION=	1
6
CATEGORIES?=	www
7
CATEGORIES?=	www
7
MASTER_SITES=	https://commondatastorage.googleapis.com/chromium-browser-official/
8
MASTER_SITES=	https://commondatastorage.googleapis.com/chromium-browser-official/
8
DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
9
DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
Lines 61-67 Link Here
61
		libfontconfig.so:x11-fonts/fontconfig
62
		libfontconfig.so:x11-fonts/fontconfig
62
63
63
RUN_DEPENDS=	xdg-open:devel/xdg-utils \
64
RUN_DEPENDS=	xdg-open:devel/xdg-utils \
64
		noto>0:x11-fonts/noto
65
		noto-lite>0:x11-fonts/noto-lite
65
66
66
BROKEN_FreeBSD_11_aarch64=	components/safe_browsing_db/v4_rice.cc:120:18: use of overloaded operator '&' is ambiguous
67
BROKEN_FreeBSD_11_aarch64=	components/safe_browsing_db/v4_rice.cc:120:18: use of overloaded operator '&' is ambiguous
67
BROKEN_FreeBSD_12_aarch64=	third_party/skia/src/core/SkCpu.cpp:84:27: use of undeclared identifier 'getauxval'
68
BROKEN_FreeBSD_12_aarch64=	third_party/skia/src/core/SkCpu.cpp:84:27: use of undeclared identifier 'getauxval'

Return to bug 226255