svn commit: r428911 - head/lang/pure

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Dec 19 09:04:06 UTC 2016


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


More information about the svn-ports-all mailing list