Date: Sun, 13 Aug 2017 20:37:41 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447914 - head/lang/x10 Message-ID: <201708132037.v7DKbfdc056209@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708132037.v7DKbfdc056209>