diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2022-08-17 21:10:30 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2022-08-17 21:10:35 +0000 |
commit | 71553c7e3c51e8864326f9a1830199ae51d0b832 (patch) | |
tree | 17e5dcccb637c6df7988ad1dc5da26b5025c5f86 | |
parent | 99538db3cdb8ed9fbb8a23065e8c55ff2b87b6bb (diff) | |
download | ports-71553c7e3c51e8864326f9a1830199ae51d0b832.tar.gz ports-71553c7e3c51e8864326f9a1830199ae51d0b832.zip |
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)
-rw-r--r-- | lang/spidermonkey17/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |