cvs commit: ports/cad/spice Makefile ports/cad/spice/files
patch-src_include_os_bsd_h patch-src_lib_ckt_noisean_c
patch-src_lib_ckt_traninit_c
patch-src_lib_dev_bsim1_bimpar_c patch-src_lib_dev_mos6_mos6load_c
patch-src_lib_fte_outitf_c
patch-src_lib_fte_subckt_c patch-src_lib_fte_where_c
patch-src_lib_inp_inpgtok_c ...
Philip M. Gollucci
pgollucci at FreeBSD.org
Thu Feb 11 19:40:34 UTC 2010
pgollucci 2010-02-11 19:40:33 UTC
FreeBSD ports repository
Modified files:
cad/spice Makefile
cad/spice/files patch-src_include_os_bsd_h
patch-src_lib_inp_inpptree_c
Added files:
cad/spice/files patch-src_lib_ckt_noisean_c
patch-src_lib_ckt_traninit_c
patch-src_lib_dev_bsim1_bimpar_c
patch-src_lib_dev_mos6_mos6load_c
patch-src_lib_fte_outitf_c
patch-src_lib_fte_subckt_c
patch-src_lib_fte_where_c
patch-src_lib_inp_inpgtok_c
Log:
-Clean some warnings by using string.h instead of strings.h
Applied several patches from this website:
http://newton.ex.ac.uk/teaching/CDHW/Electronics2/userguide/secD.html
specifically fixes for:
- Where command causes crashes
- Recognition of scale factors in arbitrary source
- Current Controlled Switch in subckt, parsing error
- Noise analysis bug
- Save segmentation faults
- BSIM1 model xpart parameter random
- Tran analysis default TSTEP
PR: ports/143727
Submitted by: "Pedro F. Giffuni" <giffunip at tutopia.com>
Revision Changes Path
1.40 +1 -1 ports/cad/spice/Makefile
1.5 +3 -4 ports/cad/spice/files/patch-src_include_os_bsd_h
1.1 +25 -0 ports/cad/spice/files/patch-src_lib_ckt_noisean_c (new)
1.1 +14 -0 ports/cad/spice/files/patch-src_lib_ckt_traninit_c (new)
1.1 +11 -0 ports/cad/spice/files/patch-src_lib_dev_bsim1_bimpar_c (new)
1.1 +11 -0 ports/cad/spice/files/patch-src_lib_dev_mos6_mos6load_c (new)
1.1 +11 -0 ports/cad/spice/files/patch-src_lib_fte_outitf_c (new)
1.1 +22 -0 ports/cad/spice/files/patch-src_lib_fte_subckt_c (new)
1.1 +18 -0 ports/cad/spice/files/patch-src_lib_fte_where_c (new)
1.1 +41 -0 ports/cad/spice/files/patch-src_lib_inp_inpgtok_c (new)
1.2 +11 -2 ports/cad/spice/files/patch-src_lib_inp_inpptree_c
More information about the cvs-all
mailing list