-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
Responsible Changed From-To: freebsd-ports-bugs->pgollucci I'll take it.
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@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 _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, Thanks