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
net/phpldapadmin: add patches to support php84
net/phpldapadmin (version 1) was written some years ago. The developer
of PLA (https://github.com/leenooks/phpLDAPadmin) officially dropped
support for PLA1, but PLA2 is still not full functional as PLA1.
I've made small patches which enable support for php84 (changes of some
builtin php functions, declarations of variables and so on).
With these patches PLA1 (still) is working corectly.
PR: 287238
Event: Wiesbaden Hackathon 202604
(cherry picked from commit d4a83eff40d6515ddb6fca3c1bbb780a9747be28)
multimedia/gavl: Update to 2.0.1
Project migrated to Github.
Remvove PNG option for simplicity as most consumers of this will have
ulitimately have graphics/png installed anyways.
Remove old cruft that doesn't apply to any supported version of FreeBSD
like CFLAGS+= -D_WITH_CPU_SET_T. We've had clock_nanosleep(2) since
11.1 too, so files/patch-gavl-time.c has been removed.
audio/libresidfp: New port: Software emulation of MOS6581/8580 SID chip
Fork of Dag Lem's reSID 0.16 which is a reverse engineered software
emulation meant to replicate the SID as faithfully as possible while
keeping good performance for realtime use