Commit Graph

37 Commits

Author SHA1 Message Date
Hiroki Sato 82ddc2e107 Unbreak the build:
- Update MASTER_SITES.
- Add missing dependency.
- Regenerate patches.
2020-02-22 20:44:35 +00:00
Hiroki Sato e43c8dd4bb - Fix device support. The previous version was totally broken.
- Fix help(1).
2015-02-15 13:33:38 +00:00
Hiroki Sato 5ecb60ec0a - Add HiSIM2 support.
- Add LICENSE for DEV_BSIM3, DEV_BSIM3, and DEV_HISIM2 options.
- Simplify do-configure.
2014-08-25 15:51:30 +00:00
Hiroki Sato a2dc82fcc1 Add BSIM4v4 support. 2014-08-22 11:08:48 +00:00
Hiroki Sato ad2594965d - Add BSIM3v3 support. This is disabled by default because its license is
not compatible with SPICE3f5.
- Remove bsd.prog.mk dependency.
- Put variables in ${FILESDIR}/FreeBSD* configuration file into
  ${FILES}/Makefile.
- Use opt_USE instead of .if ${PORT_OPTIONS:Mopt}.
- Remove unnecessary changes in patch-conf_defaults.
2014-08-22 05:05:02 +00:00
Hiroki Sato 605c6c3a90 - Cleanup ${FILESDIR}/Makefile.
- Remove MAKE_JOBS_UNSAFE.
2014-08-21 19:41:06 +00:00
Hiroki Sato e3e0fbf905 - Fix MASTER_SITES for PS documents.
- Fix LICENSE.  SPICE license is a variant of MIT license, not BSDL, while
  the copyright holder is UCB.
- Style clean-ups.
2014-08-21 06:03:30 +00:00
John Marino 482fd2f409 Stage cad/spice 2014-08-18 00:28:54 +00:00
Hiroki Sato cb28a2affc - Fix SIGSEGV when there are spaces after a comma like ".PRINT TRAN v(2, 1)".
- Style clean-ups.

PR:		ports/157313
Spotted by:	Makoto Kishimoto
2013-04-30 20:30:22 +00:00
Ryan Steinmetz d944917e18 Fix build under clang [1]
Add LICENSE
Fix usage of PORTDOCS in plist, no bump required

PR:		ports/159173
Submitted by:	Pedro Giffuni <giffunip@tutopia.com> [1]
Approved by:	tabthorpe (mentor)
2011-07-28 21:58:16 +00:00
Martin Wilke 00899d7b5f - Fix build with CLANG
PR:		158270
Submitted by:	Pedro Giffuni <giffunip@tutopia.com> (maintainer)
2011-06-25 07:46:56 +00:00
Philip M. Gollucci 0ec10e2e24 -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>
2010-02-11 19:40:33 +00:00
Martin Wilke 3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00
Pav Lucistnik 535d6cba83 - Distfile rerolled, changes limited to including a copy of BSDL
- Sync patches with NetBSD. No functional changes

PR:		ports/117997
Submitted by:	Pedro F. Giffuni <giffunip@tutopia.com>
2007-12-15 19:42:35 +00:00
Martin Wilke 3d5ec94e7d - Use termios.h
PR:             110439
Submitted by:   Ed Schouten <ed@fxq.nl>
2007-03-21 12:32:53 +00:00
Martin Wilke a175137812 - Fix build with gcc4.1
PR:		ports/104109
Submitted by:	trasz <trasz@pin.if.uz.zgora.pl>
2006-10-07 14:44:43 +00:00
John Polstra 6c89186444 The spice3 "^" operator (power) did not work properly unless its
right-hand operand was a constant, because of a bug in the code to
take the derivative of an expression.  Add a patch to fix that.
2006-05-14 16:48:07 +00:00
Thierry Thomas 714ea1c662 - Switch to the latest distfiles;
- Import a patch from DragonflyBSD;

- Pet portlint.

