Re: git: 6b4cb31396c5 - main - devel/cvise: create port

From: Gerald Pfeifer <gerald_at_pfeifer.com>
Date: Sun, 15 Jan 2023 00:08:49 UTC
On Sun, 13 Feb 2022, Steve Wills wrote:
> +TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \
> +		${PYTHON_PKGNAMEPREFIX}pytest-flake8>=0:devel/py-pytest-flake8@${PY_FLAVOR}
> +#		gcc:lang/gcc
> +# gcc required for tests to pass. framework errors:
> +# Error: lang/gcc should not be depended upon. Instead, use USE_GCC.
> +# but doesn't support gcc as a test only depends
> +# once this is installed, all tests pass for me:

So, are you looking for something like USE_GCC=yes:test (analogous to 
USE_GCC=yes:build)?

It may be a bit heavy to put such infrastructure in place for a single 
port, but I looked into it and could probably do it quickly.

Gerald