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)
Nov 2 2024, 9:48 AM
Unknown Object (File)
Nov 2 2024, 9:48 AM
Unknown Object (File)
Nov 2 2024, 9:48 AM
Unknown Object (File)
Nov 2 2024, 9:40 AM
Unknown Object (File)
Sep 22 2024, 10:26 PM
Unknown Object (File)
Sep 7 2024, 4:00 AM
Unknown Object (File)
Aug 27 2024, 1:30 AM
Unknown Object (File)
Aug 26 2024, 8:00 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