svn commit: r500757 - head/devel/pecl-grpc

Mark Linimon linimon at FreeBSD.org
Fri May 3 22:33:44 UTC 2019


Author: linimon
Date: Fri May  3 22:33:43 2019
New Revision: 500757
URL: https://svnweb.freebsd.org/changeset/ports/500757

Log:
  This port now builds on aarch64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/pecl-grpc/Makefile

Modified: head/devel/pecl-grpc/Makefile
==============================================================================
--- head/devel/pecl-grpc/Makefile	Fri May  3 22:31:46 2019	(r500756)
+++ head/devel/pecl-grpc/Makefile	Fri May  3 22:33:43 2019	(r500757)
@@ -11,7 +11,6 @@ COMMENT=	High performance, general RPC framework
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN_aarch64=		fails to compile: fatal error: sys/auxv.h file not found
 BROKEN_mips=		fails to compile: fatal error: sys/auxv.h file not found
 BROKEN_mips64=		fails to compile: fatal error: sys/auxv.h file not found
 BROKEN_powerpc64=	fails to compile: cc1: error: unrecognized command line option "-Wno-parentheses-equality"


More information about the svn-ports-all mailing list