| Port details on branch 2026Q1 |
- ngspice_rework Mixed-signal circuit simulator derived from Spice and Cider
- 44.2 cad
=0 44.2Version of this port present on the latest quarterly branch. - Maintainer: kevinz5000@gmail.com
 - Port Added: 2026-02-25 21:21:03
- Last Update: 2026-02-25 21:19:20
- Commit Hash: 3a9d2ab
- License: BSD3CLAUSE BSD4CLAUSE LGPL21+
- WWW:
- https://ngspice.sourceforge.io/
- Description:
- Ngspice is a mixed-level/mixed-signal circuit simulator. Its code is based
on three open source software packages: Spice3f5, Cider1b1 and Xspice. It is
the open source successor of these venerable packages. Many, many
modifications, bug fixes and improvements have been added to the code,
yielding a stable and reliable simulator.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- ngspice_rework>0:cad/ngspice_rework
- To install the port:
- cd /usr/ports/cad/ngspice_rework/ && make install clean
- To add the package, run one of these commands:
- pkg install cad/ngspice_rework
- pkg install ngspice_rework
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ngspice_rework
- Package flavors (<flavor>: <package>)
- x11: ngspice_rework
- shlib: ngspice_rework-shlib
- distinfo:
- TIMESTAMP = 1739165203
SHA256 (ngspice-44.2.tar.gz) = e7dadfb7bd5474fd22409c1e5a67acdec19f77e597df68e17c5549bc1390d7fd
SIZE (ngspice-44.2.tar.gz) = 11198335
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- autoconf>=2.72_1 : devel/autoconf
- automake>=1.18.1 : devel/automake
- libtoolize : devel/libtool
- ice.pc : x11/libICE
- sm.pc : x11/libSM
- x11.pc : x11/libX11
- xaw7.pc : x11-toolkits/libXaw
- xext.pc : x11/libXext
- xmu.pc : x11-toolkits/libXmu
- xt.pc : x11-toolkits/libXt
- xft.pc : x11-fonts/libXft
- Runtime dependencies:
-
- ice.pc : x11/libICE
- sm.pc : x11/libSM
- x11.pc : x11/libX11
- xaw7.pc : x11-toolkits/libXaw
- xext.pc : x11/libXext
- xmu.pc : x11-toolkits/libXmu
- xt.pc : x11-toolkits/libXt
- xft.pc : x11-fonts/libXft
- Library dependencies:
-
- libfftw3.so : math/fftw3
- libreadline.so.8 : devel/readline
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for ngspice_rework-44.2:
DEBUG=off: Build with debugging support
===> Use 'make config' to modify these settings
- Options name:
- cad_ngspice_rework
- USES:
- compiler:c11 gmake libtool ncurses readline autoreconf pkgconfig xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
44.2 25 Feb 2026 21:19:20
    |
Dimitry Andric (dim)  |
cad/ngspice_rework: fix build with libc++ 21
With libc++ 21 cad/ngspice_rework fails to build, with errors similar to:
In file included from hicumL2temp.cpp:11:
../../../../src/include/cppduals/duals/dual:444:8: error: 'is_compound'
cannot be specialized: Users are not allowed to specialize this standard library
entity [-Winvalid-specialization]
444 | struct is_compound<duals::dual<T>> : true_type {};
| ^
/usr/include/c++/v1/__type_traits/is_compound.h:25:8: note: marked
'_Clang::no_specializations' here
25 | struct _LIBCPP_NO_SPECIALIZATIONS is_compound :
_BoolConstant<__is_compound(_Tp)> {};
| ^
/usr/include/c++/v1/__config:1167:9: note: expanded from macro
'_LIBCPP_NO_SPECIALIZATIONS'
1167 | [[_Clang::__no_specializations__("Users are not allowed to
specialize this standard library entity")]]
| ^
This is because libc++ 21 no longer allows specializing a number of
standard library entities. Delete out the specialization to make the
build complete.
PR: 293447
Approved by: kevinz5000@gmail.com (maintainer)
MFH: 2026Q1
(cherry picked from commit c6266b20c47f5cd2194b16d7f63781fb394caa0b) |
Number of commits found: 1
|