Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Aug 2022 21:20:11 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 71553c7e3c51 - main - lang/spidermonkey17: Deprecate and set expiration date to 2022-09-30
Message-ID:  <202208172120.27HLKBwM017167@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=71553c7e3c51e8864326f9a1830199ae51d0b832

commit 71553c7e3c51e8864326f9a1830199ae51d0b832
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2022-08-17 21:10:30 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2022-08-17 21:10:35 +0000

    lang/spidermonkey17: Deprecate and set expiration date to 2022-09-30
    
    Released in 2007 and is since long end of life upstream
    
    PR:             265233
    Approved by:    citric@cubicone.tmetic.com (maintainer timeout, 1+ month)
---
 lang/spidermonkey17/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lang/spidermonkey17/Makefile b/lang/spidermonkey17/Makefile
index 713d1bd96569..1a3faf11d085 100644
--- a/lang/spidermonkey17/Makefile
+++ b/lang/spidermonkey17/Makefile
@@ -8,6 +8,9 @@ DISTNAME=	js-${DISTVERSION}
 MAINTAINER=	citric@cubicone.tmetic.com
 COMMENT=	Standalone JavaScript interpreter from the Mozilla project
 
+DEPRECATED=	Obsolete, released in 2007 and since long unsupported upstream
+EXPIRATION_DATE=2022-09-30
+
 BROKEN_aarch64=		fails to link: missing sbrk
 BROKEN_armv6=		fails to link: final link failed: Nonrepresentable section on output
 BROKEN_armv7=		fails to link: /nxb-bin/usr/bin/ld: FreeBSD12.0-CURRENT_DBG.OBJ/js: hidden symbol `__aeabi_uidivmod' in /usr/lib/libgcc.a(aeabi_uidivmod.o) is referenced by DSO



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