git: 1d10df0ef637 - main - net/aquantia-atlantic-kmod: Ignore on 15.2+ and 16.x
Ed Maste <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/ports/commit/?id=1d10df0ef6376712d6daad7c5d9627fe43b5e262 commit 1d10df0ef6376712d6daad7c5d9627fe43b5e262 Author: Ed Maste <[email protected]> AuthorDate: 2026-08-07 15:36:55 +0000 Commit: Ed Maste <[email protected]> CommitDate: 2026-08-17 15:19:40 +0000 net/aquantia-atlantic-kmod: Ignore on 15.2+ and 16.x The kernel module is in the base system now. Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D58703 --- net/aquantia-atlantic-kmod/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/net/aquantia-atlantic-kmod/Makefile b/net/aquantia-atlantic-kmod/Makefile index f9e8387b41b7..15c79640f3b2 100644 --- a/net/aquantia-atlantic-kmod/Makefile +++ b/net/aquantia-atlantic-kmod/Makefile @@ -20,6 +20,11 @@ GH_TAGNAME= c61d27b PLIST_FILES= ${KMODDIR}/if_atlantic.ko .include <bsd.port.options.mk> +.if (${OSVERSION} >= 1501502 && ${OSVERSION} < 1600000) || \ + ${OSVERSION} >= 1600008 +IGNORE= is included in the base system in FreeBSD 15.2 and later +.endif + # This patch is compliant with FreeBSD 14, but mandatory starting 15 .if ${OPSYS} == FreeBSD && (${OSVERSION} >= 1500027) EXTRA_PATCHES+= ${FILESDIR}/extra-patch-aq__media.c