x11/xfce4/xfce4.port.mk: add a git link to false in ${WRKDIR}/bin
for ports using meson, the meson.build files try to generate
xfce-revision.h from git rev-parse --short HEAD, which:
- is a hidden BDEP on devel/git
- is useless since we don't build from git checkouts
and if dpb junks devel/git after configure, the build fails.
so add the link to make 'git' always fail, instead of adding a useless
BDEP on devel/git.
found the hard way by claudio@ while fixing a metric ton of things on sparc64
looks good to tb@
Allow vmd(8) virtio hardware init to fail so we can clean up.
Remove a bunch of fatal() paths so we can return a failure when trying to
initialize virtio devices. This lets us clean up any child processes
created when we fork/exec things like virtio block and network devices.
This is part of my overall effort to make vmd(8) not just abort and instead
clean up its messes before exit.
ok mlarkin@
Switch to ports-gcc
cc1: error: -Werror=vla: No option -Wvla
cc1: error: unrecognized command line option "-Wimplicit-fallthrough=3"
cc1: error: unrecognized command line option "-Wcast-function-type"
cc1: error: unrecognized command line option "-Wshadow=compatible-local"
cc1: error: unrecognized command line option "-fexcess-precision=standard"
cc1: error: unrecognized command line option "-Wno-stringop-truncation"
OK jca@, go for it tb@
make rport_start more like ifiq_input/if_vinput.
this lets it call if_input_process, which in turn pushes packets
back into the stack with the current softnet threads netstack.
regress/isakmpd/x509: bring this a bit closer to compiling
There's a whole lot more to fix here, which I leave to someone else.
At least this should get rid of breakage that I caused.
drm/amdgpu: disable peer-to-peer access for DCC-enabled GC12 VRAM surfaces
From Vitaly Prosyak
d9db9abf6667a1ad2b827635123ecb63ea86184f in linux-6.12.y/6.12.59
22a36e660d014925114feb09a2680bb3c2d1e279 in mainline linux
drm/amdkfd: relax checks for over allocation of save area
From Jonathan Kim
325aa07165394b8e866ffe9ec1d4c99d9195b2f2 in linux-6.12.y/6.12.59
d15deafab5d722afb9e2f83c5edcdef9d9d98bd1 in mainline linux
drm/amdgpu: Fix NULL pointer dereference in VRAM logic for APU devices
From Jesse Zhang
43aa61c18a3a45042b098b7a1186ffb29364002c in linux-6.12.y/6.12.59
883f309add55060233bf11c1ea6947140372920f in mainline linux
drm/amdgpu: hide VRAM sysfs attributes on GPUs without VRAM
From Christian Koenig
39a1c8c860e32d775f29917939e87b6a7c08ebb1 in linux-6.12.y/6.12.59
33cc891b56b93cad1a83263eaf2e417436f70c82 in mainline linux