svn commit: r444088 - head/devel/py-grpcio

Mark Linimon linimon at FreeBSD.org
Wed Jun 21 23:03:02 UTC 2017


Author: linimon
Date: Wed Jun 21 23:03:00 2017
New Revision: 444088
URL: https://svnweb.freebsd.org/changeset/ports/444088

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

Modified:
  head/devel/py-grpcio/Makefile

Modified: head/devel/py-grpcio/Makefile
==============================================================================
--- head/devel/py-grpcio/Makefile	Wed Jun 21 22:50:43 2017	(r444087)
+++ head/devel/py-grpcio/Makefile	Wed Jun 21 23:03:00 2017	(r444088)
@@ -16,6 +16,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>1:devel/py-six
 		${PYTHON_PKGNAMEPREFIX}enum34>1:devel/py-enum34
 LIB_DEPENDS=	libcares.so:dns/c-ares
 
+BROKEN_aarch64=		fails to compile: cpu-aarch64-linux.c: fatal error: 'sys/auxv.h' file not found
 BROKEN_powerpc64=	fails to compile: cpu-ppc64le.c: 'AT_HWCAP2' undeclared
 
 USES=		python


More information about the svn-ports-all mailing list