Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Oct 2015 13:20:39 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r399537 - head/editors/openoffice-devel
Message-ID:  <201510171320.t9HDKdkv039090@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sat Oct 17 13:20:39 2015
New Revision: 399537
URL: https://svnweb.freebsd.org/changeset/ports/399537

Log:
  editors/openoffice-devel: mark broken with OpenJDK8

Modified:
  head/editors/openoffice-devel/Makefile

Modified: head/editors/openoffice-devel/Makefile
==============================================================================
--- head/editors/openoffice-devel/Makefile	Sat Oct 17 13:19:25 2015	(r399536)
+++ head/editors/openoffice-devel/Makefile	Sat Oct 17 13:20:39 2015	(r399537)
@@ -170,6 +170,10 @@ MMEDIA_USE=			GSTREAMER=yes
 
 .include <bsd.port.pre.mk>
 
+.if ${JAVA_PORT_VERSION:M1.8.*}
+BROKEN=		Does not build with JDK 1.8
+.endif
+
 .include <${FILESDIR}/Makefile.localized>
 
 .if ${COMPILER_TYPE} == clang



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