diff options
author | sbruno <sbruno@FreeBSD.org> | 2016-05-07 02:24:15 +0800 |
---|---|---|
committer | sbruno <sbruno@FreeBSD.org> | 2016-05-07 02:24:15 +0800 |
commit | ea9b6a0c99e9fd544263fb69d7bc1c23cc143c4e (patch) | |
tree | 7ebc5d3e5cd7987e59c684502efa202a7856c453 /net | |
parent | 9030132fdc9916f1d49bcacc7cbc140e408733f3 (diff) | |
download | freebsd-ports-gnome-ea9b6a0c99e9fd544263fb69d7bc1c23cc143c4e.tar.gz freebsd-ports-gnome-ea9b6a0c99e9fd544263fb69d7bc1c23cc143c4e.tar.zst freebsd-ports-gnome-ea9b6a0c99e9fd544263fb69d7bc1c23cc143c4e.zip |
Mark both ports broken on 11-CURRENT
Submitted by: Sergey Kozlov <kozlov.sergey.404@gmail.com>
Differential Revision: https://reviews.freebsd.org/D6240
Diffstat (limited to 'net')
-rw-r--r-- | net/intel-ixl-kmod/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/intel-ixl-kmod/Makefile b/net/intel-ixl-kmod/Makefile index a80709bbdf4f..6ac8c3eb32d4 100644 --- a/net/intel-ixl-kmod/Makefile +++ b/net/intel-ixl-kmod/Makefile @@ -33,6 +33,10 @@ ONLY_FOR_ARCHS_REASON= Not supported on other architectures, amd64 only. IGNORE= is not supported on FreeBSD 10.1 and older .endif +.if ${OSVERSION} >= 1100000 +BROKEN= does not build +.endif + do-install: ${INSTALL_KLD} ${WRKSRC}/if_${PORTNAME}.ko ${STAGEDIR}${KMODDIR}/if_${PORTNAME}_updated.ko ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.4 ${STAGEDIR}${MAN4PREFIX}/man/man4/ |