Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Apr 2023 20:02:07 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@freebsd.org>
To:        Rene Ladan <rene@freebsd.org>
Cc:        Emmanuel Vadot <manu@bidouilliste.com>, ports-committers@freebsd.org,  dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org
Subject:   Re: git: 3082cab3f868 - main - net/wifi-firmware-*: add framework and firmware for various WiFi chipsets
Message-ID:  <0n0q0qp2-95o0-q70o-487s-1s9p699nr7rs@serrofq.bet>
In-Reply-To: <ZEQ5e0ad7mYebdgy@freefall.freebsd.org>
References:  <202304221526.33MFQ8Ah006135@gitrepo.freebsd.org> <ZEQDgeF1eQ6mfg4v@freefall.freebsd.org> <20230422200746.f5de9ba748783b3c49ad6ffb@bidouilliste.com> <558rpr26-q19s-n3o3-7q47-011549so044s@serrofq.bet> <ZEQ5e0ad7mYebdgy@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 22 Apr 2023, Rene Ladan wrote:

>> For immediate help (before connecting them to the build):
>>
>> I also got a report from dvl/freshports that the base port (which should
>> never be built) doesn't have a pkg-descr.  Do I need to add that too?
>>
> Hmm, I think it is cleaner that way, a placeholder text might do.
>
> <musings>
> The internal `make generate-plist` target in bsd.port.mk assumes a pkg-descr
> here, and having a pkg-descr avoids a /dev/null entry in INDEX in its place.
>
> The current -base port is not a meta-port in the traditional sense, see
> Mk/Uses/metaport.mk and e.g. x11/kde5/Makefile for an example. Personally
> it more feels like an extension of USES=kmod.
> </musings>

It's probably  similar to u-boot-master ...

So here we go?  That ok?

diff --git a/net/Makefile b/net/Makefile
index 4c2b20321014..b4dcdb7d90f4 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1580,6 +1580,11 @@
      SUBDIR += webalizer-geodb
      SUBDIR += whois
      SUBDIR += widentd
+    SUBDIR += wifi-firmware-ath10k-kmod
+    SUBDIR += wifi-firmware-ath11k-kmod
+    SUBDIR += wifi-firmware-mt76-kmod
+    SUBDIR += wifi-firmware-rtw88-kmod
+    SUBDIR += wifi-firmware-rtw89-kmod
      SUBDIR += wifibox
      SUBDIR += wifibox-alpine
      SUBDIR += wifibox-core
diff --git a/net/wifi-firmware-base/pkg-descr b/net/wifi-firmware-base/pkg-descr
new file mode 100644
index 000000000000..0825791ccf13
--- /dev/null
+++ b/net/wifi-firmware-base/pkg-descr
@@ -0,0 +1 @@
+WiFi firmware build master port.


-- 
Bjoern A. Zeeb                                                     r15:7



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?0n0q0qp2-95o0-q70o-487s-1s9p699nr7rs>