Date: Thu, 7 Dec 2023 19:12:40 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 4eb2f3b3a68c - main - sysutils/fastfetch: enable testing Message-ID: <202312071912.3B7JCebo020703@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=4eb2f3b3a68cffd55521630badc68d3bf73a3ac2 commit 4eb2f3b3a68cffd55521630badc68d3bf73a3ac2 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2023-12-07 18:49:13 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2023-12-07 19:12:25 +0000 sysutils/fastfetch: enable testing --- sysutils/fastfetch/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sysutils/fastfetch/Makefile b/sysutils/fastfetch/Makefile index 82a1ff82c4d0..159cb5cd354e 100644 --- a/sysutils/fastfetch/Makefile +++ b/sysutils/fastfetch/Makefile @@ -15,7 +15,7 @@ FLAVORS= full lite FLAVOR?= ${FLAVORS:[1]} lite_PKGNAMESUFFIX= -lite -USES= cmake localbase:ldflags pkgconfig +USES= cmake:testing localbase:ldflags pkgconfig USE_GITHUB= yes GH_ACCOUNT= fastfetch-cli @@ -95,4 +95,6 @@ PULSEAUDIO_RUN_DEPENDS= ${LOCALBASE}/lib/libpulse.so:audio/pulseaudio CMAKE_ARGS= -DTARGET_DIR_ETC:STRING="${LOCALBASE}/etc" \ -DENABLE_SYSTEM_YYJSON:BOOL=ON +CMAKE_TESTING_ON= BUILD_TESTS + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312071912.3B7JCebo020703>