git: 1d796349d4a6 - main - graphics/libavif: convert to USES=cmake:testing

Jan Beich jbeich at FreeBSD.org
Tue May 18 00:55:04 UTC 2021


The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1d796349d4a661ebb4e8c0188d1d88e15d25d32f

commit 1d796349d4a661ebb4e8c0188d1d88e15d25d32f
Author:     Jan Beich <jbeich at FreeBSD.org>
AuthorDate: 2021-05-17 13:38:32 +0000
Commit:     Jan Beich <jbeich at FreeBSD.org>
CommitDate: 2021-05-18 00:47:15 +0000

    graphics/libavif: convert to USES=cmake:testing
---
 graphics/libavif/Makefile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/graphics/libavif/Makefile b/graphics/libavif/Makefile
index 361147b78dbb..e5f71a29a053 100644
--- a/graphics/libavif/Makefile
+++ b/graphics/libavif/Makefile
@@ -15,12 +15,13 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libpng.so:graphics/png
 
-USES=		cmake compiler:c11 jpeg pkgconfig
+USES=		cmake:testing compiler:c11 jpeg pkgconfig
 USE_GITHUB=	yes
 USE_LDCONFIG=	yes
 GH_ACCOUNT=	AOMediaCodec
-CMAKE_ON=	AVIF_BUILD_APPS AVIF_BUILD_TESTS
-TEST_TARGET=	avif_test_all
+CMAKE_ON=	AVIF_BUILD_APPS
+CMAKE_TESTING_ON=	AVIF_BUILD_TESTS
+CMAKE_TESTING_TARGET=	avif_test_all
 
 OPTIONS_DEFINE=	AOM DAV1D GAV1 LIBYUV PIXBUF RAV1E SVTAV1
 OPTIONS_DEFAULT=AOM DAV1D PIXBUF


More information about the dev-commits-ports-branches mailing list