svn commit: r501182 - head/devel/isa-l

Mark Linimon linimon at FreeBSD.org
Fri May 10 15:34:44 UTC 2019


Author: linimon
Date: Fri May 10 15:34:43 2019
New Revision: 501182
URL: https://svnweb.freebsd.org/changeset/ports/501182

Log:
  Remove spurious BROKEN_aarch64 line; the port has been marked ONLY_FOR amd64.
  
  While here, pet portlint.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/isa-l/Makefile

Modified: head/devel/isa-l/Makefile
==============================================================================
--- head/devel/isa-l/Makefile	Fri May 10 15:32:21 2019	(r501181)
+++ head/devel/isa-l/Makefile	Fri May 10 15:34:43 2019	(r501182)
@@ -12,6 +12,8 @@ COMMENT=	Intel(R) Intelligent Storage Acceleration Lib
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+ONLY_FOR_ARCHS=	amd64
+
 BUILD_DEPENDS=	yasm:devel/yasm
 
 USE_GITHUB=	yes
@@ -21,10 +23,7 @@ USES=		autoreconf gmake libtool:keepla
 
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-ONLY_FOR_ARCHS=	amd64
 
 INSTALL_TARGET=	install-strip
-
-BROKEN_aarch64=	fails to compile: invalid conversion between vector type and integer type
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list