svn commit: r447914 - head/lang/x10
Gerald Pfeifer
gerald at FreeBSD.org
Sun Aug 13 20:37:42 UTC 2017
Author: gerald
Date: Sun Aug 13 20:37:40 2017
New Revision: 447914
URL: https://svnweb.freebsd.org/changeset/ports/447914
Log:
Mark BROKEN due to failure to build with modern compilers (and it
generally requires updating).
PR: 219282
Approved by: bacon4000 at gmail.com (maintainer)
Modified:
head/lang/x10/Makefile
Modified: head/lang/x10/Makefile
==============================================================================
--- head/lang/x10/Makefile Sun Aug 13 20:34:57 2017 (r447913)
+++ head/lang/x10/Makefile Sun Aug 13 20:37:40 2017 (r447914)
@@ -25,6 +25,8 @@ COMMENT= Object-oriented parallel programming language
LICENSE= EPL
+BROKEN= Fails to build with modern compilers (cf. PR 219282)
+
USES= tar:bzip2
USE_JAVA= yes
JAVA_VERSION= 1.6 1.7
More information about the svn-ports-all
mailing list