summaryrefslogtreecommitdiff
path: root/math/calc/files
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>2001-02-07 23:34:20 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>2001-02-07 23:34:20 +0000
commite5711333c567ec12fbac8a33703121fcdff57821 (patch)
tree73e8e47ffc9c6b76c5868e1a1b1fa4e2c6660568 /math/calc/files
parentInstall mysql-client.sh as 00mysql-client.sh so the included (diff)
Upgrade to version 2.11.2
Update MASTER_SITES
Notes
Notes: svn path=/head/; revision=38089
Diffstat (limited to 'math/calc/files')
-rw-r--r--math/calc/files/patch-ac11
-rw-r--r--math/calc/files/patch-ad11
2 files changed, 0 insertions, 22 deletions
diff --git a/math/calc/files/patch-ac b/math/calc/files/patch-ac
deleted file mode 100644
index 7ea12c3ca0af..000000000000
--- a/math/calc/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- help.c.orig Sat Dec 25 17:57:30 1999
-+++ help.c Sat Dec 25 17:56:57 1999
-@@ -137,7 +137,7 @@
- /*
- * write the line to pager, if possible
- */
-- } while(fputs(buf, cmd) > 0);
-+ } while (fputs(buf, cmd) >= 0);
-
- /*
- * all done, EOF or error, so just clean up
diff --git a/math/calc/files/patch-ad b/math/calc/files/patch-ad
deleted file mode 100644
index 0f8af0eaf01d..000000000000
--- a/math/calc/files/patch-ad
+++ /dev/null
@@ -1,11 +0,0 @@
---- calc.c.orig Sun Feb 6 00:53:48 2000
-+++ calc.c Sun Feb 6 00:57:01 2000
-@@ -233,7 +233,7 @@
- /* argument + space separator */
- cmdlen += strlen(argv[i]) + 1;
- }
-- if (i > MAXCMD) {
-+ if (cmdlen > MAXCMD) {
- /*
- * we are too early in processing to call
- * libcalc_call_me_last() - nothing to cleanup