Re: git: 3082cab3f868 - main - net/wifi-firmware-*: add framework and firmware for various WiFi chipsets
- Reply: Rene Ladan : "Re: git: 3082cab3f868 - main - net/wifi-firmware-*: add framework and firmware for various WiFi chipsets"
- In reply to: Rene Ladan : "Re: git: 3082cab3f868 - main - net/wifi-firmware-*: add framework and firmware for various WiFi chipsets"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 22 Apr 2023 20:02:07 UTC
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