Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Aug 2021 16:19:21 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: 9fa2228121ab - main - audio/lewton: verbose build per 30a00f2227a3 + 7bec7b192cda
Message-ID:  <202108161619.17GGJL2q049459@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=9fa2228121ab56c1db6e842b0b40b448fe26731e

commit 9fa2228121ab56c1db6e842b0b40b448fe26731e
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-08-16 16:01:03 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2021-08-16 16:18:44 +0000

    audio/lewton: verbose build per 30a00f2227a3 + 7bec7b192cda
---
 audio/lewton/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/audio/lewton/Makefile b/audio/lewton/Makefile
index a82518c61dcf..71e527adbe2b 100644
--- a/audio/lewton/Makefile
+++ b/audio/lewton/Makefile
@@ -82,10 +82,14 @@ CARGO_CRATES=	al-sys-0.6.1 \
 
 do-build:
 	@${CARGO_CARGO_RUN} cbuild \
+		--verbose \
+		--verbose \
 		${CARGO_BUILD_ARGS}
 
 do-install:
 	@${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?202108161619.17GGJL2q049459>