defined and wrongly patched luajit to set the abi to lua 5.2.
luajit can not load lua modules built against the lua 5.2 headers even
when build with LUAJIT_ENABLE_LUA52COMPAT.
Even without LUAJIT_ENABLE_LUA52COMPAT luajit has some 5.2 semantics,
the define enables a few other things such making unpack() available
as table.unpack().
No system vendors seem to ship a version of luajit with the define set
and the consensus is to just remove the FLAVOR.
Remove abieber@ as MAINTAINER at his request.
ok jca@ abieber@ juanfra@
This is needed so that the packages do not leave around the directories
when they are removed.
This requires bumping all ruby gem ext ports, which will happen shortly.
Problem discovered by pirofti@
These directories are needed to that installing a ruby gem ext port and
then remove the ruby package doesn't leave directories around. This is
only a partial fix, the ruby gem ext ports all need a similar fix.
Problem pointed out by and feedback from pirofti@
This is a FLAVOR for now since the code is still not enabled by default
upstream. Threads are not supported on powerpc yet.
Diff from Solene Rapenne, maintainer timeout.
the linker again. Otherwise, the ld wrapper script installed when
USE_WXNEEDED=Yes will be used by the installed ghc package.
Problem noticed by Karel Gardas.
Now if a port wants to declare support for lua52/lua53, it must do so
explicitely. Hopefully this will result in lua libraries being better
tested with the lua versions we support.
Agreement from sthen@ when discussed on ports@, bulk build tests by
ajacoutot@.
Broken since the introduction of setjmp cookies (May on amd64, June on
i386). Was i386/amd64 only. I couldn't get newer versions to work,
and it's unlikely that the setjmp cookie issue could be worked around
without rewriting the coroutine code.
OK landry@
For release note see https://blog.rust-lang.org/2016/10/20/Rust-1.12.1.html
Please note, semarie rebuilded the bootstrap due to a bug in rustc: 1.12.0
wasn't able to rebuild 1.12.1 without intrusive patches in the build system
From semarie, ok ajacoutot
accessible, but the distfiles are still available at an archive URL.
Introduce MASTER_SITE_GOOGLECODE and use it for all affected ports.
ok czarkoff@ danj@ sthen@