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

Collapse All | Expand All

(-)b/www/chromium/Makefile (-4 / +4 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	chromium
3
PORTNAME=	chromium
4
PORTVERSION=	103.0.5060.114
4
PORTVERSION=	103.0.5060.114
5
PORTREVISION=	2
5
PORTREVISION=	3
6
CATEGORIES=	www
6
CATEGORIES=	www
7
MASTER_SITES=	https://commondatastorage.googleapis.com/chromium-browser-official/ \
7
MASTER_SITES=	https://commondatastorage.googleapis.com/chromium-browser-official/ \
8
		https://nerd.hu/distfiles/:external
8
		https://nerd.hu/distfiles/:external
Lines 99-104 GN_ARGS+= clang_use_chrome_plugins=false \ Link Here
99
		enable_remoting=false \
99
		enable_remoting=false \
100
		enable_wmax_tokens=false \
100
		enable_wmax_tokens=false \
101
		fatal_linker_warnings=false \
101
		fatal_linker_warnings=false \
102
		icu_use_data_file=false \
102
		is_clang=true \
103
		is_clang=true \
103
		optimize_webui=true \
104
		optimize_webui=true \
104
		toolkit_views=true \
105
		toolkit_views=true \
Lines 256-262 pre-configure: Link Here
256
	#./build/linux/unbundle/remove_bundled_libraries.py [list of preserved]
257
	#./build/linux/unbundle/remove_bundled_libraries.py [list of preserved]
257
	cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${PYTHON_CMD} \
258
	cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${PYTHON_CMD} \
258
		./build/linux/unbundle/replace_gn_files.py --system-libraries \
259
		./build/linux/unbundle/replace_gn_files.py --system-libraries \
259
		flac fontconfig freetype harfbuzz-ng libdrm libevent libpng \
260
		flac fontconfig freetype harfbuzz-ng icu libdrm libevent libpng \
260
		libusb libwebp libxml libxslt openh264 opus snappy || ${FALSE}
261
		libusb libwebp libxml libxslt openh264 opus snappy || ${FALSE}
261
	# Chromium uses an unreleased version of FFmpeg, so configure it
262
	# Chromium uses an unreleased version of FFmpeg, so configure it
262
.for brand in Chrome Chromium
263
.for brand in Chrome Chromium
Lines 300-306 do-install: Link Here
300
.for d in protoc mksnapshot
301
.for d in protoc mksnapshot
301
	${INSTALL_PROGRAM} ${WRKSRC}/out/${BUILDTYPE}/${d} ${STAGEDIR}${DATADIR}
302
	${INSTALL_PROGRAM} ${WRKSRC}/out/${BUILDTYPE}/${d} ${STAGEDIR}${DATADIR}
302
.endfor
303
.endfor
303
.for d in icudtl.dat snapshot_blob.bin v8_context_snapshot.bin
304
.for d in snapshot_blob.bin v8_context_snapshot.bin
304
	${INSTALL_DATA} ${WRKSRC}/out/${BUILDTYPE}/${d} ${STAGEDIR}${DATADIR}
305
	${INSTALL_DATA} ${WRKSRC}/out/${BUILDTYPE}/${d} ${STAGEDIR}${DATADIR}
305
.endfor
306
.endfor
306
	${INSTALL_PROGRAM} ${WRKSRC}/out/${BUILDTYPE}/chrome \
307
	${INSTALL_PROGRAM} ${WRKSRC}/out/${BUILDTYPE}/chrome \
307
- 

Return to bug 265180