Date: Thu, 07 May 2026 14:33:29 +0000 From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: dfe002fa9337 - main - graphics/cgif: Fix a minor unit test of examples Message-ID: <69fca2b9.2246a.6de11d2d@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=dfe002fa933735da34f1ee7adb43be2e926e7279 commit dfe002fa933735da34f1ee7adb43be2e926e7279 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2026-05-07 14:21:04 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2026-05-07 14:28:12 +0000 graphics/cgif: Fix a minor unit test of examples PR: 294264 Reported by: diizzy --- graphics/cgif/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/graphics/cgif/Makefile b/graphics/cgif/Makefile index b6bba53cc981..3c8c77630b71 100644 --- a/graphics/cgif/Makefile +++ b/graphics/cgif/Makefile @@ -10,10 +10,11 @@ WWW= https://github.com/dloebl/cgif LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= meson +USES= meson python:env +BINARY_ALIAS= python3=${PYTHON_CMD} MESON_ARGS= --default-library=both \ - -Dexamples=false \ + -Dexamples=true \ -Dfuzzer=false \ -Dinstall_examples=false \ -Dtests=truehome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69fca2b9.2246a.6de11d2d>
