Next | Query returned 26 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2015-10-31 22:37:52 by Alexander Nasonov | Files touched by this commit (4)
Log message:
Update DESCR of Lua 5.x and LuaJIT 2.0 packages
   2015-07-20 13:30:54 by Thomas Klausner | Files touched by this commit (4)
Log message:
Instead of having only lua.pc, provide both the versioned pkg-config file
and the unversioned one.

As discussed on tech-pkg.
   2015-03-08 11:55:19 by Alexander Nasonov | Files touched by this commit (3)
Log message:
Update lang/lua52 to version 5.2.4.

Lua 5.2.4 fixes all bugs listed in
http://www.lua.org/bugs.html#5.2.3 [*]
and is now the current release of Lua 5.2.

Like all minor releases, this is strictly a bug-fix release;
no new features or improvements have been added.

[*] http://www.lua.org/bugs.html#5.2.3
1. Compiler can optimize away overflow check in table.unpack.
2. Ephemeron table can wrongly collect entry with strong key.
3. Chunk with too many lines may crash Lua.
   2015-03-05 14:39:20 by Ryo ONODERA | Files touched by this commit (4)
Log message:
Fix build and enable dymamic module.

* Add -no-undefined to libtool for fixing undefined reference errors
  under Cygwin.
* Use bsd build target for Cygwin to enable dynamic module loading.
* Disable Lua module version check under Cygwin.
  This workaround should be investigated deeper.
   2015-01-02 16:50:44 by Alexander Nasonov | Files touched by this commit (2)
Log message:
Fix pkg/49526 Unbreak lang/lua52. From Sevan Janiyan.
   2014-10-09 16:07:17 by Thomas Klausner | Files touched by this commit (1163)
Log message:
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
   2014-06-13 19:09:57 by Alexander Nasonov | Files touched by this commit (2)
Log message:
Remove .pc files.
   2014-06-11 22:33:54 by Alexander Nasonov | Files touched by this commit (1)
Log message:
Fix a typo.
   2014-06-09 02:46:57 by OBATA Akio | Files touched by this commit (1)
Log message:
readline compat editline issue is resolved.
   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

Next | Query returned 26 messages, browsing 11 to 20 | Previous