if_rge: initial import of if_rge driver from OpenBSD.
This is an initial import of the if_rge driver from OpenBSD
and adapted to FreeBSD.
Differential Revision: https://reviews.freebsd.org/D54101
games/retroarch: Update 1.21.0 => 1.22.2
Changelog:
https://github.com/libretro/RetroArch/blob/v1.22.2/CHANGES.md
- Fix build with ALSA option, upstream issue:
https://github.com/libretro/RetroArch/issues/18501
- Switch to tarball from upstream: excludes a bunch of packaging
scripts and config, some wii specific code and a load of libretro
example programs, plist is identical, distfile is smaller in 5 times.
PR: 291534
Approved by: Daniel Menelkir <dmenelkir at gmail.com> (maintainer, implicit - inactive from ~2024.08)
x11-fonts/symbola: mark BROKEN and set expiration date to 2026-01-31
File is no longer available upstream
fetch: http://users.teilar.gr/~g1951d/Symbola.zip: Not Found
PR: 291167
Approved by: maintainer timeout, 2+ weeks
x11-fonts/open-sans: Mark BROKEN and set expiration date to 2026-01-31
opensans.com is no longer available
PR: 291171
Approved by: maintainer timeout, 2+ weeks
LinuxKPI: 802.11: rework MC/configure_filter
(*prepare_multicast)(), for the drivers we support, is iwlwifi(4)-specific.
If it is not available do not let us stop from calling (*configure_filter)()
at least as well.
In addition to the interface setting mc_all_multi, if we have no way to
prepare the multicast filter list this way, set FIF_ALLMULTI for now.
This seems to help some with rtw89 but does not help me with other drivers
yet to get IPv6 link-local (e.g., ff02::1%wlan0) going.
This should also help in case we are scanning and are setting
FIF_BCN_PRBRESP_PROMISC . We should go and review the full FIF_ list and
start adding conditional support for the other options too.
Sponsored by: The FreeBSD Foundation
PR: 281982
MFC after: 3 days
net/wifi-firmware-kmod: update along LinuxKPI firmware ports to 20251125
We update flavors added with the updated wifi-firmware-*-kmod ports;
the only incompatible change is with mt76 in that we dropped mt792x
in favour of mt7921 and mt7925. Give we did not ship the driver in
any release yet we can do that. Some older fwget(8) versions would
be cranky but neither of these releases will ever see mt76 support,
so we are fine.
Given all child ports were updated to the same version (20251125),
reset PORTREVISION to 0 (comment it out) in Makefile.inc as it is
no longer needed. [1]
Pointed out by: jrm [1]
Sponsored by: The FreeBSD Foundation
Reviewed by: jrm
Differential Revision: https://reviews.freebsd.org/D54204
net/wifi-firmware-mt7601u-kmod: bump version
In order to keep all wifi-firmware ports on the same level, bump
the version here; the underlying firmware file has not changed
since it was added in 2023 so we are save.
Sponsored by: The FreeBSD Foundation
Reviewed by: jrm
Differential Revision: https://reviews.freebsd.org/D54205
net/wifi-firmware-iwlwifi-kmod: update firmware to 20251125
Given we are updating all the other firmware files as well to 20251125,
also update iwlwifi. The only new is that the first "sc" firmware
appeared.
Sponsored by: The FreeBSD Foundation
Reviewed by: jrm
Differential Revision: https://reviews.freebsd.org/D54203
net/wifi-firmware-rtw8[89]-kmod: update firmware files
With the removal of the "USE=kmod" and only building packages with
plain firmware files, our version went backwards. Updating the
firmware will fix this.
Change to a script to extract the firmware files from WHENCE to get
them all. This also helps us as we no longer have to manually track
older files as they are already included in the list.
Sponsored by: The FreeBSD Foundation
Reviewed by: jrm
Differential Revision: https://reviews.freebsd.org/D54202
net/wifi-firmware-mt76-kmod: update firmware files
With the removal of the "USE=kmod" and only building packages with
plain firmware files, our version went backwards. Updating the
firmware will fix this. For mt76 we can just do that as we
do not yet ship the drivers officially.
Change to a script to extract the firmware files from WHENCE to get
them all.
Sponsored by: The FreeBSD Foundation
Reviewed by: jrm
Differential Revision: https://reviews.freebsd.org/D54201