diff options
-rw-r--r-- | UPDATING | 9 | ||||
-rw-r--r-- | mail/thunderbird/Makefile | 12 | ||||
-rw-r--r-- | www/firefox/Makefile.options | 1 | ||||
-rw-r--r-- | www/seamonkey/Makefile | 12 |
4 files changed, 15 insertions, 19 deletions
@@ -5,6 +5,15 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20180523: + AFFECTS: mail/thunderbird, www/seamonkey + AUTHOR: gecko@FreeBSD.org + + LIGHTNING is no longer provided as part of the ports in order to + support independent updates and provide localization. Go to + Tools -> Add-ons Manager, remove existing Lightning extension + then type "lightning" in the search field to reinstall it. + 20180518: AFFECTS: users of sysutils/ansible* AUTHOR: lifanov@FreeBSD.org diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index 5e1114ebc45c..9e2948fca120 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -3,7 +3,7 @@ PORTNAME= thunderbird DISTVERSION= 52.8.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source @@ -48,22 +48,16 @@ PORTNAME_ICON_SRC= ${PREFIX}/lib/${MOZILLA}/chrome/icons/default/default48.png SYSTEM_PREFS= ${FAKEDIR}/lib/${PORTNAME}/defaults/pref/${PORTNAME}.js MOZ_PIS_SCRIPTS=moz_pis_S50cleanhome -OPTIONS_DEFINE= LIGHTNING RUST +OPTIONS_DEFINE= RUST OPTIONS_SINGLE= TOOLKIT OPTIONS_SINGLE_TOOLKIT= GTK2 GTK3 -OPTIONS_DEFAULT=BUNDLED_CAIRO CANBERRA GTK3 LIGHTNING +OPTIONS_DEFAULT=BUNDLED_CAIRO CANBERRA GTK3 .include "${.CURDIR}/../../www/firefox/Makefile.options" .include <bsd.port.pre.mk> MOZSRC:= ${WRKSRC}/mozilla -.if ${PORT_OPTIONS:MLIGHTNING} -MOZ_OPTIONS+= --enable-calendar -.else -MOZ_OPTIONS+= --disable-calendar -.endif - post-extract: @${SED} -e 's|@PORTNAME_ICON@|${PORTNAME_ICON}|;s|@MOZILLA@|${MOZILLA}|' \ <${FILESDIR}/thunderbird.desktop.in >${WRKDIR}/${MOZILLA_EXEC_NAME}.desktop diff --git a/www/firefox/Makefile.options b/www/firefox/Makefile.options index 50ae9f1c4d96..b2e258ad63b5 100644 --- a/www/firefox/Makefile.options +++ b/www/firefox/Makefile.options @@ -28,5 +28,4 @@ BUNDLED_CAIRO_DESC?= Use bundled fork of cairo-1.9.5 CANBERRA_DESC?= Sound theme alerts INTEGER_SAMPLES_DESC?= Integer audio sample format LIBPROXY_DESC?= Proxy support via libproxy -LIGHTNING_DESC?= Calendar extension RUST_DESC?= Build with components written in Rust language diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 7346698bd1b2..3da18f8cfe85 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -3,7 +3,7 @@ PORTNAME= seamonkey DISTVERSION= 2.49.3 -PORTREVISION= 4 +PORTREVISION= 5 MOZILLA_VER= 52 # above + 3 CATEGORIES?= www mail news editors irc ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ @@ -42,10 +42,10 @@ MOZ_OPTIONS+= --enable-application=suite USE_MOZILLA= -soundtouch MOZ_PKGCONFIG_FILES= -OPTIONS_DEFINE= LDAP LIGHTNING RUST +OPTIONS_DEFINE= LDAP RUST OPTIONS_SINGLE= TOOLKIT OPTIONS_SINGLE_TOOLKIT= GTK2 GTK3 -OPTIONS_DEFAULT=CANBERRA GTK3 LDAP LIGHTNING +OPTIONS_DEFAULT=CANBERRA GTK3 LDAP LDAP_DESC?= LDAP support for Mailnews @@ -59,12 +59,6 @@ MOZ_OPTIONS+= --disable-ldap .else MOZ_OPTIONS+= --enable-ldap .endif -.if ${PORT_OPTIONS:MLIGHTNING} -MOZ_OPTIONS+= --enable-calendar -.else -MOZ_OPTIONS+= --disable-calendar -.endif - post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/suite/app/nsSuiteApp.cpp |