git: 0aa164e0557e - main - sysutils/nix: Mark BROKEN, deprecate and set expiration date to 2025-03-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 22 Feb 2025 08:35:48 UTC
The branch main has been updated by diizzy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0aa164e0557e969d517eb682b678727cc7ef8e47
commit 0aa164e0557e969d517eb682b678727cc7ef8e47
Author: Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2025-02-22 07:46:29 +0000
Commit: Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2025-02-22 07:46:35 +0000
sysutils/nix: Mark BROKEN, deprecate and set expiration date to 2025-03-31
Outdated and broken for months
PR: 284647
Reported by: pkg-fallout
Approved by: portmgr (maintainer timeout, 2+ weeks)
---
sysutils/nix/Makefile | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/sysutils/nix/Makefile b/sysutils/nix/Makefile
index 8605abe6abce..e7d1797f4140 100644
--- a/sysutils/nix/Makefile
+++ b/sysutils/nix/Makefile
@@ -10,6 +10,10 @@ WWW= https://nixos.org/nix/
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
+BROKEN= Fails to build, error: field designator 'cols' does not refer to any field in type 'struct lowdown_opts'
+DEPRECATED= Outdated version and broken for months
+EXPIRATION_DATE=2025-03-31
+
BUILD_DEPENDS= ${LOCALBASE}/share/aclocal/ax_cxx_compile_stdcxx.m4:devel/autoconf-archive \
gsed:textproc/gsed \
bash:shells/bash \