We now force the place for new revisions to be after REVISION mark,
if it exists. This way we don't get extra (and wrong!) REVISION-foo=0
in updated port Makefile.
with 'modern java' we have now. Oh, and it also depends on ruby/1.8.
It might come back as there's a 4.2.2 port in openbsd-wip, but it isn't
from 2013 and not finished yet.
If you need a fullblown java IDE, there's intellij (maintained) and
netbeans (updated in 2010, but pending work by rafael sadowski ?).
'light the torch' ian@ & agreed by kili@
- fix .pyc file
- simplify test (without install package)
- refresh WANTLIB
- kill the gettext module
- regen PLIST, _cairo.a and _cairo.la (already commented out) aren't
installed any more
ok and tweaks jca@
This fixes the annoying problem with REVISIONs not being added for ports
that have default FLAVOR other than "" (empty one).
Brought to my eyes by jeremy@, initial ideas from him and afresh1@.
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@
Switch all extrnal modules to be dynamic modules, and update them to use the
latest versions. Use separate subpackages for all dynamic modules, so you
can easily choose which nginx features you want without rebuilding nginx
with a specific combination of FLAVORs.
Switch all internal modules that can be built dynamically to use dynamic
modules.
Start building the image_filter, geoip, perl, and xlst modules as dynamic
modules.
This requires changes to your nginx configuration if you were previously
using a FLAVORed version of nginx, or using the mail or stream features.
OK robert@ (MAINTAINER)
positive feedback from william@ (MAINTAINER), landry@, sthen@