git: 4288c5fbf380 - main - 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:33:49 UTC
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=4288c5fbf380c14254082cb5326899f8406c3b37 commit 4288c5fbf380c14254082cb5326899f8406c3b37 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:33:17 +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 --- www/librewolf/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/www/librewolf/Makefile b/www/librewolf/Makefile index fe7fb8c484e4..830f82e65897 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 \ @@ -33,8 +32,8 @@ BUILD_DEPENDS= nspr>=4.32:devel/nspr \ wasi-compiler-rt${LLVM_VERSION}>0:devel/wasi-compiler-rt${LLVM_VERSION} 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"