Page MenuHomeFreeBSD

misc/seabios: Update to 1.16.0; use binutils binaries
ClosedPublic

Authored by jrm on Dec 10 2022, 4:09 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 9, 7:07 PM
Unknown Object (File)
Wed, Oct 8, 9:34 AM
Unknown Object (File)
Fri, Oct 3, 3:31 PM
Unknown Object (File)
Fri, Oct 3, 6:08 AM
Unknown Object (File)
Thu, Oct 2, 3:34 AM
Unknown Object (File)
Sep 5 2025, 2:26 PM
Unknown Object (File)
Sep 5 2025, 2:22 PM
Unknown Object (File)
Sep 5 2025, 2:22 PM
Subscribers

Details

Summary

Upstream release information:

USE_BINUTILS=yes adjusts the environment with, e.g.,
OBJDUMP=${LOCALBASE}/bin/objdump, so that binaries from devel/binutils
are used to build ports. SeaBIOS, however, will not use these values,
so set MAKE_ARGS to ensure binaries from devel/binutils are used here.
This will fix the build when /usr/bin/llvm-objdump is linked to
/usr/bin/objdump. See PR 267854.

Test Plan
  • poudriere testport on amd64 CURRENT system with and without llvm-objdump installed as /usr/bin/objdump succeeds
  • testport on amd64/i386 releases are still running; will update when complete
  • no runtime tests

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable