diff options
author | Lorenzo Salvadore <salvadore@FreeBSD.org> | 2022-05-10 12:59:12 +0000 |
---|---|---|
committer | Lorenzo Salvadore <salvadore@FreeBSD.org> | 2022-05-21 14:33:55 +0000 |
commit | e978a52e0545e1a9ecd7a8d24d79f0928594342d (patch) | |
tree | cb27499bd8614f5b3725a972f41bcc2fd68e27fb | |
parent | ea5d9fbcf23fb6511f54384a1bd6b6f21d362d23 (diff) | |
download | ports-e978a52e0545e1a9ecd7a8d24d79f0928594342d.tar.gz ports-e978a52e0545e1a9ecd7a8d24d79f0928594342d.zip |
lang/cmucl and lang/cmucl-extra: Deprecate ports
lang/cmucl is not supported upstream since 2017 and broken since FreeBSD
12.1.
PR: 246640
Reported by: Bertrand Petit <bsdpr@phoe.frmug.org>
Reviewed by: diizzy
Approved by: gerald (mentor)
Differential Revision: https://reviews.freebsd.org/D35163
-rw-r--r-- | lang/cmucl-extra/Makefile | 4 | ||||
-rw-r--r-- | lang/cmucl/Makefile | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/lang/cmucl-extra/Makefile b/lang/cmucl-extra/Makefile index 28db83259ed7..67e72cb39798 100644 --- a/lang/cmucl-extra/Makefile +++ b/lang/cmucl-extra/Makefile @@ -14,6 +14,10 @@ COMMENT= Optional extras for the CMU implementation of Common Lisp LICENSE= PD +BROKEN= lang/cmucl is broken since 12.1 +DEPRECATED= lang/cmucl is not supported upstream since 2017 and broken since FreeBSD 12.1 +EXPIRATION_DATE= 2022-06-25 + RUN_DEPENDS= lisp:lang/cmucl USES= tar:bzip2 diff --git a/lang/cmucl/Makefile b/lang/cmucl/Makefile index fc280df267e2..50742364ad96 100644 --- a/lang/cmucl/Makefile +++ b/lang/cmucl/Makefile @@ -14,6 +14,10 @@ COMMENT= CMU implementation of Common Lisp LICENSE= PD +BROKEN= Broken since FreeBSD 12.1 +DEPRECATED= Not supported upstream since 2017 and broken since FreeBSD 12.1 +EXPIRATION_DATE= 2022-06-25 + USES= tar:bzip2 # To make available on other archs, has to be cross-compiled (there is a |