- Update to 2.6.0 - The shell script to run Xalan-J is now installed (and working) - bsd.java.mk 2.0 compliant - Some cosmetic changes (e.g. ${ECHO} -> ${ECHO_MSG} and ${CHOWN} of documentation directory) - Additional design documentation installed - Updated RUN_DEPENDS NOTE: As I said in a previous PR [1], the autojavadoc Ant target was broken with Java 1.4 and Xalan-J 2.5.1. This issue is now fixed with this release so the API documentation is now always built and installed. NOTE2: I found a shell script in ${FILESDIR} to run Xalan-J on the command-line that was not installed by the port. The existing script was modified. First, the name has changed to 'xalan-j' so there is no conflict with textproc/xalan-c (this will not mislead end-users as the script is not installed in the current version of the port). Second, it now makes use of 'classpath' command from java/javavmwrapper. NOTE3: I added 2 ports to the run dependencies for this port: Xerces-J and javavmwrapper. NOTE4: IMHO the ANT_OPTS statement is not needed as it has no effect on Ant for now (being a Make variable rather than an environement one). Still I didn't remove it... [1] http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/65061 Port maintainer (znerd@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.50
Responsible Changed From-To: freebsd-ports-bugs->znerd Over to maintainer
Responsible Changed From-To: znerd->hq Ernst has agreed to let me work on this.
State Changed From-To: open->closed Commited.