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)
- Take maintainership [1]
- Add 'java' category [1]
- Use SUB_FILES to configure the launcher shell script
- Install in DATADIR=${JAVASHAREDIR}/${PORTNAME} as encouraged in the
Porter's Handbook.
- Removed useless JAVA_RUN (implied when nothing is specified)
- Launch the JVM with 'exec' as stated in the Porter's Handbook
- Set JAVA_VERSION and use javavmwrapper to launch the application
PR: 93582 [1]
Submitted by: Rainer Alves <rainer.alves@gmail.com> [1]