ath11k: start making compile some more
There is more work to do to make this compile again but we will do that
when we get to the driver. For now just take the most noise out of it.
LinuxKPI: ath10k: adjust for led changes to keep ath10k compiling
Add the conditional compile time option defaulting to off as we do
not support leds in LinuxKPI to ath10k for the new file.
Add empty struct gpio_led to LinuxKPI.
MFC after: 3 days
security/proxytunnel: unbreak build with OpenSSL
Remove BROKEN_SSL and BROKEN_SSL_REASON from the port Makefile since the
build failure with undefined symbol SSL_get_peer_certificate can no
longer be reproduced.
The port now builds successfully in poudriere across supported FreeBSD
versions and architectures, including 13.5, 14.3, and 15.0 on both amd64
and i386.
ports-mgmt/poudriere-devel: Update to 3.3.0-2473-gd507571d3
Changes:
- testport: Fix testing of an IGNORE/BROKEN port.
- bulk/testport SIGINFO: Avoid error if trap starts with set -u.
- jail -d: Don't try destroyfs if JAILMNT is not set
- Revert "testport/bulk -t: Make stage-qa library dependencies check fatal."
This reverts the PROXYDEPS_FATAL=yes change.
(cherry picked from commit 4434bb7aa6d0ee763c8348cbe56d974cfb8f6c22)
ports-mgmt/poudriere-devel: Update to 3.3.0-2473-gd507571d3
Changes:
- testport: Fix testing of an IGNORE/BROKEN port.
- bulk/testport SIGINFO: Avoid error if trap starts with set -u.
- jail -d: Don't try destroyfs if JAILMNT is not set
- Revert "testport/bulk -t: Make stage-qa library dependencies check fatal."
This reverts the PROXYDEPS_FATAL=yes change.
Revert "testport/bulk -t: Make stage-qa library dependencies check fatal."
This reverts commit 24aa0dda088c08aafd2f317c67dc4c271177157c.
The qa check needs more work. There are at least 2 cases:
1. A library happens to be installed by a dependency, _is needed_,
and gets linked in without a `LIB_DEPENDS`.
2. A library happens to be installed by a dependency, _is not needed_,
and is _overlinked_. The qa check suggests to add a `LIB_DEPENDS`
which is not the right advice.
Update the shlib warnings to note the stage-qa failure is silent.