2014-06-08 21:05:00 by Blue Rats | Files touched by this commit (1) |
Log message:
Sorry, but this package doesn't work with editline, at least when
PREFER_PKGSRC is set. Buildlink devel/readline instead.
libtool: link: cc -o luac5.2 .libs/luac.o -Wl,-E ./.libs/liblua5.2.a \
-L/usr/pkgsrc/dev/lang/lua52/work/.buildlink/lib -lm -lreadline -lhistory
ld: cannot find -lreadline
ld: cannot find -lhistory
ld: cannot find -lreadline
ld: cannot find -lhistory
Makefile:66: recipe for target 'lua5.2' failed
gmake[2]: *** [lua5.2] Error 1
gmake[2]: *** Waiting for unfinished jobs....
Makefile:69: recipe for target 'luac5.2' failed
gmake[2]: *** [luac5.2] Error 1
gmake[2]: Leaving directory '/usr/pkgsrc/dev/lang/lua52/work/lua-5.2.3/src'
Makefile:101: recipe for target 'bsd' failed
gmake[1]: *** [bsd] Error 2
gmake[1]: Leaving directory '/usr/pkgsrc/dev/lang/lua52/work/lua-5.2.3/src'
Makefile:55: recipe for target 'bsd' failed
|
2014-06-06 19:48:16 by Alexander Nasonov | Files touched by this commit (2) |
Log message:
Versioned files should be in the second field. Fixes pkg/48869.
|
2014-05-04 08:10:41 by Alexander Nasonov | Files touched by this commit (2) |
Log message:
Bump revisions of Lua packages.
|
2014-05-03 15:57:33 by Alexander Nasonov | Files touched by this commit (2) |
Log message:
Add alternatives for Lua packages.
XXX It's not clear to me whether liblua5.x.so and liblua5.x.so.5.0.x
should be in the list too. I wish alternatives framework was documented ...
|
2014-05-03 15:00:45 by Alexander Nasonov | Files touched by this commit (18) |
Log message:
Multiversion support for Lua.
|
2014-01-02 20:57:40 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 5.2.3:
Lua 5.2.3 fixes all bugs listed in http://www.lua.org/bugs.html#5.2.2 .
Like all minor releases, this is strictly a bug-fix release;
no new features or improvements have been added.
|
2013-10-30 10:02:06 by OBATA Akio | Files touched by this commit (1) |
Log message:
No need to define BUILDLINK_ABI_DEPENDS for flesh package.
Set uppper limit to BUILDLINK_API_DEPENDS, same as lang/lua/luaversion.mk.
|