git: af39d6b6c2e1 - 2025Q1 - www/librewolf: Switch to use the builtin icu as devel/icu is too old on 2025Q1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 08 Mar 2025 14:38:18 UTC
The branch 2025Q1 has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=af39d6b6c2e11b099685a9fab46f7fa822888b69 commit af39d6b6c2e11b099685a9fab46f7fa822888b69 Author: Vladimir Druzenko <vvd@FreeBSD.org> AuthorDate: 2025-03-08 14:24:26 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2025-03-08 14:37:50 +0000 www/librewolf: Switch to use the builtin icu as devel/icu is too old on 2025Q1 PR: 285169 Reported by: cmt (via email) Fixes: 189ac8337451 (Update 135.0.1 → 136.0) MFH: 2025Q1 (cherry picked from commit 4288c5fbf380c14254082cb5326899f8406c3b37) --- www/librewolf/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/www/librewolf/Makefile b/www/librewolf/Makefile index e4a2a41cb764..48bc0952f21b 100644 --- a/www/librewolf/Makefile +++ b/www/librewolf/Makefile @@ -15,7 +15,6 @@ BROKEN_armv7= error: could not compile `gkrust` (lib) BUILD_DEPENDS= nspr>=4.32:devel/nspr \ nss>=3.108:security/nss \ - icu>=76.1,1:devel/icu \ libevent>=2.1.8:devel/libevent \ harfbuzz>=10.1.0:print/harfbuzz \ graphite2>=1.3.14:graphics/graphite2 \ @@ -30,8 +29,8 @@ BUILD_DEPENDS= nspr>=4.32:devel/nspr \ zip:archivers/zip USE_GECKO= gecko -USE_MOZILLA= -sqlite - +# we have to use the builtin icu as devel/icu is too old on 2025Q1 +USE_MOZILLA= -icu -sqlite # work around bindgen not finding ICU, e.g. # dist/include/mozilla/intl/ICU4CGlue.h:8:10: fatal error: 'unicode/uenum.h' file not found, err: true CONFIGURE_ENV+= BINDGEN_CFLAGS="-I${LOCALBASE}/include"