mirror of
https://git.freebsd.org/ports.git
synced 2025-05-27 16:36:28 -04:00
" The new version delivers a cumulative update of new developments, bug fixes, and improvements, including an upgrade to JDK 1.4. " - Set JAVA_VERSION=1.4+ - Add 'math' category [1] - Use USE_ANT - Fix COMMENT: some words seemed to be missing, turning the comment to a nonsense sentence - ECHO_CMD -> ECHO_MSG - Cleanup: remove "ex:ts=8" and uneeded targets - Use ${FIND} | ${INSTALL_DATA} to install documentation files - Take maintainership Reported by: portlint [1]
14 lines
446 B
XML
14 lines
446 B
XML
$FreeBSD$
|
|
|
|
Patch to allow the JDK API location to be passed to Ant using -Djdk.api
|
|
|
|
--- build.xml.orig Mon Nov 28 16:49:46 2005
|
|
+++ build.xml Mon Nov 28 16:50:27 2005
|
|
@@ -284,6 +284,7 @@
|
|
<include name="**"/>
|
|
<exclude name="org/_3pq/jgrapht/experimental/**"/>
|
|
</packageset>
|
|
+ <link offline="true" packagelistLoc="${jdk.api}" href="${jdk.api}"/>
|
|
</javadoc>
|
|
</target>
|
|
|