Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Sep 2023 15:19:53 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 00a7e0281b1e - main - net/intel-ixl-kmod: Add OPTIONS_DEFAULT
Message-ID:  <202309301519.38UFJrDC078600@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=00a7e0281b1e2a1d1973f5ae9700ef3d471b3f5c

commit 00a7e0281b1e2a1d1973f5ae9700ef3d471b3f5c
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-09-30 15:18:20 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-09-30 15:18:20 +0000

    net/intel-ixl-kmod: Add OPTIONS_DEFAULT
    
    Need to add OPTIONS_DEFAULT for OPTIONS_SINGLE.
    
    Approved by:    portmgr (blanket)
    Fixes:  e717a93 net/intel-*-kmod: Remove MAX_NETMAP_OSVERSION
---
 net/intel-ixl-kmod/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net/intel-ixl-kmod/Makefile b/net/intel-ixl-kmod/Makefile
index 5186968deb71..158db47a8640 100644
--- a/net/intel-ixl-kmod/Makefile
+++ b/net/intel-ixl-kmod/Makefile
@@ -18,6 +18,7 @@ USES=		kmod
 
 OPTIONS_SINGLE=		NETMAP
 OPTIONS_SINGLE_NETMAP=	NETMAP_ON NETMAP_OFF
+OPTIONS_DEFAULT=	NETMAP_OFF
 
 NETMAP_ON_DESC=		Enable netmap(4) support unconditionally
 NETMAP_OFF_DESC=	Disable netmap(4) support unconditionally



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309301519.38UFJrDC078600>