diff options
author | Cy Schubert <cy@FreeBSD.org> | 2024-11-01 14:31:58 +0000 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2024-11-28 09:46:29 +0000 |
commit | 43979eb02e2dc26bc74fc891f4e884a715881a2d (patch) | |
tree | c0a502c08bc29e3f05e00b7ec3e745d98583e437 | |
parent | b35f80eed4ae972f23e90c62a90ccf7116dacea0 (diff) | |
download | ports-43979eb02e2dc26bc74fc891f4e884a715881a2d.tar.gz ports-43979eb02e2dc26bc74fc891f4e884a715881a2d.zip |
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)
-rw-r--r-- | sysutils/lnav/Makefile | 3 |
1 files changed, 1 insertions, 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 |