ports-mgmt/pkg-devel: 2.0.99.9
Changes from 2.0.99.8 to 2.0.99.9
- pkg delete considers base libraries when not running on pkgbase system
- install: allow overwrite installation timestamp with PKG_INSTALL_EPOCH
- new --script-no-exec: which makes pkg dies if a script attempt to exec an
external binary
lang/php82: Update version 8.2.27=>8.2.28
- Make rc script prefix safe for profiles [1]
Changelog: https://www.php.net/ChangeLog-8.php#8.2.28
PR: 284468 [1]
Co-authored-by: Andrew Fyfe <andrew at neptune-one.net>
lang/php81: Update version 8.1.31=>8.1.32
- Make rc script prefix safe for profiles [1]
Changelog: https://www.php.net/ChangeLog-8.php#8.1.32
PR: 285379, 284468 [1]
Reported by: andrew at neptune-one.net [1]
Co-authored-by: Andrew Fyfe <andrew at neptune-one.net>
mana: remove redundant doorbell in mana_poll_rx_cq()
With the last commit to refill the rx mbuf in batch, the doorbell
in mana_poll_rx_cq() becomes redundant. Remove it to save a few
microseconds spent in mmio call.
Reported by: NetApp
Reviewed by: Tallamraju, Sai
Tested by: whu
Fixes: 9b8701b8 ("mana: refill the rx mbuf in batch")
MFC after: 3 days
Sponsored by: Microsoft
devel/qca: Update to 2.3.10
Convert TEST option to cmake:testing after 8cb78e3688bf.
Fix build with BOTAN option enabled if security/botan2 is also
installed. [1]
Fixes: 16577400db6b devel/qca: switch to botan3 instead of deprecated botan2 [1]
truncate.1: improve the example section
Notably:
* spell "Megabytes" as "megabytes" consistently;
* remove a stray asterisk from the /boot/kernel/kernel listing
* avoid using a shell prompt in the examples consistently
* fixes the size parameter
* add an example how to increase the file size
PR: 273997
MFC after: 1 week
(cherry picked from commit 5460bdda9d4cb3ce1d7431824b6f53c545888b53)