pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

chromium: sync changes from pkgsrc



Module Name:	pkgsrc-wip
Committed By:	kikadf <kikadf.01%gmail.com@localhost>
Pushed By:	kikadf
Date:		Mon Oct 27 12:42:32 2025 +0100
Changeset:	ecfae91310b223dcabd689dc74065d0a9db12fff

Modified Files:
	chromium/Makefile

Log Message:
chromium: sync changes from pkgsrc

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ecfae91310b223dcabd689dc74065d0a9db12fff

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 chromium/Makefile | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diffs:
diff --git a/chromium/Makefile b/chromium/Makefile
index fafbb3c36f..89d0ef4fbd 100644
--- a/chromium/Makefile
+++ b/chromium/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2025/09/30 16:07:40 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2025/10/27 11:27:36 kikadf Exp $
 
 DISTNAME=			chromium-${VERSION}
 VERSION=			141.0.7390.122
@@ -194,11 +194,13 @@ GN_ARGS+=	enable_rust=true \
 		rustc_version=\"${RUSTC_VERSION:sh}\"
 
 PLIST_VARS+=		swiftshader
+FFMPEG_PARTS=		config.h config_components.h libavcodec libavformat libavutil
 .if ${MACHINE_ARCH} == "aarch64"
 FFMPEG_TARGET=		arm64
 .elif ${MACHINE_ARCH} == "x86_64"
 TOOL_DEPENDS+=		nasm-[0-9]*:../../devel/nasm
 PLIST.swiftshader=	yes
+FFMPEG_PARTS+=		config.asm
 FFMPEG_TARGET=		x64
 .endif
 
@@ -238,8 +240,8 @@ pre-configure:
 		${LOWER_OPSYS} ${FFMPEG_TARGET} --config-only --branding=${FFMPEG_BRAND}
 	cd ${FFMPEG_BDIR} && ${GMAKE} ffversion.h
 	${INSTALL_DATA_DIR} ${FFMPEG_CDIR}
-.for ffmpeg_part in config.h config.asm config_components.h libavcodec libavformat libavutil
-	-cp -pR ${FFMPEG_BDIR}/${ffmpeg_part} ${FFMPEG_CDIR}
+.for ffmpeg_part in ${FFMPEG_PARTS}
+	cp -pR ${FFMPEG_BDIR}/${ffmpeg_part} ${FFMPEG_CDIR}
 .endfor
 
 	# Create symlink to NetBSD nodejs command.


Home | Main Index | Thread Index | Old Index