Skip to content

Commit e275859

Browse files
committed
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.
1 parent 7819983 commit e275859

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

www/chromium/Makefile

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
# $NetBSD: Makefile,v 1.32 2025/12/23 13:22:09 kikadf Exp $
1+
# $NetBSD: Makefile,v 1.33 2026/01/06 15:55:51 ryoon Exp $
22

33
DISTNAME= chromium-${VERSION}
44
VERSION= 143.0.7499.169
5+
PKGREVISION= 1
56
CATEGORIES= www
67
MASTER_SITES= https://commondatastorage.googleapis.com/chromium-browser-official/
78
EXTRACT_SUFX_C= .tar.xz
@@ -123,7 +124,8 @@ TARGET= chrome chromedriver
123124
# with hooks to use them from the system.
124125
GN_SYSTEM_LIBS= dav1d
125126
GN_SYSTEM_LIBS+= fontconfig
126-
GN_SYSTEM_LIBS+= icu
127+
# As of 143.0.7499.169, icu-78.1 is incompatible.
128+
#GN_SYSTEM_LIBS+= icu
127129
GN_SYSTEM_LIBS+= libaom
128130
GN_SYSTEM_LIBS+= libjpeg # libjpeg-turbo
129131
GN_SYSTEM_LIBS+= libpng
@@ -359,7 +361,8 @@ BUILDLINK_DEPMETHOD.clang= build
359361
# Use -lpciutils instead of -lpci for pkgsrc.
360362
BUILDLINK_TRANSFORM+= l:pci:pciutils
361363
.include "../../textproc/expat/buildlink3.mk"
362-
.include "../../textproc/icu/buildlink3.mk"
364+
# As of 143.0.7499.169, icu-78.1 is incompatible.
365+
#.include "../../textproc/icu/buildlink3.mk"
363366
.include "../../textproc/jsoncpp/buildlink3.mk"
364367
.include "../../textproc/libxml2/buildlink3.mk"
365368
.include "../../textproc/libxslt/buildlink3.mk"

0 commit comments

Comments
 (0)