git: b35f80eed4ae - 2024Q4 - sysutils/lnav: Mark broken on main
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 28 Nov 2024 09:55:27 UTC
The branch 2024Q4 has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=b35f80eed4ae972f23e90c62a90ccf7116dacea0 commit b35f80eed4ae972f23e90c62a90ccf7116dacea0 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-11-01 11:04:23 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-11-28 09:46:21 +0000 sysutils/lnav: Mark broken on main PR: 282407 (cherry picked from commit 5058ebb5ef38136b5c956ba02758297b51ed2f48) --- sysutils/lnav/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sysutils/lnav/Makefile b/sysutils/lnav/Makefile index 72c890275110..b61ea7386805 100644 --- a/sysutils/lnav/Makefile +++ b/sysutils/lnav/Makefile @@ -10,6 +10,9 @@ WWW= https://lnav.org/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_FreeBSD_15= compilation fails with clang-19 but future 0.12.3 will include fix: + https://github.com/tstack/lnav/issues/1328 + LIB_DEPENDS= libcurl.so:ftp/curl \ libpcre2-8.so:devel/pcre2