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)
Tue, Jun 16, 2:43 AM
Unknown Object (File)
Wed, Jun 10, 2:45 PM
Unknown Object (File)
Tue, Jun 9, 7:14 PM
Unknown Object (File)
Tue, Jun 9, 1:29 PM
Unknown Object (File)
May 9 2026, 12:17 PM
Unknown Object (File)
May 8 2026, 4:25 AM
Unknown Object (File)
May 6 2026, 8:41 AM
Unknown Object (File)
May 6 2026, 7:34 AM
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