svn commit: r391339 - head/java/openjdk8/files

Greg Lewis glewis at FreeBSD.org
Sun Jul 5 00:41:38 UTC 2015


Author: glewis
Date: Sun Jul  5 00:41:37 2015
New Revision: 391339
URL: https://svnweb.freebsd.org/changeset/ports/391339

Log:
  . Fix BSD detection in the langtools test infrastructure.

Added:
  head/java/openjdk8/files/patch-langtools-test-Makefile   (contents, props changed)

Added: head/java/openjdk8/files/patch-langtools-test-Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/java/openjdk8/files/patch-langtools-test-Makefile	Sun Jul  5 00:41:37 2015	(r391339)
@@ -0,0 +1,11 @@
+--- langtools/test/Makefile	Tue May 05 18:06:51 2015 -0700
++++ langtools/test/Makefile	Sat Jul 04 15:31:54 2015 -0700
+@@ -36,7 +36,7 @@
+     ARCH=i586
+   endif
+ endif
+-ifneq ($(findstring $(OSNAME), BSD), )
++ifneq ($(findstring BSD, $(OSNAME)), )
+   PLATFORM = bsd
+   JT_PLATFORM = linux
+   ARCH = $(shell uname -p)


More information about the svn-ports-head mailing list