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 USE_ANT
- Use %%JAVAJARDIR%%
- CP -> INSTALL_DATA
- ECHO_CMD -> ECHO_MSG
- Build 'apidoc' rather than 'javadoc'
- Link API docs with JDK API docs if available
- Bump PORTREVISION
a simple and elegant pull parsing API that will provide a standardized way to
do pull XML parsing from J2ME to J2EE.
WWW: http://www.xmlpull.org
PR: ports/64948
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>