- fixed distfile location (use MASTER_SITE_APACHE_XML) - use JAVAJARDIR provided by bsd.java.mk - use PORTDOCS and PLIST_FILES (thus no more pkg-plist) - added SIZE info NOTE: I would have upgraded the port to version 2.6.0 but I'm waiting for the upgrade of textproc/xerces-j to be sure. NOTE2: The autojavadoc Ant target seems to be broken on Java 1.4... but it's working with Java 1.3 so I don't know what is exactly the problem here. NOTE3: There's a script file 'xalan.sh' in files/ that is transformed through sed but seems to never be installed nor used during the build process. I think this should be installed in ${PREFIX}/bin but I could be mistaken here. Anway, Xalan-J won't run even with this script as it needs Xerces-J to be in the classpath and 1) Xerces-J is not amongst the dependencies of the port; 2) neither xml-apis.jar nor xercesImpl.jar are in the classpath (in xalan.sh). NOTE4: removing pkg-plist here fixes the common "Javadoc/pkg-plist issue" (where different files are generated by Javadoc depending on the version of Java you use -- thus maintaining pkg-plist is a complex task). But most of all, it reduces the ports tree by 162K (!). 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.
State Changed From-To: open->closed Committed, thanks!