diff --git a/mail/thunderbird-esr/Makefile b/mail/thunderbird-esr/Makefile index bfbeed6568f5..bb3c9a8fb8b6 100644 --- a/mail/thunderbird-esr/Makefile +++ b/mail/thunderbird-esr/Makefile @@ -1,74 +1,74 @@ PORTNAME= thunderbird -DISTVERSION= 153.0.2 +DISTVERSION= 153.0.3 CATEGORIES= mail news net-im wayland MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}esr-candidates/build1/source PKGNAMESUFFIX= -esr DISTFILES= ${DISTNAME}esr.source${EXTRACT_SUFX} MAINTAINER= gecko@FreeBSD.org COMMENT= Mozilla Thunderbird is standalone mail and news that stands above WWW= https://www.thunderbird.net/ NOT_FOR_ARCHS= i386 NOT_FOR_ARCHS_REASON= fails to build: rust needs more address space than platform can provide BUILD_DEPENDS= nspr>=4.32:devel/nspr \ nss>=3.125:security/nss \ libevent>=2.1.8:devel/libevent \ harfbuzz>=10.1.0:print/harfbuzz \ graphite2>=1.3.14:graphics/graphite2 \ png>=1.6.45:graphics/png \ dav1d>=1.0.0:multimedia/dav1d \ libvpx>=1.15.0:multimedia/libvpx \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ v4l_compat>0:multimedia/v4l_compat \ nasm:devel/nasm \ yasm:devel/yasm \ zip:archivers/zip \ ${LOCALBASE}/share/wasi-sysroot/lib/wasm32-wasip1/libc++abi.a:devel/wasi-libcxx${LLVM_VERSION} \ ${LOCALBASE}/share/wasi-sysroot/lib/wasm32-wasip1/libc.a:devel/wasi-libc@${LLVM_VERSION} \ wasi-compiler-rt${LLVM_VERSION}>0:devel/wasi-compiler-rt${LLVM_VERSION} LIB_DEPENDS= libjson-c.so:devel/json-c USE_GECKO= gecko CPE_PRODUCT= ${PORTNAME}_esr CONFLICTS_INSTALL= thunderbird # cannot use system icu: calendar is completely broken by # https://unicode-org.atlassian.net/browse/ICU-22132 (fix not in 76.1) USE_MOZILLA= -icu -sqlite CFLAGS_powerpc64le= -DSQLITE_BYTEORDER=1234 USES= tar:xz MOZ_OPTIONS= --enable-application=comm/mail --enable-official-branding MOZ_OPTIONS+= --with-system-bz2 --with-system-jsonc MOZ_OPTIONS+= --with-wasi-sysroot=${LOCALBASE}/share/wasi-sysroot MOZ_MK_OPTIONS= MOZ_THUNDERBIRD=1 MAIL_PKG_SHARED=1 MOZ_EXPORT= MOZ_THUNDERBIRD=1 MAIL_PKG_SHARED=1 PORTNAME_ICON= ${MOZILLA}.png PORTNAME_ICON_SRC= ${PREFIX}/lib/${MOZILLA}/chrome/icons/default/default48.png SYSTEM_PREFS= ${FAKEDIR}/lib/${PORTNAME}/defaults/pref/${PORTNAME}.js OPTIONS_DEFAULT=CANBERRA .include "${.CURDIR}/../../www/firefox/Makefile.options" post-extract: @${SED} -e 's|@PORTNAME_ICON@|${PORTNAME_ICON:R}|;s|@MOZILLA@|${MOZILLA}|' \ <${FILESDIR}/thunderbird.desktop.in >${WRKDIR}/${MOZILLA_EXEC_NAME}.desktop post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/comm/mail/app/nsMailApp.cpp port-pre-install: ${MKDIR} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/defaults post-install: ${INSTALL_DATA} ${WRKDIR}/${MOZILLA_EXEC_NAME}.desktop ${STAGEDIR}${PREFIX}/share/applications ${LN} -sf ${PORTNAME_ICON_SRC} ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME_ICON} .include diff --git a/mail/thunderbird-esr/distinfo b/mail/thunderbird-esr/distinfo index c097022294d8..df4934622bd0 100644 --- a/mail/thunderbird-esr/distinfo +++ b/mail/thunderbird-esr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1785863152 -SHA256 (thunderbird-153.0.2esr.source.tar.xz) = 328f9fba4d07982e778141df2170f23021026191a57cbdfeca67d951f1182005 -SIZE (thunderbird-153.0.2esr.source.tar.xz) = 939186132 +TIMESTAMP = 1786464847 +SHA256 (thunderbird-153.0.3esr.source.tar.xz) = 26f578db513779a7397f7365ed7700f0b11164f5dd5814cf5638ae311b1a5aab +SIZE (thunderbird-153.0.3esr.source.tar.xz) = 939542936 diff --git a/mail/thunderbird-esr/files/patch-toolkit_library_moz.build b/mail/thunderbird-esr/files/patch-toolkit_library_moz.build deleted file mode 100644 index 87ef1afb0840..000000000000 --- a/mail/thunderbird-esr/files/patch-toolkit_library_moz.build +++ /dev/null @@ -1,22 +0,0 @@ -commit 74eeae6c36c1d10a2ef07078ed08c14e637b6d63 -Author: Christoph Moench-Tegeder - - explicitly link against libfreebl3 (from nss) - - contrary to the comment above, rust's usage (via nss-rs) of libfreebl3 - is not sufficient, and the pkg-config file for nss does not hint at - any linking against libfreebl3 either. - -diff --git toolkit/library/moz.build toolkit/library/moz.build -index a38f17407cc8..e8a47c14de4c 100644 ---- toolkit/library/moz.build -+++ toolkit/library/moz.build -@@ -168,6 +168,8 @@ if not CONFIG["MOZ_SYSTEM_NSS"]: - USE_LIBS += ["freeblpriv3"] - else: - USE_LIBS += ["freebl3"] -+else: -+ OS_LIBS += ["freebl3"] - - if not CONFIG["USE_LIBZ_RS"]: - USE_LIBS += [