svn commit: r476958 - head/devel/py-intbitset

Mark Linimon linimon at FreeBSD.org
Sun Aug 12 04:10:42 UTC 2018


Author: linimon
Date: Sun Aug 12 04:10:41 2018
New Revision: 476958
URL: https://svnweb.freebsd.org/changeset/ports/476958

Log:
  Mark as broken on arm.  (Presumably it will fail on other non-x86 archs,
  but logs are not yet available.)
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/py-intbitset/Makefile

Modified: head/devel/py-intbitset/Makefile
==============================================================================
--- head/devel/py-intbitset/Makefile	Sun Aug 12 04:06:01 2018	(r476957)
+++ head/devel/py-intbitset/Makefile	Sun Aug 12 04:10:41 2018	(r476958)
@@ -12,6 +12,10 @@ COMMENT=	C-based extension implementing fast integer b
 LICENSE=	LGPL3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_aarch64=		fails to compile: the clang compiler does not support -march=core2
+BROKEN_armv6=		fails to compile: the clang compiler does not support -march=core2
+BROKEN_armv7=		fails to compile: the clang compiler does not support -march=core2
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR}
 


More information about the svn-ports-all mailing list