Date: Sat, 18 Mar 2023 00:46:57 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c575c5540e7d - main - x11/shotman: unbreak build after ebf29acc6ce4 Message-ID: <202303180046.32I0kvLp078730@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=c575c5540e7d6c1c36c2b31b9bcad764b5369113 commit c575c5540e7d6c1c36c2b31b9bcad764b5369113 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-03-18 00:33:04 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-03-18 00:46:46 +0000 x11/shotman: unbreak build after ebf29acc6ce4 ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR Error: Missing: bin/shotman_completions ===> Error: Plist issues found. *** Error code 1 --- x11/shotman/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/x11/shotman/Makefile b/x11/shotman/Makefile index 943001dc6434..4b110a921c83 100644 --- a/x11/shotman/Makefile +++ b/x11/shotman/Makefile @@ -27,6 +27,9 @@ PLIST_FILES= bin/${PORTNAME} \ share/fish/vendor_completions.d/${PORTNAME}.fish \ share/zsh/site-functions/_${PORTNAME} +# XXX https://github.com/rust-lang/cargo/issues/4101 +CARGO_INSTALL_PATH= . ${PORTNAME}_completions + OPTIONS_DEFINE= MANPAGES SLURP OPTIONS_DEFAULT=MANPAGES SLURP
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303180046.32I0kvLp078730>