2013-07-15 04:02:29 by Ryo ONODERA | Files touched by this commit (177) |
Log message:
* .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes
are replaced with .include "../../devel/readline/buildlink3.mk", and
USE_GNU_READLINE are removed,
* .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE
are replaced with .include "../../mk/readline.buildlink3.mk".
|
2013-07-04 20:04:42 by Adam Ciarcinski | Files touched by this commit (9) |
Log message:
Lua 5.2 was released on 16 Dec 2011. Its main new features are yieldable pcall \
and metamethods, new lexical scheme for globals, ephemeron tables, new library \
for bitwise operations, light C functions, emergency garbage collector, goto \
statement, and finalizers for tables.
|
2012-10-02 22:11:57 by Aleksej Saushev | Files touched by this commit (187) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-03-12 16:49:27 by Thomas Klausner | Files touched by this commit (6) |
Log message:
Update to 5.1.5.
Lua 5.1.5 released. This is a bug-fix release.
(no further changelog found)
Remove master site that doesn't have new tarball.
Fix pkglint warning in patch-ac.
|
2011-10-03 06:29:24 by David A. Holland | Files touched by this commit (1) |
Log message:
Belated revbump for Makefile rev 1.45 (from January), which changed
the linkage of the package and gives me a non-broken liblua.so on
current. The one I had around from sometime last year had broken
compatibility references in it.
|
2011-03-11 13:44:30 by Zafer Aydogan | Files touched by this commit (1) | |
Log message:
update master_sites. remove dead mirrors.
|
2011-01-19 14:46:14 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
Pass LDFLAGS during linking; pkglint clean-up
|
2010-05-28 07:35:50 by David A. Holland | Files touched by this commit (2) |
Log message:
Apply Solaris build fix from Joern Clausen in PR 43350.
|
2009-12-17 17:42:46 by Julio M. Merino Vidal | Files touched by this commit (3) |
Log message:
Fix build with new libtool by specifying --tag=CC in all calls.
|
2009-11-05 19:03:49 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Override CC in the Makefiles as newer libtool does not handle
alternative compiler names without explicit tag.
|