svn commit: r497995 - in head/www: palemoon seamonkey

Jan Beich jbeich at FreeBSD.org
Fri Apr 5 22:21:13 UTC 2019


Author: jbeich
Date: Fri Apr  5 22:21:12 2019
New Revision: 497995
URL: https://svnweb.freebsd.org/changeset/ports/497995

Log:
  www/{palemoon,seamonkey}: put on a deathbed
  
  No point in keeping abandonware only to delay Mk/bsd.gecko.mk cleanup.
  SeaMonkey is unlikely to escape the rabbit hole of technical debt and
  PaleMoon is unlikely to be friendly to BSDs (or packagers in general).

Modified:
  head/www/palemoon/Makefile   (contents, props changed)
  head/www/seamonkey/Makefile   (contents, props changed)

Modified: head/www/palemoon/Makefile
==============================================================================
--- head/www/palemoon/Makefile	Fri Apr  5 22:16:33 2019	(r497994)
+++ head/www/palemoon/Makefile	Fri Apr  5 22:21:12 2019	(r497995)
@@ -10,6 +10,9 @@ CATEGORIES=	www ipv6
 MAINTAINER=	lichray at gmail.com
 COMMENT=	Open Source Goanna-based web browser
 
+DEPRECATED=	Multiple vulnerabilities and crashes if built by Clang 8
+EXPIRATION_DATE=2019-08-31
+
 BUILD_DEPENDS=	nspr>=4.15:devel/nspr \
 		nss>=3.31.1:security/nss \
 		libevent>=2.0.22:devel/libevent \

Modified: head/www/seamonkey/Makefile
==============================================================================
--- head/www/seamonkey/Makefile	Fri Apr  5 22:16:33 2019	(r497994)
+++ head/www/seamonkey/Makefile	Fri Apr  5 22:21:12 2019	(r497995)
@@ -13,6 +13,9 @@ DISTFILES=	${DISTNAME}.source${EXTRACT_SUFX}
 MAINTAINER=	gecko at FreeBSD.org
 COMMENT=	The open source, standards compliant web browser
 
+DEPRECATED=	Multiple vulnerabilities and crashes if built by Clang 8
+EXPIRATION_DATE=2019-08-31
+
 BUILD_DEPENDS=	nspr>=4.13.1:devel/nspr \
 		nss>=3.28.6:security/nss \
 		libevent>=2.0.21_2:devel/libevent \


More information about the svn-ports-all mailing list