svn commit: r426143 - head/devel/boost-libs

Mark Linimon linimon at FreeBSD.org
Tue Nov 15 05:24:27 UTC 2016


Author: linimon
Date: Tue Nov 15 05:24:26 2016
New Revision: 426143
URL: https://svnweb.freebsd.org/changeset/ports/426143

Log:
  Mark as broken on aarch64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/boost-libs/Makefile

Modified: head/devel/boost-libs/Makefile
==============================================================================
--- head/devel/boost-libs/Makefile	Tue Nov 15 05:16:13 2016	(r426142)
+++ head/devel/boost-libs/Makefile	Tue Nov 15 05:24:26 2016	(r426143)
@@ -37,6 +37,8 @@ PLIST_SUB+=	COROUTINE="@comment " CONTEX
 PLIST_SUB+=	COROUTINE="" CONTEXT="" LOCALE="" LOG=""
 .endif
 
+BROKEN_aarch64=		Fails to compile: multiple instances of error: platform not supported
+
 do-build:
 	@cd ${WRKSRC} && \
 		${SETENV} ${MAKE_ENV} ${BJAM} ${BJAM_ARGS} stage


More information about the svn-ports-all mailing list