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 SUB_FILES to configure launcher shell script
- Set JAVA_VERSION in launcher shell script
- Install JAR files in DATADIR=${JAVASHAREDIR}/${PORTNAME}
- Use %%JAVAJARDIR%% and %%DOCSDIR%% in pkg-plist
- Add $FreeBSD$ tags
- Honor NOPORTDOCS
- Bump PORTREVISION
2. Use new java port infrastructure.
3. Since we require swing, we require Java 1.2+. This also simplifies
the script, since we can presume 'javavm -jar foo.jar' will work.
version numbered distfile.
2. Fix the configurator class name in the script.
3. Use INSTALL_DATA rather than CP to install the docs.
4. bump PORTREVISION again.
able to track the version numbers of those, but if they increment before
the configurator does, we can use PORTREVISION. We'll bump that now too,
of course. We can't add the modem utility because there isn't a distfile
available that has a version number in it. :-(
script for those who've installed a Java 2 VM. Life will be
exponentially better when we can count on 'javavm -jar foo.jar' just
doing The Right Thing(tm).
Submitted by: dozens of angry scientists