lang/gcc6-aux: unbreak with isl-27, cleanup
ISL27 have noved own isl_val_* definition to dedicated header, isl/val.h
Chase it to unbreak build
Make graphite loop optimization optional; off by default to mimics previous behaviour
Cleanup make environment
PR: 292414
sysutils/rubygem-tmuxinator: fix conflict with shells/fish
They conflict because they both try to install the same completion file.
Fix the conflict by removing the completion file for tmuxinator, and
leaving it for fish.
PR: 293846
MFH: 2026Q1
Approved by: mfechner (ruby)
sysutils/bastille: Update to 1.4.1.260315
Co-authored-by: Michael Osipov <michaelo at FreeBSD.org>
PR: 293850
Approved by: tschetter.victor at gmail.com (maintainer)
MFH: 2026Q1
(cherry picked from commit 9e63ce8f52e3b77b441231e71dc4d7f53564152f)
sysutils/bastille: Update to 1.4.1.260315
Co-authored-by: Michael Osipov <michaelo at FreeBSD.org>
PR: 293850
Approved by: tschetter.victor at gmail.com (maintainer)
MFH: 2026Q1
ure(4): Fix spurious link flaps from MII
A race condition in the MII layer causes spurious link down events.
In `statchg`, on link down, check if the PHY reports the link as
actually down using the BMSR register, if not, force the status of the
link to back up and restart TX. Do the same in a MII `linkchg` handler.
On actual link up, restart TX in case it went idle and down.
PR: 252165
Signed-off-by: Rafael Kitover <rkitover at gmail.com>
Reviewed by: pouria
Differential Revision: https://reviews.freebsd.org/D55682
crypto_request.9: Fix typo on crypto_initreq arguments
The function signature of `crypto_initreq()` was
incorrectly documented.
Signed-off-by: Zixu Wu <zx at bv3.dev>
Reviewed by: ziaee, pouria
Pull Request: https://github.com/freebsd/freebsd-src/pull/2077