Update to 1.1 which is now hosted on SourceForge.
Responsible Changed From-To: freebsd-ports-bugs->vs Mine
Volker, Just my two cents... . To update to bsd.java.mk 2.0: -USE_JAVA= 1.1+ -NEED_JAVAC= yes +USE_JAVA= yes . I don't know if documentation is generated with Ant or provided in the tarball (I just had a quick look at the port) but in case it is generated, keep in mind that different JDKs produce different set of files, which means that depending on the JDK used, pkg-plist could be wrong. In such case, I generally encourage the use of PORTDOCS, but I know you are not fond of dynamic plist :) Hence, to test the port and prove me wrong: $ make install deinstall JAVA_VERSION=1.1 (this will only work as long as the port is bsd.java.mk 2.0 compliant) Sorry to bug you each time you handle a Java related PR BTW. This one was on my "bsd.java.mk 1.0" list that's why. And you're shooting PRs too fast for me to get a chance :) Anyway, Thank you for your work with Java ports so far. Herve
Hello Volker, I tried your patch and it looks good. Didn't know about the new jasmin homepage and version. Thanks! Regards Oliver Fischer
State Changed From-To: open->closed Hey, I won't be talking to myself!?