freebsd-ports/net/aoe/Makefile
Mark Linimon 82c3cac0d2 Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Reported by:	swills
2017-05-22 16:04:19 +00:00

30 lines
811 B
Makefile

# Created by: Stacey D. Son <sds@son.org>
# $FreeBSD$
PORTNAME= aoe
PORTVERSION= 1.2.0
PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= http://www.son.org/download/
DISTNAME= ${PORTNAME}-freebsd-${PORTVERSION}
MAINTAINER= fjoe@FreeBSD.org
COMMENT= FreeBSD driver for ATA over Ethernet (AoE)
USES= kmod
WRKSRC= ${WRKDIR}/dev/aoe
KMODDIR= ${PREFIX}/lib/aoe
USE_RC_SUBR= aoe
BROKEN_aarch64= fails to compile: error: redefinition of frame
BROKEN_armv6= fails to compile: error: redefinition of frame
BROKEN_powerpc64= fails to compile: pcpu.h: size of array '__assert_0' is negative
BROKEN_sparc64= fails to compile: error: redefinition of frame
do-install:
${INSTALL_KLD} ${WRKSRC}/aoe.ko ${STAGEDIR}${PREFIX}/lib/aoe
${INSTALL_MAN} ${WRKDIR}/aoe.4 ${STAGEDIR}${PREFIX}/man/man4/
.include <bsd.port.mk>