Page MenuHomeFreeBSD

cad/yosys: Update 0.63 => 0.64
ClosedPublic

Authored by alven on Apr 14 2026, 6:32 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jul 21, 3:01 PM
Unknown Object (File)
Tue, Jul 21, 3:31 AM
Unknown Object (File)
Sun, Jul 19, 3:12 PM
Unknown Object (File)
Thu, Jul 16, 10:55 PM
Unknown Object (File)
Thu, Jul 2, 8:53 AM
Unknown Object (File)
Jun 24 2026, 1:18 AM
Unknown Object (File)
Jun 20 2026, 12:56 AM
Unknown Object (File)
Jun 16 2026, 12:45 AM
Subscribers

Details

Summary
  • Strip all the executables, not only the main one
Test Plan

For every {150amd64, 144amd64}:

  • Successful poudriere testport
  • Successful run-testing

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 72206
Build 69089: arc lint + arc unit

Event Timeline

alven requested review of this revision.Apr 14 2026, 6:32 PM
alven created this revision.

Thanks for the patch.
Approved.

This revision is now accepted and ready to land.Apr 14 2026, 7:39 PM
This revision was automatically updated to reflect the committed changes.

This broke the build on 15:

/usr/bin/strip /wrkdirs/usr/ports/cad/yosys/work/stage/usr/local/bin/*
/usr/bin/strip: error: '/wrkdirs/usr/ports/cad/yosys/work/stage/usr/local/bin/yosys-config': The file was not recognized as a valid object file
*** Error code 1

Please fix. And test better next time.