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:   ryoon
Date:           Tue Jan  6 15:55:51 UTC 2026

Modified Files:
        pkgsrc/www/chromium: Makefile

Log Message:
www/chromium: Use internal icu-77.1 and bump PKGREVISION

* Upcomming textproc/icu-78.1 is not compatible with current www/chromium.
  Use internal icu-77.1 instead of textproc/icu.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 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.32 pkgsrc/www/chromium/Makefile:1.33
--- pkgsrc/www/chromium/Makefile:1.32   Tue Dec 23 13:22:09 2025
+++ pkgsrc/www/chromium/Makefile        Tue Jan  6 15:55:51 2026
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.32 2025/12/23 13:22:09 kikadf Exp $
+# $NetBSD: Makefile,v 1.33 2026/01/06 15:55:51 ryoon Exp $
 
 DISTNAME=                      chromium-${VERSION}
 VERSION=                       143.0.7499.169
+PKGREVISION=                   1
 CATEGORIES=                    www
 MASTER_SITES=                  https://commondatastorage.googleapis.com/chromium-browser-official/
 EXTRACT_SUFX_C=                        .tar.xz
@@ -123,7 +124,8 @@ TARGET=             chrome chromedriver
 # with hooks to use them from the system.
 GN_SYSTEM_LIBS=                dav1d
 GN_SYSTEM_LIBS+=       fontconfig
-GN_SYSTEM_LIBS+=       icu
+# As of 143.0.7499.169, icu-78.1 is incompatible.
+#GN_SYSTEM_LIBS+=      icu
 GN_SYSTEM_LIBS+=       libaom
 GN_SYSTEM_LIBS+=       libjpeg # libjpeg-turbo
 GN_SYSTEM_LIBS+=       libpng
@@ -359,7 +361,8 @@ BUILDLINK_DEPMETHOD.clang=  build
 # Use -lpciutils instead of -lpci for pkgsrc.
 BUILDLINK_TRANSFORM+=  l:pci:pciutils
 .include "../../textproc/expat/buildlink3.mk"
-.include "../../textproc/icu/buildlink3.mk"
+# As of 143.0.7499.169, icu-78.1 is incompatible.
+#.include "../../textproc/icu/buildlink3.mk"
 .include "../../textproc/jsoncpp/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../textproc/libxslt/buildlink3.mk"



Home | Main Index | Thread Index | Old Index