summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorjoerg <joerg>2012-11-19 02:56:44 +0000
committerjoerg <joerg>2012-11-19 02:56:44 +0000
commitbfa7ef453b7d6fa1721cba8969542e77c33fdebf (patch)
tree0ee8877ad980531133db53cce7364479f0aa9b1b /math
parent50dced0f9c8ee849f6b90019f24eb734389a967b (diff)
downloadpkgsrc-bfa7ef453b7d6fa1721cba8969542e77c33fdebf.tar.gz
Use more void.
Diffstat (limited to 'math')
-rw-r--r--math/xlispstat/distinfo6
-rw-r--r--math/xlispstat/patches/patch-ac4
-rw-r--r--math/xlispstat/patches/patch-myplot.c13
-rw-r--r--math/xlispstat/patches/patch-term.c15
4 files changed, 34 insertions, 4 deletions
diff --git a/math/xlispstat/distinfo b/math/xlispstat/distinfo
index 7300552c793..5a4aadbf647 100644
--- a/math/xlispstat/distinfo
+++ b/math/xlispstat/distinfo
@@ -1,8 +1,10 @@
-$NetBSD: distinfo,v 1.8 2011/01/29 22:28:01 markd Exp $
+$NetBSD: distinfo,v 1.9 2012/11/19 02:56:44 joerg Exp $
SHA1 (xlispstat-3-52-20.tar.gz) = a62c353ce136ba7111536457272fa20f82ae23e0
RMD160 (xlispstat-3-52-20.tar.gz) = 834442693df99692c80efd6149315639329379c4
Size (xlispstat-3-52-20.tar.gz) = 1527951 bytes
SHA1 (patch-aa) = 84eb15a37fadad963ed125e0bf0b2ff826a0937a
-SHA1 (patch-ac) = 0d7a966ad49e0c4b0173792f2c26262bec65312b
+SHA1 (patch-ac) = bff1a15bdab655eef8ea841ffb7ec52f5a547673
SHA1 (patch-ad) = 832133137b104facbd90189e5dd163bb35ff9174
+SHA1 (patch-myplot.c) = 4df845a96610fc5078692bf7bd54b0fb0425f7d4
+SHA1 (patch-term.c) = a9d48d1d08c2eabd1c5a1609f234cb6818594332
diff --git a/math/xlispstat/patches/patch-ac b/math/xlispstat/patches/patch-ac
index df6e534c90f..a244d35d526 100644
--- a/math/xlispstat/patches/patch-ac
+++ b/math/xlispstat/patches/patch-ac
@@ -1,6 +1,6 @@
-$NetBSD: patch-ac,v 1.6 2008/03/07 16:48:02 jlam Exp $
+$NetBSD: patch-ac,v 1.7 2012/11/19 02:56:44 joerg Exp $
---- Makefile.in.orig 2000-02-01 18:22:53.000000000 -0500
+--- Makefile.in.orig 2000-02-01 23:22:53.000000000 +0000
+++ Makefile.in
@@ -6,7 +6,8 @@
##############################################################################
diff --git a/math/xlispstat/patches/patch-myplot.c b/math/xlispstat/patches/patch-myplot.c
new file mode 100644
index 00000000000..8fdd9d1bcd9
--- /dev/null
+++ b/math/xlispstat/patches/patch-myplot.c
@@ -0,0 +1,13 @@
+$NetBSD: patch-myplot.c,v 1.1 2012/11/19 02:56:44 joerg Exp $
+
+--- myplot.c.orig 2012-11-18 23:19:47.000000000 +0000
++++ myplot.c
+@@ -41,7 +41,7 @@ static double NiceValue(x)
+ }
+ }
+
+-static SetNiceRange(xmin, xmax, ticks)
++static void SetNiceRange(xmin, xmax, ticks)
+ double *xmin, *xmax;
+ int *ticks;
+ {
diff --git a/math/xlispstat/patches/patch-term.c b/math/xlispstat/patches/patch-term.c
new file mode 100644
index 00000000000..1402de6ad8d
--- /dev/null
+++ b/math/xlispstat/patches/patch-term.c
@@ -0,0 +1,15 @@
+$NetBSD: patch-term.c,v 1.1 2012/11/19 02:56:44 joerg Exp $
+
+--- term.c.orig 2012-11-18 23:20:09.000000000 +0000
++++ term.c
+@@ -48,9 +48,7 @@ int term = 1; /* gives tek */
+ #define NICE_LINE 0
+ #define POINT_TYPES 6
+
+-do_point(x,y,number)
+- int x,y;
+- int number;
++static void do_point(int x, int y, int number)
+ {
+ register int htic,vtic;
+ register struct termentry *t;