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)
Fri, May 17, 2:02 AM
Unknown Object (File)
Thu, May 9, 11:58 PM
Unknown Object (File)
Thu, May 9, 11:58 PM
Unknown Object (File)
Thu, May 9, 11:54 PM
Unknown Object (File)
Thu, May 9, 5:53 PM
Unknown Object (File)
Thu, May 9, 5:52 PM
Unknown Object (File)
Thu, May 9, 5:52 PM
Unknown Object (File)
Thu, May 9, 2:40 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
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 48689
Build 45575: arc lint + arc unit