summaryrefslogtreecommitdiff
path: root/net/tintin++-devel
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2001-02-26 04:57:26 +0000
committerSteve Price <steve@FreeBSD.org>2001-02-26 04:57:26 +0000
commit80fdbb07abdfac308272dd73dfd6eb1f397f769f (patch)
treeac55a1d8e59ee7f7ad11b486e3f0b7e7b555fea5 /net/tintin++-devel
parentUpdate to version 4.0.1. (diff)
Update to version 1.84.
PR: 25197 Submitted by: Matt Heckaman <matt@lucida.ca>
Notes
Notes: svn path=/head/; revision=38765
Diffstat (limited to 'net/tintin++-devel')
-rw-r--r--net/tintin++-devel/Makefile6
-rw-r--r--net/tintin++-devel/distinfo2
-rw-r--r--net/tintin++-devel/files/patch-aa37
-rw-r--r--net/tintin++-devel/files/patch-ab30
-rw-r--r--net/tintin++-devel/files/patch-ac22
5 files changed, 33 insertions, 64 deletions
diff --git a/net/tintin++-devel/Makefile b/net/tintin++-devel/Makefile
index d48877b3f5f3..f71a1b40af66 100644
--- a/net/tintin++-devel/Makefile
+++ b/net/tintin++-devel/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME= tintin
-PORTVERSION= 1.8.3
+PORTVERSION= 1.8.4
CATEGORIES= net games
MASTER_SITES= http://mail.newclear.net/tintin/download/ \
http://freebsd.hanirc.org/~jhp/tintin++/
-DISTNAME= tintin++v1.83
+DISTNAME= tintin++v1.84
MAINTAINER= jhp@cocoja.holywar.net
@@ -24,7 +24,7 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/support/.tt_help.txt.Z ${PREFIX}/lib/tintin
${MKDIR} ${PREFIX}/share/doc/tintin
${INSTALL_DATA} ${WRKSRC}/support/.tintinrc ${PREFIX}/share/doc/tintin/tintinrc
- ${INSTALL_DATA} ${WRKSRC}/../chat.conf ${PREFIX}/share/doc/tintin/chat.conf.example
+ ${INSTALL_DATA} ${WRKSRC}/support/tt.conf ${PREFIX}/share/doc/tintin/chat.conf.example
cd ${WRKSRC}/.. ; ${INSTALL_DATA} CHANGES FAQ CREDITS README docs/* ${PREFIX}/share/doc/tintin
.include <bsd.port.mk>
diff --git a/net/tintin++-devel/distinfo b/net/tintin++-devel/distinfo
index 90f85da540c6..2e3a730a2d0c 100644
--- a/net/tintin++-devel/distinfo
+++ b/net/tintin++-devel/distinfo
@@ -1 +1 @@
-MD5 (tintin++v1.83.tar.gz) = 7363576e0fec8eb50eac1e1c8a202056
+MD5 (tintin++v1.84.tar.gz) = a405fd69bdd9525ac1d913cf1a9c35f4
diff --git a/net/tintin++-devel/files/patch-aa b/net/tintin++-devel/files/patch-aa
index 0d0e2f66106f..aa97cde0b035 100644
--- a/net/tintin++-devel/files/patch-aa
+++ b/net/tintin++-devel/files/patch-aa
@@ -1,26 +1,11 @@
-*** Makefile.in.orig Thu Jul 20 11:46:17 2000
---- Makefile.in Sat Sep 2 09:14:06 2000
-***************
-*** 9,19 ****
-
- DEFINES = -D_GNU_SOURCE @DEFS@
-
-- CC = @CC@
- MAKE = @MAKE@
-
- #this is the standard CFLAGS options, this is what most people should use
-! CFLAGS = -O2 $(DEFINES)
-
- #this is the debugging CFLAGS options, should only be used if you want to
- #debug/code tintin
---- 9,18 ----
-
- DEFINES = -D_GNU_SOURCE @DEFS@
-
- MAKE = @MAKE@
-
- #this is the standard CFLAGS options, this is what most people should use
-! CFLAGS += $(DEFINES)
-
- #this is the debugging CFLAGS options, should only be used if you want to
- #debug/code tintin
+--- Makefile.in.orig Sun Feb 18 22:27:03 2001
++++ Makefile.in Sun Feb 18 22:28:00 2001
+@@ -13,7 +13,7 @@
+ MAKE = @MAKE@
+
+ #this is the standard CFLAGS options, this is what most people should use
+-CFLAGS = -O2 $(DEFINES) @BIG5@
++CFLAGS += $(DEFINES) @BIG5@
+
+ #this is the debugging CFLAGS options, should only be used if you want to
+ #debug/code tintin
diff --git a/net/tintin++-devel/files/patch-ab b/net/tintin++-devel/files/patch-ab
index 1476695c8de6..4a3dd6e5623c 100644
--- a/net/tintin++-devel/files/patch-ab
+++ b/net/tintin++-devel/files/patch-ab
@@ -1,19 +1,11 @@
-*** main.c.orig Sat Sep 2 10:20:22 2000
---- main.c Sat Sep 2 10:20:27 2000
-***************
-*** 70,76 ****
- int verbatim = 0;
- int prompt_on = 0;
- int funcnum = 0;
-! int enable_chat = 1;
- char homepath[1025];
- char prompt_line[BUFFER_SIZE];
-
---- 70,76 ----
- int verbatim = 0;
- int prompt_on = 0;
- int funcnum = 0;
-! int enable_chat = 0;
- char homepath[1025];
- char prompt_line[BUFFER_SIZE];
-
+--- main.c.orig Sun Feb 18 22:31:06 2001
++++ main.c Sun Feb 18 22:31:13 2001
+@@ -73,7 +73,7 @@
+ int verbatim = 0;
+ int prompt_on = 0;
+ int funcnum = 0;
+-int enable_chat = 1;
++int enable_chat = 0;
+ char homepath[1025];
+ char prompt_line[BUFFER_SIZE];
+
diff --git a/net/tintin++-devel/files/patch-ac b/net/tintin++-devel/files/patch-ac
index 964fef610a47..2068d684a24c 100644
--- a/net/tintin++-devel/files/patch-ac
+++ b/net/tintin++-devel/files/patch-ac
@@ -1,19 +1,11 @@
---- 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 @@
+--- chat.c.orig Sun Feb 18 22:32:15 2001
++++ chat.c Sun Feb 18 22:33:18 2001
+@@ -1451,9 +1451,8 @@
+ sprintf(filestring, "%s/%s", getenv("HOME"), CONFIG_FILE);
-
- 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");
+ if ((f = fopen(filestring, "r")) == NULL) {
+- printf("\n#ERROR: tt.conf not found!\n");
+- printf(" This file must be in your home 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");