Index: head/devel/py-intbitset/Makefile =================================================================== --- head/devel/py-intbitset/Makefile (revision 501183) +++ head/devel/py-intbitset/Makefile (revision 501184) @@ -1,32 +1,31 @@ # $FreeBSD$ PORTNAME= intbitset DISTVERSION= 2.3.0 PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= kai@FreeBSD.org COMMENT= C-based extension implementing fast integer bit sets 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} USES= python USE_PYTHON= cython distutils autoplist post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/intbitset.so do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include