git: 3ae14e27a235 - main - security/0d1n: mark BROKEN
Date: Mon, 20 Feb 2023 12:03:49 UTC
The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=3ae14e27a235af405062524da33febe727330b82 commit 3ae14e27a235af405062524da33febe727330b82 Author: Antoine Brodin <antoine@FreeBSD.org> AuthorDate: 2023-02-20 11:47:21 +0000 Commit: Antoine Brodin <antoine@FreeBSD.org> CommitDate: 2023-02-20 11:47:21 +0000 security/0d1n: mark BROKEN src/headers/file_ops.h:15:10: fatal error: 'alloca.h' file not found Reported by: pkg-fallout --- security/0d1n/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/security/0d1n/Makefile b/security/0d1n/Makefile index 38311ba7bc3e..b5b5234c5e10 100644 --- a/security/0d1n/Makefile +++ b/security/0d1n/Makefile @@ -8,6 +8,8 @@ WWW= https://github.com/CoolerVoid/0d1n LICENSE= GPLv3 +BROKEN= fails to build + LIB_DEPENDS= libcurl.so:ftp/curl USE_GITHUB= yes