From e978a52e0545e1a9ecd7a8d24d79f0928594342d Mon Sep 17 00:00:00 2001 From: Lorenzo Salvadore Date: Tue, 10 May 2022 14:59:12 +0200 Subject: 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 Reviewed by: diizzy Approved by: gerald (mentor) Differential Revision: https://reviews.freebsd.org/D35163 --- lang/cmucl-extra/Makefile | 4 ++++ lang/cmucl/Makefile | 4 ++++ 2 files changed, 8 insertions(+) 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 -- cgit v1.2.3