svn commit: r399537 - head/editors/openoffice-devel

Steve Wills swills at FreeBSD.org
Sat Oct 17 13:20:40 UTC 2015


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


More information about the svn-ports-head mailing list