Skip to content

Commit 04391ab

Browse files
www/firefox: switch to system icu again
now that 2025Q1 is gone, we don't have to use the bundled icu anymore
1 parent e78f6a1 commit 04391ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎www/firefox/Makefile‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PORTNAME= firefox
22
DISTVERSION= 137.0
3-
PORTREVISION= 1
3+
PORTREVISION= 2
44
PORTEPOCH= 2
55
CATEGORIES= www wayland
66
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}${DISTVERSIONSUFFIX}/source \
@@ -13,6 +13,7 @@ WWW= https://www.mozilla.com/firefox
1313

1414
BUILD_DEPENDS= nspr>=4.32:devel/nspr \
1515
nss>=3.109:security/nss \
16+
icu>=76.1:devel/icu \
1617
libevent>=2.1.8:devel/libevent \
1718
harfbuzz>=10.1.0:print/harfbuzz \
1819
graphite2>=1.3.14:graphics/graphite2 \
@@ -31,8 +32,7 @@ BUILD_DEPENDS= nspr>=4.32:devel/nspr \
3132

3233
USE_GECKO= gecko
3334
CONFLICTS_INSTALL= firefox-esr
34-
# we have to use the builtin icu as devel/icu is too old on 2025Q1
35-
USE_MOZILLA= -icu -sqlite
35+
USE_MOZILLA= -sqlite
3636
# work around bindgen not finding ICU, e.g.
3737
# dist/include/mozilla/intl/ICU4CGlue.h:8:10: fatal error: 'unicode/uenum.h' file not found, err: true
3838
CONFIGURE_ENV+= BINDGEN_CFLAGS="-I${LOCALBASE}/include"

0 commit comments

Comments
 (0)