head 1.9; access; symbols pkgsrc-2020Q1:1.6.0.2 pkgsrc-2020Q1-base:1.6 pkgsrc-2019Q4:1.3.0.4 pkgsrc-2019Q4-base:1.3 pkgsrc-2019Q3:1.1.0.2 pkgsrc-2019Q3-base:1.1; locks; strict; comment @# @; 1.9 date 2020.06.07.10.27.12; author nia; state dead; branches; next 1.8; commitid hX8vqmcpfsaonhbC; 1.8 date 2020.05.25.05.36.38; author rillig; state Exp; branches; next 1.7; commitid uonNJYgWHlfbcA9C; 1.7 date 2020.03.30.19.46.01; author joerg; state Exp; branches; next 1.6; commitid U1R5aWqr1NdQGs2C; 1.6 date 2020.03.08.16.50.25; author wiz; state Exp; branches; next 1.5; commitid rcNYzTQo8icypCZB; 1.5 date 2020.02.08.22.30.17; author kamil; state Exp; branches; next 1.4; commitid kCchhoMG2pB6fVVB; 1.4 date 2020.01.05.02.20.08; author ryoon; state Exp; branches; next 1.3; commitid y6vXIpJoiDiKDrRB; 1.3 date 2019.12.28.05.55.53; author ryoon; state Exp; branches; next 1.2; commitid NHlSn1eh9MHF5rQB; 1.2 date 2019.11.02.16.25.29; author rillig; state Exp; branches; next 1.1; commitid 07isqwBcIbu6niJB; 1.1 date 2019.09.21.11.23.28; author ryoon; state Exp; branches; next ; commitid mY1wfmq9fOmp3SDB; desc @@ 1.9 log @mail: Remove thunderbird60 - EOL Note: the release strategy of Thunderbird has changed and there will be no more non-extended-support releases, so mail/thunderbird contains the most recent extended support release, derived from firefox68 @ text @# $NetBSD: Makefile,v 1.8 2020/05/25 05:36:38 rillig Exp $ DISTNAME= thunderbird-${TB_VER}.source PKGNAME= thunderbird60-${TB_VER} PKGREVISION= 3 TB_VER= 60.9.1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_MOZILLA:=thunderbird/releases/${TB_VER}/source/} EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@@NetBSD.org HOMEPAGE= https://www.thunderbird.net/en-US/ COMMENT= Organize, secure and customize your mail LICENSE= mpl-1.1 USE_TOOLS+= unzip pax WRKSRC= ${WRKDIR}/${DISTNAME:S/.source//} MOZILLA_DIR= # empty PLIST_SRC+= ${PLIST_SRC_DFLT} CHECK_PORTABILITY_SKIP+= modules/pdfium/update.sh CONFIG_GUESS_OVERRIDE+= comm/ldap/sdks/c-sdk/config/autoconf/config.guess CONFIG_SUB_OVERRIDE+= comm/ldap/sdks/c-sdk/config/autoconf/config.sub CONFIGURE_ARGS+= --enable-application=comm/mail # Disable WebRTC support for Thunderbird unconditionally. CONFIGURE_ARGS+= --disable-webrtc NOT_PAX_MPROTECT_SAFE+= lib/${MOZILLA}/${MOZILLA} NOT_PAX_MPROTECT_SAFE+= lib/${MOZILLA}/${MOZILLA}-bin CONFIGURE_ARGS+= --with-app-name=${MOZILLA} LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/${MOZILLA} .include "../../mk/bsd.prefs.mk" #SUBST_CLASSES+= ext-compat #SUBST_STAGE.ext-compat= pre-configure #SUBST_MESSAGE.ext-compat= Fixing extension compatibility #SUBST_FILES.ext-compat= mailnews/extensions/enigmail/package/install.rdf #SUBST_FILES.ext-compat+= calendar/*/install.rdf #SUBST_FILES.ext-compat+= calendar/*/*/install.rdf #SUBST_SED.ext-compat= -e 's,\(\).*<,\19.0<,g' CHECK_WRKREF_SKIP+= lib/${MOZILLA}/chrome/toolkit/content/global/buildconfig.html post-extract: mv ${WRKSRC}${MOZILLA_DIR}/gfx/ycbcr/yuv_row_arm.s \ ${WRKSRC}${MOZILLA_DIR}/gfx/ycbcr/yuv_row_arm.S ${CP} ${WRKSRC}/third_party/rust/cssparser/.cargo-checksum.json \ ${WRKSRC}/third_party/rust/cssparser/.cargo-checksum.json.orig ${CAT} ${WRKSRC}/third_party/rust/cssparser/.cargo-checksum.json.orig | \ ${SED} -e 's/9ed4aec998221eb2d2ba99db2f9f82a02399fb0c3b8500627f68f5aab872adde/a90050bca85b7d52e976278752484ec47f1d0aebc0509afc8f40861f9a557e1a/' \ > ${WRKSRC}/third_party/rust/cssparser/.cargo-checksum.json ${CP} ${WRKSRC}/third_party/rust/url/.cargo-checksum.json \ ${WRKSRC}/third_party/rust/url/.cargo-checksum.json.orig ${CAT} ${WRKSRC}/third_party/rust/url/.cargo-checksum.json.orig | \ ${SED} -e 's/894cc76c31357fb588292e990a87f4e951043e32ea3d9f38fddc145302d0b318/f132a35fdade0a52f1022792bb8a430dae1e50a34f5c05faeb84d386e7f50397/' \ -e 's/320418526c4564a4469581d426e7467bcefe504eecd098e1eb90a2663a75fd80/d8c35e92375cafcd7e12c4f0d5374bab62aa1f333629d55b007a9c3d5c3cb615/' \ > ${WRKSRC}/third_party/rust/url/.cargo-checksum.json # Use pre-generated binding files (generated by rust-1.37.0). # Original file is not up-to-date and rust-1.39.0 generates # incorrect files. Fix build with rust-1.39.0. ${CP} ${FILESDIR}/*.rs ${WRKSRC}/servo/components/style/gecko/generated pre-configure: cd ${WRKSRC} && mkdir ${OBJDIR} cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} autoconf cd ${WRKSRC}${MOZILLA_DIR} && ${SETENV} ${CONFIGURE_ENV} autoconf cd ${WRKSRC}${MOZILLA_DIR}/js/src && ${SETENV} ${CONFIGURE_ENV} autoconf touch ${WRKSRC}/.mozconfig # For --disable-stylo-build-bindgen post-configure: ${MKDIR} -p ${WRKSRC}/${OBJDIR}/dist/rust_bindings/style ${CP} ${FILESDIR}/*.rs ${WRKSRC}/${OBJDIR}/dist/rust_bindings/style do-build: # XXX for some reason it doesn't work unless -j is explicitly specified ${RUN}${_ULIMIT_CMD} cd ${WRKSRC}/${OBJDIR} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} -j${MAKE_JOBS:U1} MOZILLA= ${PKGBASE} MOZILLA_NAME= ${PKGBASE} post-build: ${SED} -e 's|@@MOZILLA@@|${MOZILLA}|g' \ -e 's|@@MOZILLA_NAME@@|${MOZILLA_NAME}|g' \ -e 's|@@MOZILLA_ICON@@|${MOZILLA}.png|g' \ < ${FILESDIR}/desktop.in \ > ${WRKDIR}/desktop INSTALLATION_DIRS+= lib/${MOZILLA}/extensions INSTALLATION_DIRS+= share/applications share/pixmaps post-install: ${ECHO} '#! /bin/sh' > ${DESTDIR}${PREFIX}/bin/${MOZILLA} ${ECHO} '${PREFIX}/lib/${MOZILLA}/${MOZILLA} "$$@@"' >> \ ${DESTDIR}${PREFIX}/bin/${MOZILLA} ${CHMOD} 755 ${DESTDIR}${PREFIX}/bin/${MOZILLA} ${INSTALL_DATA} ${WRKDIR}/desktop \ ${DESTDIR}${PREFIX}/share/applications/${MOZILLA}.desktop ${INSTALL_DATA} ${WRKSRC}/${OBJDIR}/dist/${MOZILLA}/chrome/icons/default/default48.png \ ${DESTDIR}${PREFIX}/share/pixmaps/${MOZILLA}.png .include "../../www/firefox60/mozilla-common.mk" .include "options.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../mk/bsd.pkg.mk" @ 1.8 log @mail/thunderbird60: skip shell portability @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.7 2020/03/30 19:46:01 joerg Exp $ @ 1.7 log @Fix build with libc++ by making the template wrapper do what it is supposed to do. Don't mess with math.h internals. Honor ressource limit changes during build. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.6 2020/03/08 16:50:25 wiz Exp $ d21 2 @ 1.6 log @*: recursive bump for libffi @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.5 2020/02/08 22:30:17 kamil Exp $ d79 1 a79 1 cd ${WRKSRC}/${OBJDIR} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} -j${MAKE_JOBS:U1} @ 1.5 log @thunderbird60: Workaround broken pthread_equal() usage Switch to an internal version of pthread_equal() without sanity checks. Problems detected on NetBSD 9.99.46. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2020/01/05 02:20:08 ryoon Exp $ d5 1 a5 1 PKGREVISION= 2 @ 1.4 log @thunderbird60: Fix build with rust-1.40.0, bump PKGREVISION @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2019/12/28 05:55:53 ryoon Exp $ d5 1 a5 1 PKGREVISION= 1 @ 1.3 log @Update to 60.9.1 * Fix build with rust-1.39.0 Changelog: 60.9.1: Fixed Problem with Google authentication (OAuth2) 60.9.0: New Offer to configure Exchange accounts for Office365. A third-party add-on is required for this account type. IMAP still exists as alternative. Security fixes #CVE-2019-11739: Covert Content Attack on S/MIME encryption using a crafted multipart/alternative message #CVE-2019-11746: Use-after-free while manipulating video #CVE-2019-11744: XSS by breaking out of title and textarea elements using innerHTML #CVE-2019-11742: Same-origin policy violation with SVG filters and canvas to steal cross-origin images #CVE-2019-11752: Use-after-free while extracting a key value in IndexedDB #CVE-2019-11743: Cross-origin access to unload event attributes #CVE-2019-11740: Memory safety bugs fixed in Firefox 69, Firefox ESR 68.1, Firefox ESR 60.9, Thunderbird 68.1, and Thunderbird 60.9 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2019/11/02 16:25:29 rillig Exp $ d5 1 d54 6 @ 1.2 log @mail: align variable assignments pkglint -Wall -F --only aligned -r No manual corrections. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2019/09/21 11:23:28 ryoon Exp $ d5 1 a5 1 TB_VER= 60.9.0 d48 9 d65 5 @ 1.1 log @mail/thunderbird60: import thunderbird60-60.9.0 Mozilla Thunderbird is a redesign of the Mozilla mail component. The goal is to produce a cross platform stand alone mail application using the XUL user interface language. This version uses the gtk2 toolkit. This package provides Thunderbird 60 ESR. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.227 2019/07/11 11:57:00 ryoon Exp $ d35 2 a36 2 #SUBST_CLASSES+= ext-compat #SUBST_STAGE.ext-compat= pre-configure d38 1 a38 1 #SUBST_FILES.ext-compat= mailnews/extensions/enigmail/package/install.rdf d43 1 a43 1 CHECK_WRKREF_SKIP+=lib/${MOZILLA}/chrome/toolkit/content/global/buildconfig.html @