aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2017-11-22 14:25:46 +0800
committerjbeich <jbeich@FreeBSD.org>2017-11-22 14:25:46 +0800
commit0881375ac3d42aff51b737b4b07ba314455f93dc (patch)
tree953b864b5d5f35dd61ee2d67f50c94effe7efade
parent8b6a7d1a620a18d54719288aa99def38bc5e2c60 (diff)
downloadfreebsd-ports-gnome-0881375ac3d42aff51b737b4b07ba314455f93dc.tar.gz
freebsd-ports-gnome-0881375ac3d42aff51b737b4b07ba314455f93dc.tar.zst
freebsd-ports-gnome-0881375ac3d42aff51b737b4b07ba314455f93dc.zip
www/libxul: expire after ESR59 but before 2018Q3
Non-Flash plugins aren't supported past FF52 and Gnash doesn't work in FF57. XUL consumers (e.g., Conkeror) may still be able to use "firefox -app". PR: 220607
-rw-r--r--www/libxul/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/www/libxul/Makefile b/www/libxul/Makefile
index 3ea0476c207c..95d867324d9d 100644
--- a/www/libxul/Makefile
+++ b/www/libxul/Makefile
@@ -12,6 +12,13 @@ DISTNAME= firefox-${DISTVERSION}esr.source
MAINTAINER?= gecko@FreeBSD.org
COMMENT?= Mozilla runtime package that can be used to bootstrap XUL+XPCOM apps
+# Post libxul removal cleanup:
+# 1. Drop MOZILLA_VER < 59.* from Mk/bsd.gecko.mk
+# 2. Drop libxul support in USES=gecko
+# 3. Deprecate USES=webplugins (flash still uses it)
+DEPRECATED= NPAPI are no longer supported
+EXPIRATION_DATE=2018-06-20
+
BUILD_DEPENDS= nspr>=4.12:devel/nspr \
nss>=3.21.3:security/nss \
libevent>=2.0.21_2:devel/libevent \