Date: Mon, 1 May 2023 15:14:35 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2ff56353f782 - main - audio/ebur128: Use double verbose switches Message-ID: <202305011514.341FEZ8R073245@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=2ff56353f782ba1269ea87577498ba314663f70a commit 2ff56353f782ba1269ea87577498ba314663f70a Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-05-01 15:13:00 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2023-05-01 15:13:04 +0000 audio/ebur128: Use double verbose switches Single --verbose may hide non-error output from bundled libraries Reference: https://cgit.freebsd.org/ports/commit/?id=7bec7b192cdabe3fc1ba9ddaeb4e6edc42c1be01 Reported by: jbeich --- audio/ebur128/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/audio/ebur128/Makefile b/audio/ebur128/Makefile index e1904e60cef9..0a9e1bce317d 100644 --- a/audio/ebur128/Makefile +++ b/audio/ebur128/Makefile @@ -19,10 +19,10 @@ GH_ACCOUNT= sdroege CONFLICTS_INSTALL= libebur128 do-build: - @${CARGO_CARGO_RUN} cbuild --verbose ${CARGO_BUILD_ARGS} + @${CARGO_CARGO_RUN} cbuild --verbose --verbose ${CARGO_BUILD_ARGS} do-install: - @${CARGO_CARGO_RUN} cinstall --verbose \ + @${CARGO_CARGO_RUN} cinstall --verbose --verbose \ --destdir "${STAGEDIR}" \ --prefix "${PREFIX}" \ ${CARGO_INSTALL_ARGS}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305011514.341FEZ8R073245>