Bug 143727

Summary: Fixes for cad/spice
Product: Ports & Packages Reporter: Pedro F. Giffuni <giffunip>
Component: Individual Port(s)Assignee: Philip M. Gollucci <pgollucci>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Pedro F. Giffuni 2010-02-10 14:50:09 UTC
-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
Comment 1 Philip M. Gollucci freebsd_committer freebsd_triage 2010-02-11 03:41:37 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pgollucci

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-02-11 19:40:43 UTC
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"
Comment 3 Philip M. Gollucci freebsd_committer freebsd_triage 2010-02-11 19:54:42 UTC
State Changed
From-To: open->closed

Committed, Thanks