mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
4e449bdbe7
- Broken on all supported releases - Set EXPIRATION_DATE to 2023-08-15
34 lines
1.1 KiB
Makefile
34 lines
1.1 KiB
Makefile
PORTNAME= aoe
|
|
PORTVERSION= 1.2.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.son.org/download/
|
|
DISTNAME= ${PORTNAME}-freebsd-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= FreeBSD driver for ATA over Ethernet (AoE)
|
|
WWW= http://www.coraid.com/support/freebsd/
|
|
|
|
DEPRECATED= Broken in all supported releases for more than an year
|
|
EXPIRATION_DATE= 2023-08-15
|
|
BROKEN_aarch64= fails to compile: redefinition of frame
|
|
BROKEN_armv6= fails to compile: implicit declaration of function 'cp15_pmccntr_get' is invalid in C99
|
|
BROKEN_armv7= fails to compile: redefinition of frame
|
|
BROKEN_sparc64= fails to compile: redefinition of frame
|
|
BROKEN_FreeBSD_12= no member named 'tqh_first' in 'struct ifnethead'
|
|
BROKEN_FreeBSD_13= no member named 'tqh_first' in 'struct ifnethead'
|
|
BROKEN_FreeBSD_14= no member named 'tqh_first' in 'struct ifnethead'
|
|
|
|
USES= kmod
|
|
|
|
WRKSRC= ${WRKDIR}/dev/aoe
|
|
KMODDIR= ${PREFIX}/lib/aoe
|
|
|
|
USE_RC_SUBR= aoe
|
|
|
|
do-install:
|
|
${INSTALL_KLD} ${WRKSRC}/aoe.ko ${STAGEDIR}${PREFIX}/lib/aoe
|
|
${INSTALL_MAN} ${WRKDIR}/aoe.4 ${STAGEDIR}${PREFIX}/man/man4/
|
|
|
|
.include <bsd.port.mk>
|