From 16a24a4ecef0318a4444ce10d3562fe06abf37d5 Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Sun, 2 Feb 2025 19:32:57 +0100 Subject: [PATCH] sysutils/fluxengine: Mark BROKEN, deprecate and set expiration date to 2025-02-28 Reported build errors since early october 2024 Reported by: pkg-fallout Approved by: portmgr (blanket) --- sysutils/fluxengine/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sysutils/fluxengine/Makefile b/sysutils/fluxengine/Makefile index 463fdb93c216..d8767ab6e9ea 100644 --- a/sysutils/fluxengine/Makefile +++ b/sysutils/fluxengine/Makefile @@ -10,6 +10,10 @@ WWW= https://cowlark.com/fluxengine/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING.md +BROKEN= Fails to build, Illegal instruction (core dumped) +DEPRECATED= Broken for several months +EXPIRATION_DATE=2025-02-28 + USES= gmake ninja:build pkgconfig sqlite USE_GITHUB= yes