From edd0d10db57ce443a074b92af60692a6e08e78dd Mon Sep 17 00:00:00 2001 From: ade Date: Tue, 26 Sep 2000 14:53:16 +0000 Subject: Update to 1.83, with chat feature disabled by default. Maintainer switch from ports@FreeBSD.org PR: 21553 Submitted by: new maintainer --- net/tintin++-devel/Makefile | 6 +++--- net/tintin++-devel/distinfo | 2 +- net/tintin++-devel/files/patch-ab | 19 ------------------- net/tintin++-devel/files/patch-ac | 22 ++++++++++++++++++++++ net/tintin++-devel/files/patch-ad | 11 +++++++++++ net/tintin++-devel/files/patch-ae | 11 +++++++++++ 6 files changed, 48 insertions(+), 23 deletions(-) create mode 100644 net/tintin++-devel/files/patch-ac create mode 100644 net/tintin++-devel/files/patch-ad create mode 100644 net/tintin++-devel/files/patch-ae diff --git a/net/tintin++-devel/Makefile b/net/tintin++-devel/Makefile index 7b75c28..ff5db97 100644 --- a/net/tintin++-devel/Makefile +++ b/net/tintin++-devel/Makefile @@ -6,12 +6,12 @@ # PORTNAME= tintin -PORTVERSION= 1.8.2 +PORTVERSION= 1.8.3 CATEGORIES= net games MASTER_SITES= http://mail.newclear.net/tintin/download/ -DISTNAME= tintin++v1.82 +DISTNAME= tintin++v1.83 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jhp@cocoja.holywar.net WRKSRC= ${WRKDIR}/tintin++/src GNU_CONFIGURE= yes diff --git a/net/tintin++-devel/distinfo b/net/tintin++-devel/distinfo index f300c5c..f4e33f9 100644 --- a/net/tintin++-devel/distinfo +++ b/net/tintin++-devel/distinfo @@ -1 +1 @@ -MD5 (tintin++v1.82.tar.gz) = 8817be7ba82283f507953f17ef4d7743 +MD5 (tintin++v1.83.tar.gz) = 468f690e82bf0a511771a861dc2918cd diff --git a/net/tintin++-devel/files/patch-ab b/net/tintin++-devel/files/patch-ab index 2c4d583..1476695 100644 --- a/net/tintin++-devel/files/patch-ab +++ b/net/tintin++-devel/files/patch-ab @@ -17,22 +17,3 @@ char homepath[1025]; char prompt_line[BUFFER_SIZE]; -*** chat.c.orig Sat Sep 2 10:34:02 2000 ---- chat.c Sat Sep 2 10:33:32 2000 -*************** -*** 1458,1464 **** - 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"); - fflush(stdout); - return; - } ---- 1458,1464 ---- - 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(" You can find example in /usr/local/share/doc/tintin\n"); - fflush(stdout); - return; - } diff --git a/net/tintin++-devel/files/patch-ac b/net/tintin++-devel/files/patch-ac new file mode 100644 index 0000000..964fef6 --- /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 + #include + #include +-#include + #include + #include + #include +@@ -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; + } diff --git a/net/tintin++-devel/files/patch-ad b/net/tintin++-devel/files/patch-ad new file mode 100644 index 0000000..007d0b4 --- /dev/null +++ b/net/tintin++-devel/files/patch-ad @@ -0,0 +1,11 @@ +--- scrsize.c.orig Tue Sep 23 12:10:26 2000 ++++ scrsize.c Tue Sep 23 12:22:17 2000 +@@ -14,7 +14,7 @@ + + #ifdef HAVE_SYS_TERMIO_H + #include +-#else ++#elif !defined(HAVE_SYS_IOCTL_H) + #include + #endif + diff --git a/net/tintin++-devel/files/patch-ae b/net/tintin++-devel/files/patch-ae new file mode 100644 index 0000000..aa766ec --- /dev/null +++ b/net/tintin++-devel/files/patch-ae @@ -0,0 +1,11 @@ +--- rl.c.orig Sun Aug 13 02:40:28 2000 ++++ rl.c Tue Sep 26 13:38:02 2000 +@@ -436,7 +436,7 @@ + /* get a clean screen without the split crap; useful for ^Z, quitting, etc */ + void cleanscreen(void) + { +- system("stty echo"); /* a hack, admittedly */ ++ // system("stty echo"); /* a hack, admittedly */ + + if(!is_split) + return; -- cgit v1.1