svn commit: r399536 - head/editors/openoffice-4

Steve Wills swills at FreeBSD.org
Sat Oct 17 13:19:26 UTC 2015


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


More information about the svn-ports-all mailing list