Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jun 2023 18:51:42 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 94742ef78187 - main - net/intel-irdma-kmod: also add runtime dependency on ice kmod
Message-ID:  <202306131851.35DIpgFL068647@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=94742ef781877b0b08b2023082c989ac6b6ad622

commit 94742ef781877b0b08b2023082c989ac6b6ad622
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2023-06-13 18:51:09 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2023-06-13 18:51:41 +0000

    net/intel-irdma-kmod: also add runtime dependency on ice kmod
---
 net/intel-irdma-kmod/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net/intel-irdma-kmod/Makefile b/net/intel-irdma-kmod/Makefile
index 0ad49a7384f3..335d61f1dec8 100644
--- a/net/intel-irdma-kmod/Makefile
+++ b/net/intel-irdma-kmod/Makefile
@@ -11,6 +11,7 @@ LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/doc/irdma_readme.txt
 
 BUILD_DEPENDS=	${NONEXISTENT}:net/intel-ice-kmod:extract
+RUN_DEPENDS=	${KMODDIR}/if_ice_updated.ko:net/intel-ice-kmod
 
 USES=		kmod
 



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