Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Jun 2023 16:15:31 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 815be6808605 - main - audio/raul: Use meson's --reconfigure in test target
Message-ID:  <202306051615.355GFV1k084476@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=815be680860587cf41a3e6748e3ff3d3cb75b28e

commit 815be680860587cf41a3e6748e3ff3d3cb75b28e
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-06-05 16:15:00 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-06-05 16:15:00 +0000

    audio/raul: Use meson's --reconfigure in test target
---
 audio/raul/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/audio/raul/Makefile b/audio/raul/Makefile
index 6aa28138d07f..4073da43c88c 100644
--- a/audio/raul/Makefile
+++ b/audio/raul/Makefile
@@ -20,8 +20,7 @@ NO_ARCH=	yes
 
 do-test: # Tests fail to configure, see https://github.com/drobilla/raul/issues/2
 	@cd ${WRKSRC} && \
-		${RM} -rf _build && \
-		${SETENV} ${CONFIGURE_ENV} ${CONFIGURE_CMD} ${CONFIGURE_ARGS} -Dtests=enabled && \
+		${SETENV} ${CONFIGURE_ENV} --reconfigure ${CONFIGURE_CMD} ${CONFIGURE_ARGS} -Dtests=enabled && \
 		${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} test
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306051615.355GFV1k084476>