aboutsummaryrefslogtreecommitdiff
path: root/cad/jspice3
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2006-11-14 15:27:22 +0000
committerStanislav Sedov <stas@FreeBSD.org>2006-11-14 15:27:22 +0000
commitc7979b220e92f08448aee860ff693c7cadc18493 (patch)
tree69fb520b3286074c52d1ddc870f132979209c12e /cad/jspice3
parente41ec7521c8b4ab1857cb76445bd2331a98e4721 (diff)
downloadports-c7979b220e92f08448aee860ff693c7cadc18493.tar.gz
ports-c7979b220e92f08448aee860ff693c7cadc18493.zip
- GCC4 compatiblity
- Change my email
Notes
Notes: svn path=/head/; revision=177263
Diffstat (limited to 'cad/jspice3')
-rw-r--r--cad/jspice3/Makefile2
-rw-r--r--cad/jspice3/files/patch-src_lib_fte_resource.c11
2 files changed, 12 insertions, 1 deletions
diff --git a/cad/jspice3/Makefile b/cad/jspice3/Makefile
index 8d3040d01f0a..d447b59ff90a 100644
--- a/cad/jspice3/Makefile
+++ b/cad/jspice3/Makefile
@@ -12,7 +12,7 @@ CATEGORIES= cad
MASTER_SITES= http://www.wrcad.com/ftp/pub/ \
ftp://ftp.srware.com/pub/
-MAINTAINER= ssedov@mbsd.msk.ru
+MAINTAINER= stas@FreeBSD.org
COMMENT= An adaptation of the Berkeley Spice3f4 with superconductivity
CONFLICTS= spice-[0-9]*
diff --git a/cad/jspice3/files/patch-src_lib_fte_resource.c b/cad/jspice3/files/patch-src_lib_fte_resource.c
new file mode 100644
index 000000000000..641ce7b4dae4
--- /dev/null
+++ b/cad/jspice3/files/patch-src_lib_fte_resource.c
@@ -0,0 +1,11 @@
+--- src/lib/fte/resource.c.orig Tue Nov 14 18:23:27 2006
++++ src/lib/fte/resource.c Tue Nov 14 18:23:33 2006
+@@ -36,7 +36,7 @@
+ #endif
+ #endif
+ #endif
+-static char *enddata;
++char *enddata;
+ static int origsec;
+ static int origusec;
+ static int lastsec;