On Thu, Nov 30, 2006 at 08:33:05PM +0000, Martin Wilke wrote: > miwi 2006-11-30 20:33:05 UTC > > FreeBSD ports repository > > Modified files: > devel Makefile > Log: > Fix index for 4.X > > Submitted by: droso, pav > Pointyhat to: philip >
This is just a workaround, not a fix :-) The real fix is a missing entry for lua51-posix in bsd.lua.mk. THe following patch should fix this. Please revert this commit after the port is fixed the right way. Cheers, -erwin -- Erwin Lansing http://droso.org Security is like an onion. (o_ _o) It's made up of several layers \\\_\ /_/// [EMAIL PROTECTED] And it makes you cry. <____) (____> [EMAIL PROTECTED]
Index: bsd.lua.mk
===================================================================
RCS file: /home/pcvs/ports/Mk/bsd.lua.mk,v
retrieving revision 1.4
diff -u -r1.4 bsd.lua.mk
--- bsd.lua.mk 12 Nov 2006 14:23:12 -0000 1.4
+++ bsd.lua.mk 30 Nov 2006 21:04:18 -0000
@@ -162,6 +162,8 @@
_LUA_PORT_lua_5.1= lang/lua
_LUA_DEPTYPE_lua_5.1= build
+_LUA_PORT_posix_5.1= devel/lua-posix
+
.for comp in ${_LUA_COMPS_ALL}
_LUA_COMP= ${comp}
. for ver in ${_LUA_VERS_ALL}
pgpGRSlCphkSd.pgp
Description: PGP signature
