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, Sep 10, 5:14 AM
Unknown Object (File)
Sat, Sep 5, 9:40 PM
Unknown Object (File)
Sat, Sep 5, 8:19 PM
Unknown Object (File)
Sat, Sep 5, 8:18 PM
Unknown Object (File)
Sat, Sep 5, 8:07 PM
Unknown Object (File)
Sat, Sep 5, 12:39 PM
Unknown Object (File)
Sat, Sep 5, 11:07 AM
Unknown Object (File)
Sat, Sep 5, 11:02 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