Date: Sun, 28 Dec 2025 15:26:00 +0000 From: Gleb Popov <arrowd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 4c0fcc9f57b1 - main - devel/zls: Tidy up the port Message-ID: <69514c08.469f8.52b99c46@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=4c0fcc9f57b1b89d78bc0a7c73abbf07642747b4 commit 4c0fcc9f57b1b89d78bc0a7c73abbf07642747b4 Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2025-12-28 15:25:06 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2025-12-28 15:25:53 +0000 devel/zls: Tidy up the port --- devel/zls/Makefile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/devel/zls/Makefile b/devel/zls/Makefile index 2b87cd42de56..834a1e7ec903 100644 --- a/devel/zls/Makefile +++ b/devel/zls/Makefile @@ -9,8 +9,7 @@ WWW= https://github.com/zigtools/zls LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= zig>=0.15.1<0.16.0:lang/zig -RUN_DEPENDS= zig>=0.15.1<0.16.0:lang/zig +RUN_DEPENDS= ${ZIG_CMD}:${ZIG_PORT} USES= zig @@ -22,12 +21,6 @@ ZIG_TUPLE= diffz:github.com/ziglibs/diffz/archive/a20dd1f11b10819a6f570f98b42e1c lsp_kit:github.com/zigtools/lsp-kit/archive/576e9405b1ab22c17c0f9318feed3278aa66b0ea.tar.gz:lsp_kit-0.1.0-bi_PL04yCgAxLsF0hH2a5sZKT84MGQaKXouw2jvCE8Nl \ tracy:github.com/wolfpld/tracy/archive/refs/tags/v0.11.1.tar.gz:N-V-__8AAMeOlQEipHjcyu0TCftdAi9AQe7EXUDJOoVe0k-t -CONFIGURE_ARGS= --prefix "${PREFIX}" \ - ${WITH_DEBUG:D:U-Doptimize=ReleaseFast} \ - -Dcpu=${CPUTYPE:Ubaseline} \ - --verbose -MAKE_ENV= DESTDIR="${STAGEDIR}" -NO_INSTALL= yes # strip(1) breaks runtime PLIST_FILES= bin/${PORTNAME} .include <bsd.port.mk>home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69514c08.469f8.52b99c46>
