summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2025-11-20 13:06:56 +0100
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2025-11-20 13:16:01 +0100
commit929a4cd6afe7e66d626e386d56f15163693643f9 (patch)
treea30d40f97593884820795f6918a85a41a3c65842
parentlang/php83: Update version 8.3.27=>8.3.28 (diff)
lang/spidermonkey78: Mark DEPRECATED
- Legacy version as there are more recent versions in the tree - No more dependent ports remaining - Set EXPIRATION_DATE 2025-12-20
-rw-r--r--lang/spidermonkey78/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/spidermonkey78/Makefile b/lang/spidermonkey78/Makefile
index d61b2f55123b..9ecaf0c3c158 100644
--- a/lang/spidermonkey78/Makefile
+++ b/lang/spidermonkey78/Makefile
@@ -17,6 +17,9 @@ WWW= https://spidermonkey.dev/
LICENSE= MPL20
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Legacy version
+EXPIRATION_DATE= 2025-12-31
+
BUILD_DEPENDS= ${RUST_DEFAULT}>=1.35:lang/${RUST_DEFAULT} \
autoconf2.13:devel/autoconf2.13 \
rust-cbindgen>=0.8.7:devel/rust-cbindgen
@@ -30,9 +33,9 @@ USE_LDCONFIG= yes
SP_VER= 78
HAS_CONFIGURE= yes
+CONFIGURE_OUTSOURCE= yes
WRKSRC= ${WRKDIR}/firefox-${DISTVERSION}
PATCH_WRKSRC= ${WRKDIR}/firefox-${DISTVERSION}/
-CONFIGURE_OUTSOURCE= yes
CONFIGURE_ARGS= --enable-application=js \
--disable-debug \