svn commit: r391340 - head/java/openjdk8

Greg Lewis glewis at FreeBSD.org
Sun Jul 5 00:45:09 UTC 2015


Author: glewis
Date: Sun Jul  5 00:45:08 2015
New Revision: 391340
URL: https://svnweb.freebsd.org/changeset/ports/391340

Log:
  . The test target wants jtreg binaries to be found one directory up.  Allow
    that to be the case.

Modified:
  head/java/openjdk8/Makefile

Modified: head/java/openjdk8/Makefile
==============================================================================
--- head/java/openjdk8/Makefile	Sun Jul  5 00:41:37 2015	(r391339)
+++ head/java/openjdk8/Makefile	Sun Jul  5 00:45:08 2015	(r391340)
@@ -221,6 +221,9 @@ post-extract:
 	    ${WRKSRC}/nashorn/test/script/jfx/kaleidoscope/golden/bsd.png
 	@${CP} ${FILESDIR}/nashorn-test-script-jfx-spread-golden-bsd.png \
 	    ${WRKSRC}/nashorn/test/script/jfx/spread/golden/bsd.png
+.if ${PORT_OPTIONS:MTEST}
+	@${LN} -sf ${WRKDIR}/jtreg/linux/bin ${WRKDIR}/jtreg/
+.endif
 
 post-patch:
 	@${FIND} ${WRKSRC} -name '*.orig' -delete


More information about the svn-ports-all mailing list