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:           Wed Jul  8 07:20:47 UTC 2026

Modified Files:
        pkgsrc/www/chromium: Makefile

Log Message:
chromium: fix build

The cmake cargo package needs cmake.


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/www/chromium/Makefile

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.65 pkgsrc/www/chromium/Makefile:1.66
--- pkgsrc/www/chromium/Makefile:1.65   Mon Jul  6 13:06:40 2026
+++ pkgsrc/www/chromium/Makefile        Wed Jul  8 07:20:46 2026
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.65 2026/07/06 13:06:40 kikadf Exp $
+# $NetBSD: Makefile,v 1.66 2026/07/08 07:20:46 kikadf Exp $
 
 DISTNAME=                      chromium-${VERSION}
 VERSION=                       150.0.7871.46
+PKGREVISION=                   1
 CATEGORIES=                    www
 MASTER_SITES=                  https://commondatastorage.googleapis.com/chromium-browser-official/
 EXTRACT_SUFX_C=                        .tar.xz
@@ -69,6 +70,7 @@ CHECK_PORTABILITY_SKIP+=      v8/tools/cppgc/
 CHECK_PORTABILITY_SKIP+=       v8/tools/profiling/run-llprof.sh
 CHECK_PORTABILITY_SKIP+=       v8/tools/run-llprof.sh
 
+TOOL_DEPENDS+=                 cmake-[0-9]*:../../devel/cmake
 TOOL_DEPENDS+=                 gperf>=3.2:../../devel/gperf
 TOOL_DEPENDS+=                 esbuild-[0-9]*:../../www/esbuild
 TOOL_DEPENDS+=                 ninja-build-[0-9]*:../../devel/ninja-build



Home | Main Index | Thread Index | Old Index