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
- Remove a couple of (now) unnecessary targets
- Tweak a couple of other settings/targets
- Takeover maintainership
PR: 142955
Submitted by: Greg Lewis <glewis@eyesbeyond.com>
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)
. Use ${DATADIR} so no more %%T%% (as %%DATADIR%% is already in PLIST_SUB)
. Use ${ECHO_MSG} instead of ${ECHO_CMD}
. Use ${INSTALL_DATA} for documentation.
. bsd.java.mk 2.0 compliant
PR: 65621
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> (maintainer)
PCGen is a Java-based RPG character generator and maintenance
program that works on all platforms (Windows, Mac OS X,
Linux, BSD, etc). It currently is aimed at supporting as
many rpgs as humanly possible. Currently our focus is on
OGL games (OGL = the Open Gaming License crafted by Wizards
of the Coast).
All datafiles are ASCII so they can be modified by users,
and are available through the pcgendm project. An XML
conversion is underway.
WWW: http://pcgen.sourceforge.net
Notes from the maintainer:
PR: ports/59428
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>