Date: Mon, 19 Dec 2016 09:04:05 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428911 - head/lang/pure Message-ID: <201612190904.uBJ945rh069904@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Dec 19 09:04:05 2016 New Revision: 428911 URL: https://svnweb.freebsd.org/changeset/ports/428911 Log: - Mark BROKEN on 9.x Approved by: portmgr blanket Modified: head/lang/pure/Makefile Modified: head/lang/pure/Makefile ============================================================================== --- head/lang/pure/Makefile Mon Dec 19 09:03:52 2016 (r428910) +++ head/lang/pure/Makefile Mon Dec 19 09:04:05 2016 (r428911) @@ -19,6 +19,8 @@ LIB_DEPENDS= libgmp.so:math/gmp \ libpcreposix.so:devel/pcre \ libLLVM-${LLVM_VERSION:C/./&./}.so:devel/llvm${LLVM_VERSION} +BROKEN_FreeBSD_9= does not buld (/usr/local/lib/gcc49/include/c++/cstddef:51:11: error: '::max_align_t' has not been declared) + SUB_FILES= pkg-message USES= gmake iconv pathfix pkgconfig
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612190904.uBJ945rh069904>