diff options
author | ryoon <ryoon@pkgsrc.org> | 2021-02-08 12:26:20 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2021-02-08 12:26:20 +0000 |
commit | 6dda6f0c6d708c175bb9c2a8a15fd79b4bca2a71 (patch) | |
tree | fd26abfa485883e0512340fb5511318bd5cdf621 /www/seamonkey/Makefile | |
parent | 430c2735266843a7c7e3c14017668121e8b9ab9a (diff) | |
download | pkgsrc-6dda6f0c6d708c175bb9c2a8a15fd79b4bca2a71.tar.gz |
seamonkey: Update to 2.53.6
CHangelog:
What's New in SeaMonkey 2.53.6
SeaMonkey 2.53.6 contains (among other changes) the following major changes
relative to SeaMonkey 2.53.5.1:
* Improve usability of multiple mailboxes/folders selectionbug 1600103.
* Add Greek localisation (el).
* Remove more RDF from mailnews code.
* Switch to mozilla as topsrcdir and component for building is comm/suite
now.
* Rust support is now up to 1.48 and official build is now using 1.47.0
* Various security and general platform fixes.
SeaMonkey 2.53.6 contains (among other changes) the following major changes
relative to SeaMonkey 2.49.5:
* The Bookmarks Manager has switched its name to Library, and now also
includes the History list. When invoking History, the Library will be shown
with the History list selected. The extensive modifications were needed
because of Mozilla Gecko platform API changes.
* Download Manager has been migrated to a new API. Although it looks pretty
much the same as before, the search option is missing and some other minor
details work differently. The previous downloads history is removed during
the upgrade.
* The layout panel was added to the CSS Grid tools.
* TLS 1.3 is the default SSL version now.
* The only NPAPI plugin which will work with SeaMonkey 2.53.6 is Flash.
Support for other NPAPI plugins like Java and Silverlight has been removed.
For displaying pdf files in the browser you can use pdf.js-seamonkey from
Isaac Schemm.
* SeaMonkey now uses a new api for formatting regional data like time and
date. Default is to use the application locale of the current SeaMonkey
build. If you use a language pack or a different OS formatting this is
usually not desired. You can change the formatting from the application
locale to the regional settings locale (OS) in the preferences dialog under
"Appearance".
SeaMonkey 2.53.6 uses the same backend as Firefox and contains the relevant
Firefox 60.8 security fixes.
SeaMonkey 2.53.6 shares most parts of the mail and news code with Thunderbird.
Please read the Thunderbird 60.0 release notes for specific changes and
security fixes in this release.
Additional important security fixes up to Current Firefox 78.6 ESR and a few
enhancements have been backported. We will continue to enhance SeaMonkey
security in subsequent 2.53.x beta and release versions as fast as we are able
to.
SeaMonkey-specific changes
* SeaMonkey now uses gtk3 on Linux. If you experience a problem because of
this please file a bug and link it to bug 1367257. Please try another OS
theme first. Some of them are buggy and cause problems with SeaMonkey,
Thunderbird and Firefox.
Diffstat (limited to 'www/seamonkey/Makefile')
-rw-r--r-- | www/seamonkey/Makefile | 48 |
1 files changed, 29 insertions, 19 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 5d2d07d4304..1a9dbc44471 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.228 2021/02/07 06:30:40 ryoon Exp $ +# $NetBSD: Makefile,v 1.229 2021/02/08 12:26:20 ryoon Exp $ DISTNAME= seamonkey-${SM_VER}.source PKGNAME= seamonkey-${SM_VER:S/b/beta/} -PKGREVISION= 3 -SM_VER= 2.53.4 +SM_VER= 2.53.6 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA:=seamonkey/releases/${SM_VER}/source/} EXTRACT_SUFX= .tar.xz @@ -14,7 +13,7 @@ COMMENT= All-in-one Internet application suite LICENSE= mpl-2.0 WRKSRC= ${WRKDIR}/${DISTNAME:S/.source//} -MOZILLA_DIR= mozilla/ +MOZILLA_DIR= PLIST_SRC+= ${PLIST_SRC_DFLT} USE_LANGUAGES+= c c++ USE_TOOLS+= unzip pax @@ -36,17 +35,17 @@ CFLAGS+= -I${BUILDLINK_PREFIX.pixman}/include/pixman-1 CONFIG_GUESS_OVERRIDE+= ldap/sdks/c-sdk/config/autoconf/config.guess CONFIG_SUB_OVERRIDE+= ldap/sdks/c-sdk/config/autoconf/config.sub -CONFIGURE_ARGS+= --enable-application=suite +CONFIGURE_ARGS+= --enable-application=comm/suite +CONFIGURE_ARGS+= --enable-extensions=default,irc ALL_ENV+= MOZILLA_PKG_NAME=${PKGBASE} +#ALL_ENV+= MOZ_APP_NAME=${PKGBASE} LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/${PKGBASE} -.include "../../mk/bsd.prefs.mk" - -CHECK_PORTABILITY_SKIP+= mozilla/js/src/tests/update-test262.sh -CHECK_PORTABILITY_SKIP+= mozilla/modules/pdfium/update.sh -CHECK_PORTABILITY_SKIP+= mozilla/security/nss/tests/libpkix/libpkix.sh +CHECK_PORTABILITY_SKIP+= js/src/tests/update-test262.sh +CHECK_PORTABILITY_SKIP+= modules/pdfium/update.sh +CHECK_PORTABILITY_SKIP+= security/nss/tests/libpkix/libpkix.sh CHECK_INTERPRETER_SKIP+= lib/seamonkey-sdk/sdk/bin/header.py CHECK_INTERPRETER_SKIP+= lib/seamonkey-sdk/sdk/bin/typelib.py @@ -56,7 +55,7 @@ CHECK_INTERPRETER_SKIP+= lib/seamonkey-sdk/sdk/bin/xpt.py CHECK_WRKREF_SKIP= lib/seamonkey/chrome/toolkit/content/global/buildconfig.html CHECK_WRKREF_SKIP+= lib/seamonkey/chrome/comm/content/communicator/buildconfig.html -CKSUM_CRATES+= mozilla/third_party/rust/libc +CKSUM_CRATES+= third_party/rust/libc # patch-mozilla_third__party_rust_libc_src_unix_bsd_netbsdlike_netbsd_other_mod.rs CKSUMS+= 4d9f7091af8e166943ac6f42ce85558909e5b6e61325039bff7adfbcf4b90212 @@ -76,19 +75,30 @@ INSTALLATION_DIRS+= share/applications INSTALLATION_DIRS+= share/icons/hicolor/32x32/apps post-extract: - ${CP} ${FILESDIR}/cubeb_sun.c ${WRKSRC}/mozilla/media/libcubeb/src + ${CP} ${FILESDIR}/cubeb_sun.c ${WRKSRC}/${MOZILLA_DIR}/media/libcubeb/src pre-configure: cd ${WRKSRC} && mkdir ${OBJDIR} cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} autoconf - cd ${WRKSRC}/mozilla && ${SETENV} ${CONFIGURE_ENV} autoconf - cd ${WRKSRC}/mozilla/js/src && ${SETENV} ${CONFIGURE_ENV} autoconf +## cd ${WRKSRC}/${MOZILLA_DIR} && ${SETENV} ${CONFIGURE_ENV} autoconf +# cd ${WRKSRC}/${MOZILLA_DIR}/js/src && ${SETENV} ${CONFIGURE_ENV} autoconf ${SED} -e 's/@MOZ_APP_DISPLAYNAME@/SeaMonkey/g' \ -e 's/@MOZ_APP_NAME@/seamonkey/g' \ - ${WRKSRC}/mozilla/toolkit/mozapps/installer/linux/rpm/mozilla.desktop > \ + ${WRKSRC}/${MOZILLA_DIR}/toolkit/mozapps/installer/linux/rpm/mozilla.desktop > \ ${WRKDIR}/seamonkey.desktop -# If there is no .mozconfig, codegen.pp target fails. -# touch ${WRKSRC}/.mozconfig +## If there is no .mozconfig, codegen.pp target fails. +## touch ${WRKSRC}/.mozconfig + +# XXX: For PREFIX +#.include "../../mk/bsd.pkg.use.mk" +#do-configure: +# echo mk_add_options MOZ_OBJDIR="${OBJDIR}" > ${WRKSRC}/comm/.mozconfig +#.for i in ${CONFIGURE_ARGS} +# echo ac_add_options $i >> ${WRKSRC}/comm/.mozconfig +#.endfor + +#do-build: +# env ${MAKE_ENV} ${WRKSRC}/mach build post-install: ${ECHO} '#! /bin/sh' > ${DESTDIR}${PREFIX}/bin/seamonkey @@ -109,11 +119,11 @@ post-install: rm -rf ${WRKDIR}/${OBJDIR}/extensions ${INSTALL_DATA} ${WRKDIR}/seamonkey.desktop \ ${DESTDIR}${PREFIX}/share/applications/seamonkey.desktop - ${INSTALL_DATA} ${WRKSRC}/suite/branding/seamonkey/default.png \ + ${INSTALL_DATA} ${WRKSRC}/comm/suite/branding/seamonkey/default.png \ ${DESTDIR}${PREFIX}/share/icons/hicolor/32x32/apps/seamonkey.png .for s in 16 48 64 128 ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/icons/hicolor/${s}x${s}/apps - ${INSTALL_DATA} ${WRKSRC}/suite/branding/seamonkey/default${s}.png \ + ${INSTALL_DATA} ${WRKSRC}/comm/suite/branding/seamonkey/default${s}.png \ ${DESTDIR}${PREFIX}/share/icons/hicolor/${s}x${s}/apps/seamonkey.png .endfor |