Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Apr 2019 22:21:12 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r497995 - in head/www: palemoon seamonkey
Message-ID:  <201904052221.x35MLC7U079851@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904052221.x35MLC7U079851>