| non port: Mk/bsd.lua.mk |
|
CVSWeb
|
Number of commits found: 19 |
|
Mon, 25 Aug 2008
|
[ 21:20 alepulver ]
1.19 Mk/bsd.lua.mk
- Add support for lang/tolua++ (lang/tolua++50) in a way similar to
lang/tolua (lang/tolua50).
PR: ports/126440
Submitted by: amdmi3
|
|
Sun, 10 Aug 2008
|
[ 20:29 alepulver ]
1.33 lang/lua/Makefile
1.18 Mk/bsd.lua.mk
1.2 lang/lua/files/patch-Makefile
1.2 lang/lua/files/patch-src-Makefile
1.11 lang/lua/pkg-plist
- Merge patch-Makefile into patch-src-Makefile (both actually patch same file).
- 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>
|
[ 16:09 alepulver ]
1.17 Mk/bsd.lua.mk
- Fix tolua dependency for version 5.0 (was using 5.1).
- Add tolua dependency for version 5.1.
PR: ports/126350
Submitted by: amdmi3
|
|
Mon, 18 Feb 2008
|
[ 18:41 alepulver ]
1.16 Mk/bsd.lua.mk
- Fix defining Lua include/library directories under PREFIX (last commit) [1].
- 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]
|
|
Sat, 9 Feb 2008
|
[ 23:11 alepulver ]
1.15 Mk/bsd.lua.mk
- Change LUA_PREFIX default value from LOCALBASE to PREFIX.
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>
|
|
Sun, 28 Oct 2007
|
[ 19:43 pav ]
1.1937 net/Makefile
1.1 net/lua50-luasocket/Makefile
1.9 net/luasocket/Makefile
1.14 Mk/bsd.lua.mk
1.5 net/luasocket/distinfo
1.2 net/luasocket/files/patch-Makefile
1.3 net/luasocket/files/patch-config
1.5 net/luasocket/pkg-plist
- Update luasocket to 2.0.2, set luasocket port to lua 5.1
- Add lua 5.0 compatible slave port
PR: ports/117168
Submitted by: Andrew Turner <andrew+ports@fubar.geek.nz> (maintainer)
|
|
Wed, 11 Apr 2007
|
[ 04:22 alepulver ]
1.13 Mk/bsd.lua.mk
- Don't override the DEPTYPE of a component (accidentally introduced in
version 1.11).
Obtained from: Andrew Turner <andrew@fubar.geek.nz>
|
|
Mon, 9 Apr 2007
|
[ 18:24 alepulver ]
1.12 Mk/bsd.lua.mk
- Change some spaces into tabs.
|
[ 18:23 alepulver ]
1.11 Mk/bsd.lua.mk
- Make autodetection work properly.
|
|
Fri, 5 Jan 2007
|
[ 02:56 alepulver ]
1.10 Mk/bsd.lua.mk
- Fix WANT_LUA (broken since autodetection commit).
|
|
Mon, 1 Jan 2007
|
[ 01:10 alepulver ]
1.9 Mk/bsd.lua.mk
- If multiple versions are allowed and some do not have the required
components, remove them instead of producing an error.
- Do not add invalid dependencies in addition to setting IGNORE.
|
|
Sun, 31 Dec 2006
|
[ 17:51 alepulver ]
1.8 Mk/bsd.lua.mk
- Fix component autodetection.
|
[ 04:44 alepulver ]
1.7 Mk/bsd.lua.mk
- Update comments after the last addition of Lua 5.0 and 5.1 ports.
- 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.
|
|
Tue, 5 Dec 2006
|
[ 22:51 philip ]
1.2536 devel/Makefile
1.7 devel/lua-pty/Makefile
1.4 devel/lua-pty/files/Makefile
1.7 devel/lua50-pty/Makefile
1.4 devel/lua50-pty/files/Makefile
1.6 Mk/bsd.lua.mk
1.2 devel/lua50-pty/distinfo
1.1 devel/lua-pty/files/patch-pty.c
1.1 devel/lua-pty/files/patch-pty.lua
Add devel/lua-pty to work with Lua 5.0 and Lua 5.1 and turn devel/lua50-pty
into a slave port of it.
PR: ports/106347
Submitted by: Andrew Turner <andrew+ports@fubar.geek.nz> (maintainer)
Repocopy by: marcus
|
|
Thu, 30 Nov 2006
|
[ 21:51 philip ]
1.2527 devel/Makefile
1.5 Mk/bsd.lua.mk
Add Lua 5.1 ports to bsd.lua.mk so they can be used in LUA_COMPS. Revert
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
|
|
Sun, 12 Nov 2006
|
[ 14:23 alepulver ]
1.4 Mk/bsd.lua.mk
- Add LUA_CMD, LUAC_CMD and TOLUA_CMD variables.
- Use "?=" instead of "=" for defining LUA_VER.
|
|
Thu, 9 Nov 2006
|
[ 19:22 alepulver ]
1.3 Mk/bsd.lua.mk
- Swap description of LUA_MODLIBDIR and LUA_MODSHAREDIR variables.
|
|
Thu, 5 Oct 2006
|
[ 19:17 alepulver ]
1.2 Mk/bsd.lua.mk
- The whitespace police is back in town.
PR: ports/104017
Submitted by: Edwin Groothuis <edwin@mavetju.org>
|
|
Fri, 15 Sep 2006
|
[ 07:57 linimon ]
1.60 CHANGES
1.1 Mk/bsd.lua.mk
1.541 Mk/bsd.port.mk
* Add PKGVERSION to bsd.port.mk [1]
* Add bsd.lua.mk to support for lua-based ports [2]
* Remove DESTDIR from bsd.scons.mk [3]
* Add some quotes in 'missing' target to improve handling of duplicate
origins [4]
PR: 98565 [1], 101612 [2], 101952 [3], 102100 [4]
Submitted by: ahze [1], alepulver [2], alexbl [3], shaun [4]
|
Number of commits found: 19 |