git: 3dd3be163130 - main - devel/csmith: Mark BROKEN, deprecate and set expiration date to 2025-06-30
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 04 May 2025 10:08:39 UTC
The branch main has been updated by diizzy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3dd3be163130d6e7949e1b1713953413684ddb45
commit 3dd3be163130d6e7949e1b1713953413684ddb45
Author: Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2025-05-04 08:45:38 +0000
Commit: Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2025-05-04 09:55:14 +0000
devel/csmith: Mark BROKEN, deprecate and set expiration date to 2025-06-30
Unfetchable and unmaintained for years, upstream is still active and
located here: https://github.com/csmith-project/csmith if someone
wants to pick it up
---
devel/csmith/Makefile | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/devel/csmith/Makefile b/devel/csmith/Makefile
index 909bb688819b..07c0d1a586a0 100644
--- a/devel/csmith/Makefile
+++ b/devel/csmith/Makefile
@@ -9,6 +9,10 @@ WWW= https://embed.cs.utah.edu/csmith/
LICENSE= BSD2CLAUSE
+BROKEN= Unfetchable
+DEPRECATED= Unmaintained for years
+EXPIRATION_DATE=2024-06-30
+
USES= gmake libtool localbase perl5 shebangfix
USE_CXXSTD= c++11
USE_LDCONFIG= yes