Date: Sun, 12 Aug 2018 04:10:41 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476958 - head/devel/py-intbitset Message-ID: <201808120410.w7C4Afak083236@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808120410.w7C4Afak083236>