Date: Mon, 22 Feb 2021 07:27:39 +0000 (UTC) From: Philip Paeps <philip@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r566276 - in branches/2021Q1/net/aquantia-atlantic-kmod: . files Message-ID: <202102220727.11M7RdcE030374@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: philip Date: Mon Feb 22 07:27:38 2021 New Revision: 566276 URL: https://svnweb.freebsd.org/changeset/ports/566276 Log: MFH: r564758 net/aquantia-atlantic-kmod: Fix build on CURRENT This patch enables the port to build a working if_atlantic.ko on 13-CURRENT, broken since r353868 (Git commit 19e09f447fd9), where the `if_multi_apply` and `if_multiaddr_count` KPIs were removed. PR: 252642 Submitted by: Michael Chiu <nyan-at-myuji.xyz> Approved by: koobs (maintainer) Differential_Revision: https://reviews.freebsd.org/D28135 Added: branches/2021Q1/net/aquantia-atlantic-kmod/files/ - copied from r564758, head/net/aquantia-atlantic-kmod/files/ Modified: branches/2021Q1/net/aquantia-atlantic-kmod/Makefile Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/net/aquantia-atlantic-kmod/Makefile ============================================================================== --- branches/2021Q1/net/aquantia-atlantic-kmod/Makefile Mon Feb 22 07:15:20 2021 (r566275) +++ branches/2021Q1/net/aquantia-atlantic-kmod/Makefile Mon Feb 22 07:27:38 2021 (r566276) @@ -2,6 +2,7 @@ PORTNAME= aquantia-atlantic-kmod PORTVERSION= 0.0.5 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= koobs@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102220727.11M7RdcE030374>