- Patch lang/lua to behave as expected by the framework.
- Add missing library dependency (only run before) when using lua 5.1.
- Add notes in bsd.lua.mk for updating lang/lua* ports describing how they are
integrated into the ports tree.
PR: ports/126207
Submitted by: Daniel Roethlisberger <daniel@roe.ch>
- Now LUA_PREFIX has 2 functions: for Lua ports indicate where to install, and
for dependencies indicate where Lua is installed (check new comments inside
bsd.lua.mk for more information).
PR: ports/120277
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>
Reported by: Dmitry Marakasov <amdmi3@amdmi3.ru> [1]
Actually the Lua prefix should be recorded on each port and read from there
(as with "*-config --prefix" scripts), instead of this assumption. But
supporting PREFIX is a requirement, while supporting different custom
combinations of a general PREFIX for dependencies and a different PREFIX for a
specific port is not. Also the latter could be achieved by changing LOCALBASE
too, or directly modifying LUA_PREFIX in this case.
PR: ports/120277
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>
- Add autodetection of installed versions to use if the user/port has not
expressed any preference (done using own WANT_LUA framework by itself).
- Correctly indent the first .for loop to initialize component information.
miwi's stopgap to devel/Makefile. This should make everything happy again.
Submitted by: droso, Andrew Turner <andrew+ports@fubar.geek.nz>
Pointy hat to: philip