Date: Thu, 22 Feb 2024 00:59:47 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: 372dabc7b404 - main - sysutils/czkawka: reduce build time after 67442fbb4343 Message-ID: <202402220059.41M0xl4N040893@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=372dabc7b4044235b9733bb2d683afb2723c80ae commit 372dabc7b4044235b9733bb2d683afb2723c80ae Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2024-02-21 23:39:58 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-02-22 00:56:43 +0000 sysutils/czkawka: reduce build time after 67442fbb4343 =>> Killing runaway build after 7200 seconds with no output Reported by: pkg-fallout --- sysutils/czkawka/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sysutils/czkawka/Makefile b/sysutils/czkawka/Makefile index 1df3fc87e7df..791b139d47eb 100644 --- a/sysutils/czkawka/Makefile +++ b/sysutils/czkawka/Makefile @@ -26,6 +26,10 @@ PLIST_FILES= bin/${PORTNAME}_cli \ # XXX https://github.com/rust-lang/cargo/issues/4101 CARGO_INSTALL_PATH= ${PLIST_FILES:Mbin/*:T} +post-patch: +# XXX Skip the new GUI until runtime is tested + @${REINPLACE_CMD} '/krokiet/d' ${WRKSRC}/Cargo.toml + post-install: ${INSTALL_DATA} ${WRKSRC}/data/*.desktop \ ${STAGEDIR}${PREFIX}/share/applications
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402220059.41M0xl4N040893>