Created attachment 239235 [details] Patch New features: .probe command updated (current and power measurements). Support of digital devices with U-instance models (PSPICE compatible). Automatic generation of A/D and D/A bridging interfaces, when mixed signal simulation (combining analog and event-based digital) is used. Update to pow() function (LTSPICE compatible).
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=032665a09df377585f38df79bad4e29a46ea1b69 commit 032665a09df377585f38df79bad4e29a46ea1b69 Author: Kevin Zheng <kevinz5000@gmail.com> AuthorDate: 2023-01-08 14:31:15 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2023-01-08 14:31:15 +0000 cad/ngspice_rework: Update to 38 ChangeLog: https://ngspice.sourceforge.io/news.html PR: 268735 cad/ngspice_rework/Makefile | 2 +- cad/ngspice_rework/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-)
Committed, thanks!
I think you missed a file in this patch - pkg-plist-shlib is still referencing the old version.
(In reply to robbak from comment #3) Oops, you're right. I forgot to build the shlib flavor. Let me fix this and provide a patch.
Created attachment 239362 [details] Patch 2 Patch to fix pkg-plist for FLAVOR=shlib. Pointyhat to me.
MFH to 2023Q1 (build fixes)
Confirmed `poudriere testport -j 131amd64 -p main -o cad/ngspice_rework@shlib`: ===> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: lib/libngspice.so.0.0.5 Working on it.
Fixed in https://cgit.freebsd.org/ports/commit/?id=d16fc4f0fa0cffea97d125aad00574a5a952ae04 Thanks