summaryrefslogtreecommitdiff
path: root/java/openjdk6/Makefile
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2012-09-07 22:16:05 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2012-09-07 22:16:05 +0000
commit93ec3ca4597f64d658b99dbe3c1db1e623f4d04b (patch)
treea7ef1ff33d75109c574e1d436f64c77d26bb0aaf /java/openjdk6/Makefile
parent- Update firefox to 15.0.1 (diff)
- Enlist openjdk6 users as testers of ant 1.8.4 as well.
- Set JAVACMD environment variable to point to bootstrap JDK for ant. When it is unset or empty, ant sets it by executing `which java`, which may be different from bootstrap JDK.
Diffstat (limited to 'java/openjdk6/Makefile')
-rw-r--r--java/openjdk6/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/java/openjdk6/Makefile b/java/openjdk6/Makefile
index 4eed2e3ead4e..37e90d36d408 100644
--- a/java/openjdk6/Makefile
+++ b/java/openjdk6/Makefile
@@ -75,7 +75,7 @@ UPDATE_VERSION= 32
# do not depend on devel/apache-ant to avoid circular dependency, but
# use .tar.bz2 distfile to avoid duplicated downloads
-ANTVERSION= 1.8.3
+ANTVERSION= 1.8.4
ANTFILE= apache-ant-${ANTVERSION}-bin.tar.bz2
# rely on bsdtar ability to extract .gz, .bz2 and .zip archives
@@ -131,6 +131,7 @@ MAKE_ENV= LANG=C LC_ALL=C \
ALT_PACKAGE_PATH=${LOCALBASE} \
ALT_DROPS_DIR=${DISTDIR} \
ANT_HOME=${WRKDIR}/apache-ant-${ANTVERSION} \
+ JAVACMD=${BOOTSTRAPJDKDIR}/bin/java \
BUILD_NUMBER=${PORTVERSION} \
NO_DOCS=true \
MILESTONE=fcs \