Page MenuHomeFreeBSD

cad/yosys: Update 0.63 => 0.64
ClosedPublic

Authored by alven on Apr 14 2026, 6:32 PM.
Tags
None
Referenced Files
F157197010: D56397.id175517.diff
Tue, May 19, 6:12 AM
F157196794: D56397.id175517.diff
Tue, May 19, 6:08 AM
Unknown Object (File)
Mon, May 18, 1:32 PM
Unknown Object (File)
Mon, May 18, 1:25 PM
Unknown Object (File)
Thu, May 14, 12:45 PM
Unknown Object (File)
Thu, May 14, 6:26 AM
Unknown Object (File)
Thu, May 14, 12:43 AM
Unknown Object (File)
Wed, May 13, 5:35 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
Lint Not Applicable
Unit
Tests Not Applicable

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.