Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Oct 2015 13:19:25 +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: r399536 - head/editors/openoffice-4
Message-ID:  <201510171319.t9HDJPb0038937@repo.freebsd.org>

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

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

Modified:
  head/editors/openoffice-4/Makefile

Modified: head/editors/openoffice-4/Makefile
==============================================================================
--- head/editors/openoffice-4/Makefile	Sat Oct 17 13:07:40 2015	(r399535)
+++ head/editors/openoffice-4/Makefile	Sat Oct 17 13:19:25 2015	(r399536)
@@ -158,6 +158,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?201510171319.t9HDJPb0038937>