svn commit: r471850 - in head/biology: . infernal infernal/files

Mathieu Arnold mat at FreeBSD.org
Wed Jun 6 16:10:15 UTC 2018


On Wed, Jun 06, 2018 at 03:15:18PM +0000, Kirill Ponomarev wrote:
> +OPTIONS_DEFINE=	DOCS EXAMPLES TEST
> +
> +TEST_TEST_TARGET=	check
> +TEST_USES=	shebangfix perl5
> +TEST_VARS=	shebang_glob=*.pl shebang_files=easel/devkit/* use_perl5=build
> +
> +post-build-TEST-on:	do-test

This seems like a very very strange way to go around the framework to
achieve the correct thing.

I think the option should be removed and replaced with something like:

USES=	shebangfix perl5
SHEBANG_GLOB=*.pl
SHEBANG_FILES=easel/devkit/*
USE_PERL5=test

TEST_TARGET=	check

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20180606/5dc98010/attachment.sig>


More information about the svn-ports-all mailing list