Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Jul 2015 00:41:38 +0000 (UTC)
From:      Greg Lewis <glewis@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r391339 - head/java/openjdk8/files
Message-ID:  <201507050041.t650fcji038633@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507050041.t650fcji038633>