Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 May 2022 14:35:24 GMT
From:      Lorenzo Salvadore <salvadore@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e978a52e0545 - main - lang/cmucl and lang/cmucl-extra: Deprecate ports
Message-ID:  <202205211435.24LEZOm2072132@gitrepo.freebsd.org>

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

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

commit e978a52e0545e1a9ecd7a8d24d79f0928594342d
Author:     Lorenzo Salvadore <salvadore@FreeBSD.org>
AuthorDate: 2022-05-10 12:59:12 +0000
Commit:     Lorenzo Salvadore <salvadore@FreeBSD.org>
CommitDate: 2022-05-21 14:33:55 +0000

    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
---
 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



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