Build vmm-firmware (seabios) using devel/x86_64-elf/gcc
Using a toolchain dedicated to standalone x86 executables should be more
reliable than adding workarounds each time an llvm update breaks this
port. The patch to keep the .fixedaddr.* sections doesn't seem needed
any more.
General agreement/ok from sthen@ dv@ mlarkin@ and kn@, thanks kn@ for
the tests.
p5-Image-ExifTool: remove ${HOMEPAGE} from ${SITES} and point to SourceForge.
To reduce load on the exiftool.org server, upstream moved distfiles there.
This allows fetching distfile again. Pointed out by tb@, thanks!
set CPPFLAGS/LDFLAGS to consistently pick up headers and libraries on
gcc and clang archs. add dep on fftw.
fixes a build problem on ports-gcc archs where the default library path
includes /usr/local/lib/gcc/ARCH-unknown-openbsd/15.2.0/../../.., a.k.a.
/usr/local/lib, but the default include search path for system headers
just has /usr/local/lib/gcc/x86_64-unknown-openbsd/15.2.0/include{,-fixed}
and /usr/include (so the library is picked up, but headers are not).
ok claudio@
Add CXXFLAGS_ports-gcc = -fdelete-null-pointer-checks to these ports which
needs it. qtgrpc needs it because it uses protobuf and abseil-cpp.
qtdeclarative is yet another C++ monster that needs it because of traits.
OK rsadowski@ tb@