remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports
which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.
Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .
PR: ports/158969
Submitted by: rene
Tested on: pointyhat-west -exp
- Pass maintainership to submitter.
- Update comment and distinfo.
- Use exec in startup script.
- Adopt best practices for Java ports as described in section 6.10.3 of the Porter's Handbook.
PR: ports/122210
Submitted by: Simon Olofsson <simon@olofsson.de>
Repocopy by: marcus
Approved by: gabor (mentor, implicit)
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
were, so the change should not have been committed.
This port is now broken again. Bumped PORTREVISION and
marked it as BROKEN.
Pointed out by: Kris Kennaway <kris@obsecurity.org>
- Fixed bug affecting scoping in blocks.
- Added a special test for the test harness to catch this sort of thing
in the future.
- Fixed problem with classloading causing bsh extensions not to be found
in some environments.
PR: 35470
Submitted by: maintainer