svn commit: r535253 - in head/www/nift: . files

Loïc Bartoletti lbartoletti at FreeBSD.org
Sat May 16 06:26:27 UTC 2020


Hello,

Le 15/05/2020 à 08:08, Mathieu Arnold a écrit :
> On Thu, May 14, 2020 at 07:44:57PM +0000, Loïc Bartoletti wrote:
>> +BUNDLED_LUAJIT_DESC=	Use the bundled LuaJIT
>> +BUNDLED_LUA53_DESC=	Use the bundled Lua 5.3
>> +PORTS_LUAJIT_DESC=	Use LuaJIT from FreeBSD Ports
>> +PORTS_LUA53_DESC=	Use Lua 5.3 from FreeBSD Ports
>> +PORTS_LUA52_DESC=	Use Lua 5.2 from FreeBSD Ports
>> +PORTS_LUA51_DESC=	Use Lua 5.1 from FreeBSD Ports
> I have a feeling this should be using LUA_DEFAULT and only provide one
> "lua from ports" which is the default.
I'll talk with the maintainer if there's really a need for all these 
options. Latest version has been shipped with only LUAJIT from ports.
>
>> +BUNDLED_LUAJIT_MAKE_ARGS=	BUNDLED=1
>> +BUNDLED_LUAJIT_MAKE_JOBS_UNSAFE=	yes
> This one does not do anything, there is no such helper.
My bad, will be removed.
>
>> +BUNDLED_LUA53_MAKE_ARGS=	BUNDLED=1 LUA_VERSION=5.3
>> +BUNDLED_LUA53_MAKE_JOBS_UNSAFE=	yes
> Same here.
>
Thanks.



More information about the svn-ports-all mailing list