summaryrefslogtreecommitdiff
path: root/cad/ng-spice/patches/patch-ad
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2005-11-17 13:17:56 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2005-11-17 13:17:56 +0000
commitad86e2085cdb0d2ec842de770017f80c68d1c837 (patch)
treeeb2c298360620461c77db756fb8b45be3a8e221e /cad/ng-spice/patches/patch-ad
parent8061a246e42acef7169e477086d6a6688ea1dfc9 (diff)
downloadpkgsrc-ad86e2085cdb0d2ec842de770017f80c68d1c837.tar.gz
update to ng-spice-17
Changes are: Ng-spice-rework-17 ============ This is a bug fix release. Previous release tarball did not included an include file necessary for compiling numparam library. Ng-spice-rework-16 ============ Rework-16 comes out after almost one year of CVS development (from 15-fixedRC3). This release improves ngspice in three ways: - Bug fixing: most of the bugs that affected rework-15 have been fixed, thus ngspice is more stable, especially the xspice extension, the subcircuit (X devices) handling and the numparam library. - New features: netlist syntax has been expandend allowing for end-of-line comments. A ".global" card has beed added to define global nodes, i.e. nodes that are not expanded in subcircuits. It is possible to define TC for resistors on the instance line. The editline library can be used instead of readline (no more GPL license violation). - Porting: ngspice now works (with xspice extension) on Windows using MINGW/MSYS.
Diffstat (limited to 'cad/ng-spice/patches/patch-ad')
-rw-r--r--cad/ng-spice/patches/patch-ad20
1 files changed, 10 insertions, 10 deletions
diff --git a/cad/ng-spice/patches/patch-ad b/cad/ng-spice/patches/patch-ad
index f09480e5ff1..8474b9c7802 100644
--- a/cad/ng-spice/patches/patch-ad
+++ b/cad/ng-spice/patches/patch-ad
@@ -1,13 +1,13 @@
-$NetBSD: patch-ad,v 1.5 2004/12/02 13:33:32 dmcmahill Exp $
+$NetBSD: patch-ad,v 1.6 2005/11/17 13:17:56 dmcmahill Exp $
---- configure.in.orig Sun Aug 15 08:51:13 2004
-+++ configure.in
-@@ -161,7 +161,7 @@ fi
-
- if test "$enable_debug" = "no"; then
- AC_MSG_WARN(Removing debugging option!)
-- CFLAGS=" "
-+ CFLAGS="`echo $CFLAGS | sed 's;-g;;g'` "
- fi
+--- src/frontend/terminal.c.orig 2001-04-22 10:08:46.000000000 +0000
++++ src/frontend/terminal.c
+@@ -27,6 +27,8 @@ Author: 1986 Wayne A. Christopher, U. C.
+ #include <termcap.h>
+ #endif
++#include <sys/ioctl.h>
++
+ #include <ngspice.h>
+ #include <cpdefs.h>