summaryrefslogtreecommitdiff
path: root/net/tintin++-devel/files/patch-ac
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2000-09-26 14:53:16 +0000
committerAde Lovett <ade@FreeBSD.org>2000-09-26 14:53:16 +0000
commitbe2cada2b99773f35f754ea66de6253c59b51324 (patch)
treea05104ecc63891135b2628ebdaa39ef198c5a0d8 /net/tintin++-devel/files/patch-ac
parentNew maintainer (from ports@FreeBSD.org). (diff)
Update to 1.83, with chat feature disabled by default.
Maintainer switch from ports@FreeBSD.org PR: 21553 Submitted by: new maintainer <jhp@cocoja.holywar.net>
Notes
Notes: svn path=/head/; revision=33145
Diffstat (limited to 'net/tintin++-devel/files/patch-ac')
-rw-r--r--net/tintin++-devel/files/patch-ac22
1 files changed, 22 insertions, 0 deletions
diff --git a/net/tintin++-devel/files/patch-ac b/net/tintin++-devel/files/patch-ac
new file mode 100644
index 000000000000..964fef610a47
--- /dev/null
+++ b/net/tintin++-devel/files/patch-ac
@@ -0,0 +1,22 @@
+--- chat.c.orig Fri Sep 8 13:42:00 2000
++++ chat.c Tue Sep 23 12:46:11 2000
+@@ -66,7 +66,6 @@
+ #include <stdio.h>
+ #include <unistd.h>
+ #include <memory.h>
+-#include <malloc.h>
+ #include <errno.h>
+ #include <ctype.h>
+ #include <sys/socket.h>
+@@ -1456,9 +1455,8 @@
+
+
+ if ((f = fopen("chat.conf", "r")) == NULL) {
+- printf("\n#ERROR: chat.conf not found!\n");
+- printf(" This file must be in your current directory.\n");
+- printf(" Using defaults...\n");
++ printf("\n#CHAT: chat.conf file must be in your current directory to enable it.\n");
++ printf(" You can find example in /usr/local/share/doc/tintin, use with caution.\n");
+ fflush(stdout);
+ return;
+ }