sys/net80211: announce 160MHz channels only when driver supports it
Support of 160Mhz window brings a regression for drivers which do not
supprot 160MHz window which leads to the wrong channel center.
It was tested on iwx with and without 160Mhz window support in the code
agaisnt 2.4Ghz network with 20Mhz and 40Mhz, and 5Ghz with 40Mhz, 60Mhz,
80Mhz and 160Mhz window.
Reported as iwm issue by martijn@
OK: stsp@
update to vim-9.2.272
adapt flavour changes as done in vim-classic (rather than have a no_x11
flavour, the default is now no_x11; in this case, to cope with updates
from old versions, @pkgpath is built dynamically and passed via a var
to PLIST). reduce other differences to vim-classic makefile.
use DEBUG_PACKAGES to provide debug-* packages on supported archs,
otherwise explicitly strip the binaries. with 3.11, there are now
statically-linked copies of openssl libraries in many more binaries
than in 3.10, resulting in a big size increase. size increase noticed
by danj@, ok danj tb brad
afl++: pass proc in MAKE_FLAGS, to avoid running sub-makes with "-j" (which
uses all cores).
there is also an issue with this port picking up ports llvm if present,
if someone wants to take a look..
Don't build "haptic" support code to avoid missing symbol on sparc64
That code uses ioctls that we don't implement and end up as unresolved
symbols in the shared library on sparc64 where base-gcc and ld.bfd are
used. ok tb@ thfr@ (maintainer)
While here, also disable warnings about documentation comments, which
clutter build logs (from tb@).
fonts/adobe-fonts/source-han-sans: import (version 2.005)
Source Han Sans is Adobe's Pan-CJK sans-serif typeface family,
developed with Google for Simplified Chinese, Traditional Chinese,
Japanese, and Korean text.
OK: bentley@