pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/chromium



Module Name:    pkgsrc
Committed By:   kikadf
Date:           Mon Oct 27 11:27:36 UTC 2025

Modified Files:
        pkgsrc/www/chromium: Makefile distinfo

Log Message:
www/chromium: update to 141.0.7390.122

* 141.0.7390.122
This update does not include any security fixes.

* Fix configure phase on aarch64


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/www/chromium/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/chromium/distinfo

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

Modified files:

Index: pkgsrc/www/chromium/Makefile
diff -u pkgsrc/www/chromium/Makefile:1.23 pkgsrc/www/chromium/Makefile:1.24
--- pkgsrc/www/chromium/Makefile:1.23   Thu Oct 23 20:39:45 2025
+++ pkgsrc/www/chromium/Makefile        Mon Oct 27 11:27:36 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2025/10/23 20:39:45 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2025/10/27 11:27:36 kikadf Exp $
 
 DISTNAME=                      chromium-${VERSION}
-VERSION=                       141.0.7390.107
-PKGREVISION=                   1
+VERSION=                       141.0.7390.122
 CATEGORIES=                    www
 MASTER_SITES=                  https://commondatastorage.googleapis.com/chromium-browser-official/
 EXTRACT_SUFX_C=                        .tar.xz
@@ -40,7 +39,6 @@ CHECK_PORTABILITY_SKIP+=      v8/tools/profil
 CHECK_PORTABILITY_SKIP+=       v8/tools/run-llprof.sh
 
 TOOL_DEPENDS+=                 gperf>=3.2:../../devel/gperf
-TOOL_DEPENDS+=                 nasm-[0-9]*:../../devel/nasm
 TOOL_DEPENDS+=                 ninja-build-[0-9]*:../../devel/ninja-build
 TOOL_DEPENDS+=                 ${PYPKGPREFIX}-html5lib-[0-9]*:../../textproc/py-html5lib
 TOOL_DEPENDS+=                 ${PYPKGPREFIX}-beautifulsoup4-[0-9]*:../../www/py-beautifulsoup4
@@ -196,10 +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
 
@@ -239,7 +240,7 @@ 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
+.for ffmpeg_part in ${FFMPEG_PARTS}
        cp -pR ${FFMPEG_BDIR}/${ffmpeg_part} ${FFMPEG_CDIR}
 .endfor
 

Index: pkgsrc/www/chromium/distinfo
diff -u pkgsrc/www/chromium/distinfo:1.13 pkgsrc/www/chromium/distinfo:1.14
--- pkgsrc/www/chromium/distinfo:1.13   Thu Oct 16 19:43:17 2025
+++ pkgsrc/www/chromium/distinfo        Mon Oct 27 11:27:36 2025
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.13 2025/10/16 19:43:17 kikadf Exp $
+$NetBSD: distinfo,v 1.14 2025/10/27 11:27:36 kikadf Exp $
 
-BLAKE2s (chromium-141.0.7390.107-testdata.tar.xz) = e4307a9c24cb634d53a38eb5805305dfbafb177fb0fcdc2b3fac3d109d8ab11a
-SHA512 (chromium-141.0.7390.107-testdata.tar.xz) = 87f9bb549a180fafd54d1b60a093e4715678e74b3d8dbb1e2f7e503a16e2dd5b5dc76c024135fdad6103360c6b0cf32df0577a269f32a3fe58d706d74f404472
-Size (chromium-141.0.7390.107-testdata.tar.xz) = 925395556 bytes
-BLAKE2s (chromium-141.0.7390.107.tar.xz) = e8aa6d4f5e0b64ed4ea2396ea60a9a384c6159e3da1abab3b8c4dbc3b0e4ff18
-SHA512 (chromium-141.0.7390.107.tar.xz) = 4a9176aed6ef03411b86755df9ada427a27cea55ab70cd3313ed4c28b7e75169c4819500fd1ef234f5f3de8a43791b6a56b0aa31fdc3bde6687ac486f57266f6
-Size (chromium-141.0.7390.107.tar.xz) = 7516836980 bytes
+BLAKE2s (chromium-141.0.7390.122-testdata.tar.xz) = 712c2d0afeffda8620d881418fe290c9c3e732414e9a898fc4fd5f8b3a6e645c
+SHA512 (chromium-141.0.7390.122-testdata.tar.xz) = 399fdd119d2cea3483b8af179941f8097d0834154d4efdd74c47a63c2ae52595ad3291f234cbbd6f906334274fb6502e9aed171a9bdcd97977f39eb529f968f0
+Size (chromium-141.0.7390.122-testdata.tar.xz) = 925396512 bytes
+BLAKE2s (chromium-141.0.7390.122.tar.xz) = 002b0c8fdbd9501c22ec17c33398c182154e019752d9cb7e08a92e5fe88a7509
+SHA512 (chromium-141.0.7390.122.tar.xz) = f00d5985d8e38d4e46a1d6764751f47760c38427c489056aba1b480802e4c6e6ad2bfe3e6629574c82f22ba3bf8be3862980b9377fafba0ef3043bfc0beebe48
+Size (chromium-141.0.7390.122.tar.xz) = 7522322892 bytes
 BLAKE2s (kikadf-chromium-audioio-v140.0.tar.gz) = 063582b80823694cfa30c020d3378dae3c7dbb1d0b3ffc3b756ce26e9984504c
 SHA512 (kikadf-chromium-audioio-v140.0.tar.gz) = e986fd201969e2ce9e7c092497c34bca84771992a2c8d980556d2dc77002ff68f3d13b4144629e9a8bc41b8ad0d4d06650eafadbfde7c0fa91ed84fbcd74763b
 Size (kikadf-chromium-audioio-v140.0.tar.gz) = 8453 bytes



Home | Main Index | Thread Index | Old Index