summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2012-11-23 12:11:41 +0000
committerjoerg <joerg@pkgsrc.org>2012-11-23 12:11:41 +0000
commitfaa3ff79d52120d2e2da3c3e96dafcf3bab26f5d (patch)
treeccba3dfcf246b9984022ebcbaf4a598641b3602a /misc
parent28780c5fb0ed0c4656e6f855cebfd133bb0a0168 (diff)
downloadpkgsrc-faa3ff79d52120d2e2da3c3e96dafcf3bab26f5d.tar.gz
Welcome the void.
Diffstat (limited to 'misc')
-rw-r--r--misc/elizatalk/distinfo4
-rw-r--r--misc/elizatalk/patches/patch-ab26
2 files changed, 22 insertions, 8 deletions
diff --git a/misc/elizatalk/distinfo b/misc/elizatalk/distinfo
index a69835291a4..66242ef699e 100644
--- a/misc/elizatalk/distinfo
+++ b/misc/elizatalk/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.4 2010/02/11 19:18:55 joerg Exp $
+$NetBSD: distinfo,v 1.5 2012/11/23 12:11:41 joerg Exp $
SHA1 (elizatalk-0.4.tar.gz) = 8d5d1931fcd3d014b63d27d1c893661941800f84
RMD160 (elizatalk-0.4.tar.gz) = b293b8c200946c24d1c3bd68ab5dc5b6fffc8d3b
Size (elizatalk-0.4.tar.gz) = 116369 bytes
SHA1 (patch-aa) = 52423155d4b4fdcc2571c69aafcab80cae3d8ab1
-SHA1 (patch-ab) = b39c87a6ec89403d14fab195b4e4dd0d48c4e2be
+SHA1 (patch-ab) = f1d0148f3d58bafcb9fe3de255b49afa0e86943e
diff --git a/misc/elizatalk/patches/patch-ab b/misc/elizatalk/patches/patch-ab
index b17390b85e5..3d57f97fd7f 100644
--- a/misc/elizatalk/patches/patch-ab
+++ b/misc/elizatalk/patches/patch-ab
@@ -1,6 +1,6 @@
-$NetBSD: patch-ab,v 1.2 2004/09/10 12:02:54 drochner Exp $
+$NetBSD: patch-ab,v 1.3 2012/11/23 12:11:41 joerg Exp $
---- splotch.c.orig 2000-10-23 13:37:56.000000000 +0200
+--- splotch.c.orig 2000-10-23 11:37:56.000000000 +0000
+++ splotch.c
@@ -17,9 +17,12 @@
#define NAME "Eliza" /* name of robot */
@@ -18,7 +18,7 @@ $NetBSD: patch-ab,v 1.2 2004/09/10 12:02:54 drochner Exp $
#define DEBUG 0 /* debug flag */
#define VERBOSE 0 /* verbose errors */
#define DEB 0
-@@ -40,7 +43,6 @@ FILE *dfile; /* file poi
+@@ -40,10 +43,11 @@ FILE *dfile; /* file poi
int maxtempl; /* templ[maxtempl] is last entry */
int oldkeywd[SP_HIST]; /* queue of indices of most recent keys */
@@ -26,7 +26,12 @@ $NetBSD: patch-ab,v 1.2 2004/09/10 12:02:54 drochner Exp $
char *phrasefind();
char *lower();
-@@ -549,7 +551,7 @@ char *lower(s)
++void shift(int base, int delta);
++
+ /***************************************************************************
+ ask(person, question) takes two null terminated strings, one is the
+ question and the other is the person who asked the question. The function
+@@ -549,7 +553,7 @@ char *lower(s)
char *s;
{
int i;
@@ -35,7 +40,7 @@ $NetBSD: patch-ab,v 1.2 2004/09/10 12:02:54 drochner Exp $
for (i=0; s[i]; ++i)
tmp[i] = tolower(s[i]);
-@@ -642,30 +644,6 @@ char fname[50];
+@@ -642,30 +646,6 @@ char fname[50];
@@ -66,7 +71,7 @@ $NetBSD: patch-ab,v 1.2 2004/09/10 12:02:54 drochner Exp $
-@@ -706,7 +684,7 @@ trytempl(question)
+@@ -706,7 +686,7 @@ trytempl(question)
firstime=0;
}
else
@@ -75,3 +80,12 @@ $NetBSD: patch-ab,v 1.2 2004/09/10 12:02:54 drochner Exp $
if (key == NULL) {
done=1;
break;
+@@ -893,7 +873,7 @@ gswap(old, new)
+ }
+
+
+-
++void
+ shift(base, delta)
+ int base, delta;
+ {