Submitted by:	Pedro F. Giffuni <pfgshield-freebsd (at) yahoo.com>
2006-04-05 20:51:27 +00:00
John Polstra 415677b43a Allow the spice port to be built without X11 support by defining
WITHOUT_X11.
2004-12-29 18:38:16 +00:00
John Polstra d8313ec1b1 The spice maintainers changed the syntax of the "alter" command
since the documentation was written.  Fix the port so that it emits
an error message rather than getting a segmentation violation if the
old syntax is used.
2004-10-30 23:23:22 +00:00
Tilman Keskinoz 83f51ce900 Remove redeclaration, introduced in previous commit, to fix build
on CURRENT.
2004-08-15 17:12:39 +00:00
Thomas Gellekum de1120b840 Work around internal compiler error on -current. 2003-12-08 13:34:28 +00:00
Sergey A. Osokin f37f7775e3 Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by:	Oleg Karachevtsev <ok@etrust.ru>
PR:		56998
2003-09-24 09:37:11 +00:00
Maho Nakata 43801110c6 1. REAL cleaning on this port. The files dir is now organized so the
port can be maintained: previously there were multifile patches and several
patches for the same file, now it is a lot cleaner.

2. I also merged a memory leak fix and some fixes from
spice3f5-spaghetti.

4. MFB and removed GNUREADLINE support

5. honor CFLAGS and CC.

6. Add documentation.

7. Maho didn't change the name of port spice to spice3.
because spice4 might :) appear in the future. version number
should be listed on *only* PORTVERSION.

8. drom maintainership

PR:		54603
Submitted by:	"Pedro F. Giffuni" <giffunip@yahoo.com>
2003-07-19 03:13:48 +00:00
Maho Nakata 033edf02d6 Add Macquarie University patches:
- new spec command for spectral analysis
- JFET level 2 model
PATCHLEVEL is now 2

PR:		52410
Submitted by:	Pedro F. Giffuni <giffunip@yahoo.com>
2003-06-30 19:47:18 +00:00
Kris Kennaway 4e870334c1 Fix fgets buffer overflow
Obtained from:	OpenBSD
2003-06-27 03:36:50 +00:00
Maho Nakata a614d66ba8 a. Slight enhancement
b. Maintainer ship dropped (e-mail bounce)

Submitted by:	Pedro F. Giffuni <giffunip@yahoo.com>
2003-05-04 23:15:18 +00:00
Joerg Wunsch bd9c246a10 More FreeBSD tweaking in os_bsd.h:
. Declare HAS_INTWAITSTATUS in order to get it to compil at all (wonder
  how this used to work before)

. While i was at it, use HAS_SYSVDIRS instead of HAS_BSDDIRS to get rid
  of the obsolescence warning in <sys/dir.h>.
2002-08-25 19:23:42 +00:00
Joerg Wunsch 5e922b51ea Do not destroy the graph to be printed too early.
Another old patch of mine the maintainer never responded to.
2002-08-25 19:01:49 +00:00
Joerg Wunsch 1d127e3c3e When destroying a graph, don't attempt to dereference the contents of
already free()d client_data.  Instead, extract the widget to destroy
first, then destroy the client_data, then destroy the remembered
widget.

The maintainer of this port never responsed to my emails.
2002-08-25 19:00:37 +00:00
Joerg Wunsch f543893faf Default hardcopy prints to Postscript format instead of plot(5) which we
don't really support in FreeBSD.

No response by:	maintainer
2001-03-06 11:08:56 +00:00
Steve Price f4c18adf51 Incorporate some changes from NetBSD, Linux, and the Macquarie University.
PR:		18509
Submitted by:	Pedro F. Giffuni <giffunip@asme.org>
2000-05-29 03:04:58 +00:00
Chuck Robey 86b6c6a9c5 Fix floating point problem and flatten out multi-file patch.
PR:		10481
Submitted by:	Kouichi Hirabayashi <kh@mogami-wire.co.jp>
1999-03-08 18:40:17 +00:00
Thomas Gellekum 659d41a5f3 Some cleanup of this port.
PR:		6883
Submitted by:	Pedro Giffuni S. <giffunip@asme.org>
1998-06-08 09:21:41 +00:00
Thomas Gellekum 5bfb18c575 Port cleanup. Upgrade version number to 3f5.
PR:		4721
Submitted by:	Pedro Giffuni <pgiffuni@FPS.biblos.unal.edu.co>
1997-10-22 07:04:55 +00:00
Thomas Gellekum 32b8c8be6c Use the original version from EECS, not the patched linux stuff.
Closes PR 2254.

Submitted by: Julian Jenkins <kaveman@magna.com.au>
1996-12-23 07:26:19 +00:00
Thomas Gellekum 79e8f75f8d Finally, a port of the famous circuit simulation system.
Submitted by:	Julian Jenkins <kaveman@magna.com.au>
1996-05-23 08:17:41 +00:00