Date: Fri, 10 May 2019 15:34:43 +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: r501182 - head/devel/isa-l Message-ID: <201905101534.x4AFYhOO050402@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905101534.x4AFYhOO050402>