diff options
author | steve <steve@FreeBSD.org> | 2001-02-26 04:57:26 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2001-02-26 04:57:26 +0000 |
commit | 60ff73957df0577300392cc16a1f4b3af0a4a4a1 (patch) | |
tree | c8b0c537d31588bd03e3d6f7962f2bedba9296cd /net | |
parent | 1bccb35e17ab442884929afb8308a593850fd19a (diff) | |
download | FreeBSD-ports-60ff73957df0577300392cc16a1f4b3af0a4a4a1.zip FreeBSD-ports-60ff73957df0577300392cc16a1f4b3af0a4a4a1.tar.gz |
Update to version 1.84.
PR: 25197
Submitted by: Matt Heckaman <matt@lucida.ca>
Diffstat (limited to 'net')
-rw-r--r-- | net/tintin++-devel/Makefile | 6 | ||||
-rw-r--r-- | net/tintin++-devel/distinfo | 2 | ||||
-rw-r--r-- | net/tintin++-devel/files/patch-aa | 37 | ||||
-rw-r--r-- | net/tintin++-devel/files/patch-ab | 30 | ||||
-rw-r--r-- | net/tintin++-devel/files/patch-ac | 22 |
5 files changed, 33 insertions, 64 deletions
diff --git a/net/tintin++-devel/Makefile b/net/tintin++-devel/Makefile index d48877b..f71a1b4 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 90f85da..2e3a730 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 0d0e2f6..aa97cde 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 1476695..4a3dd6e 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 964fef6..2068d68 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"); |