svn commit: r403749 - head/java/openjdk8

Jung-uk Kim jkim at FreeBSD.org
Mon Dec 14 23:32:23 UTC 2015


Author: jkim
Date: Mon Dec 14 23:32:21 2015
New Revision: 403749
URL: https://svnweb.freebsd.org/changeset/ports/403749

Log:
  Build compilefontconfig.jar and javazic.jar with bootstrap jar.  Originally
  it was intended to test the newly built JVM, it is not cross-build friendly.
  
  Submitted by:	Eugene M. Zheganin (emz at norma dot perm dot ru)

Modified:
  head/java/openjdk8/Makefile

Modified: head/java/openjdk8/Makefile
==============================================================================
--- head/java/openjdk8/Makefile	Mon Dec 14 23:20:05 2015	(r403748)
+++ head/java/openjdk8/Makefile	Mon Dec 14 23:32:21 2015	(r403749)
@@ -410,11 +410,11 @@ pre-configure:
 
 post-build:
 .if !defined(BUILD_JRE)
-	@${JDK_IMAGEDIR}/bin/jar cfe \
+	@${BOOTSTRAPJDKDIR}/bin/jar cfe \
 	    ${JRE_IMAGEDIR}/lib/compilefontconfig.jar \
 	    build.tools.compilefontconfig.CompileFontConfig \
 	    -C ${JDK_BUILDDIR}/jdk/btclasses build/tools/compilefontconfig
-	@${JDK_IMAGEDIR}/bin/jar cfe \
+	@${BOOTSTRAPJDKDIR}/bin/jar cfe \
 	    ${JRE_IMAGEDIR}/lib/javazic.jar \
 	    build.tools.tzdb.TzdbZoneRulesCompiler \
 	    -C ${JDK_BUILDDIR}/jdk/btclasses build/tools/tzdb


More information about the svn-ports-head mailing list