git: 43979eb02e2d - 2024Q4 - sysutils/lnav: Fix Makefile error
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 28 Nov 2024 09:55:28 UTC
The branch 2024Q4 has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=43979eb02e2dc26bc74fc891f4e884a715881a2d commit 43979eb02e2dc26bc74fc891f4e884a715881a2d Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2024-11-01 14:31:58 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-11-28 09:46:29 +0000 sysutils/lnav: Fix Makefile error Fix broken build: [00:00:32] Warning: (sysutils/lnav): make: "/usr/ports/sysutils/lnav/Makefile" line 14: Unassociated shell command "https://github.com/tstack/lnav/issues/1328" [00:00:32] Warning: (sysutils/lnav): make: Fatal errors encountered -- cannot continue [00:00:32] Warning: (sysutils/lnav): Error: Error looking up dependencies for sysutils/lnav [00:00:40] Error: Fatal errors encountered gathering ports metadata Fixes: 5058ebb5ef38 (cherry picked from commit 590a6f3dd3c588dbdd80e96f37812cb38af11fd9) --- sysutils/lnav/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sysutils/lnav/Makefile b/sysutils/lnav/Makefile index b61ea7386805..0f25526dbc5f 100644 --- a/sysutils/lnav/Makefile +++ b/sysutils/lnav/Makefile @@ -10,8 +10,7 @@ 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 +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