git: 16a24a4ecef0 - main - sysutils/fluxengine: Mark BROKEN, deprecate and set expiration date to 2025-02-28
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 02 Feb 2025 18:48:08 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=16a24a4ecef0318a4444ce10d3562fe06abf37d5 commit 16a24a4ecef0318a4444ce10d3562fe06abf37d5 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2025-02-02 18:32:57 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2025-02-02 18:47:26 +0000 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