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 javavmwrapper in the launcher
- Use SUB_FILES to configure the launcher shell script
- Install in DATADIR=${JAVASHAREDIR}/${PORTNAME}
- Honor hier: install documentation in ${DOCSDIR}
- Honor ${PORTDOCS}
- Bump PORTREVISION due to file path changes
- Add $FreeBSD$ tags
- All JDK ports (and JDK documentation ports) that were formerly maintained by
znerd have been assigned to java@FreeBSD.org
- I will handle some of the remaining ports (jakarta-commons-*, jdom, xalan-j
and xmlenc)
- Everything else is reset to ports@FreeBSD.org
Approved by: znerd (maintainer)
. updated to 1.8.1.
. changed APP_HOME= to APP_HOME?= to allow choosing APP_HOME at build time
. web site states Java 1.3 is required, so changed USE_JAVA accordingly
PR: 55293
Submitted by: Palle Girgensohn <girgen@pingpong.net>