Date: Wed, 5 Jan 2022 06:58:01 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 4cb967f098ef - 2022Q1 - x11-wm/river: unbreak with non-empty WITH_DEBUG Message-ID: <202201050658.2056w1hi056235@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2022Q1 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=4cb967f098ef6b8e286148176fa3fe9deab244bd commit 4cb967f098ef6b8e286148176fa3fe9deab244bd Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-01-05 06:40:23 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-01-05 06:57:50 +0000 x11-wm/river: unbreak with non-empty WITH_DEBUG Cannot run step 'yes' because it does not exist (cherry picked from commit f8be2c80ad1b62e7f79e7bb37007fc5819e72d2e) --- x11-wm/river/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-wm/river/Makefile b/x11-wm/river/Makefile index f07a4307be85..012f082c89ef 100644 --- a/x11-wm/river/Makefile +++ b/x11-wm/river/Makefile @@ -29,7 +29,7 @@ GH_TUPLE= ifreund:zig-pixman:d381567:zig_pixman/deps/zig-pixman \ swaywm:zig-wlroots:417c103:zig_wlroots/deps/zig-wlroots MAKE_ENV= DESTDIR="${STAGEDIR}" CONFIGURE_ARGS= --prefix "${PREFIX}" \ - ${WITH_DEBUG:U-Drelease-fast=true} \ + ${WITH_DEBUG:D:U-Drelease-fast} \ --verbose NO_INSTALL= yes # strip(1) breaks runtime PLIST_FILES= bin/${PORTNAME} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201050658.2056w1hi056235>