Re: git: 458cee336f3c - main - lang/rizin: UNIX-like reverse engineering framework.
Date: Wed, 18 Oct 2023 15:14:19 UTC
Gleb Popov <arrowd@FreeBSD.org> writes:
> +LICENSE= LGPLv3 GPLv3
> +LICENSE_FILE= ${WRKSRC}/COPYING
$ make clean patch
[...]
===> License not correctly defined: multiple licenses in LICENSE, but LICENSE_COMB is set to single (or undefined)
make: exec(exit) failed (No such file or directory)
*** Error code 1
$ make clean patch LICENSE_COMB=multi
[...]
===> License not correctly defined: for unknown licenses, defining LICENSE_PERMS_LGPLv3 is mandatory (otherwise use a known LICENSE)
make: exec(exit) failed (No such file or directory)
*** Error code 1