git: 2ff56353f782 - main - audio/ebur128: Use double verbose switches
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 May 2023 15:14:35 UTC
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}