www/gauche-makiki: the port had been updated to version 0.5.1
Removed transient `load' hack which was to support Gauche <= 0.9.12.
It's been for a while so drop it and require Gauche 0.9.13 or later.
Serving over secure connection (HTTPS) needs Gauche 0.9.14 or later
with TLS support.
Reported by: portscout
inetd: Add missing argument to the -p flag description
While here, use the more specific "pidfile" consistently instead of
ambiguous "filename".
Reviewed by: ziaee
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D57531
(cherry picked from commit 75a94ae7d143a067a7a9eef2a1d2072fbd5044cf)
inetd: Add missing argument to the -p flag description
While here, use the more specific "pidfile" consistently instead of
ambiguous "filename".
Reviewed by: ziaee
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D57531
(cherry picked from commit 75a94ae7d143a067a7a9eef2a1d2072fbd5044cf)
net/py-httpstat: Fix build with Python 3.14
Fix the error: AttributeError: 'Constant' object has no attribute 's'
Maintainer back to ports@ as current maintainer no longer uses this.
PR: 295020
Merge commit 93a67259cf23 from llvm git (by ShengYi Hung):
[ToolChains][FreeBSD] Set default Linker to LLD for FreeBSD (#190596)
When the linker is specified as ld, toolchain applies special handling
by invoking (triple)-ld instead of resolving ld via standard PATH
lookup. This causes GNU ld installed via the system package manager to
take the precedence (since (triple)-ld appears earlier in the search
path), effectively overriding ld.lld.
As a result, we set the default Linker on FreeBSD to ld.lld to indicate
we want to use lld by default.
PR: 292067
MFC after: 3 days
editors/vscode: Update to 1.124.2
While here, remove obsolete target for building remote extension
host. Those who want to build remote extension host can now use
`make -f Makefile.reh build` instead.
Changelog: https://code.visualstudio.com/updates/v1_124
Reported by: GitHub (watch releases)
net/bone-utils: Add port
This is the [B]ag [O]f [N]etgraph [E]xtensions utilities package is an evolving
set of extra netgraph(4) utilities to simplify using the kernel modules in
net/bone-kmods. Additionally it provides a very simple rc(8) script which
re-names interfaces to match whatever you named them in your ngctl.conf.
At present this module provides the following:
* netgraph rc(8) script that keeps ifconfig(8)/ngctl(8) in agreement on nodes
that present a network interface (ng_eiface(4), ng_ether(4), ng_iface(4)).
* jeiface script to create an ng_eiface(4) in a jail giving it the name and
optional MAC you request.
* ncpcap(8) connectes to nodes to capture traffic. It is meant to have its
output piped to tcpdump(1)
* ngportal(8) is the fast and simple way to connect to vnets using netgraph.
Differential Revision: https://reviews.freebsd.org/D56744