From owner-freebsd-ports Mon Sep 25 21:50:17 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EE87037B42C for ; Mon, 25 Sep 2000 21:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA56314; Mon, 25 Sep 2000 21:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from cocoja.holywar.net (cocoja.holywar.net [210.102.1.5]) by hub.freebsd.org (Postfix) with ESMTP id 709F337B422 for ; Mon, 25 Sep 2000 21:43:57 -0700 (PDT) Received: (from jhp@localhost) by cocoja.holywar.net (8.11.0/8.11.0) id e8Q4hwl86197; Tue, 26 Sep 2000 13:43:58 +0900 (KST) (envelope-from jhp) Message-Id: <200009260443.e8Q4hwl86197@cocoja.holywar.net> Date: Tue, 26 Sep 2000 13:43:58 +0900 (KST) From: Park JongHwan Reply-To: jhp@cocoja.holywar.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/21553: Update port: net/tintin++-devel to 1.83 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 21553 >Category: ports >Synopsis: Update port: net/tintin++-devel to 1.83 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Sep 25 21:50:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Park JongHwan >Release: FreeBSD 4.1-STABLE i386 >Organization: >Environment: >Description: update to 1.83 chat feature disabled by default. I'd like to takeover maintainership. >How-To-Repeat: >Fix: diff -urN ../net/tintin++-devel/Makefile tintin++-devel/Makefile --- ../net/tintin++-devel/Makefile Mon Sep 18 03:35:57 2000 +++ tintin++-devel/Makefile Tue Sep 26 13:39:56 2000 @@ -6,10 +6,10 @@ # 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 diff -urN ../net/tintin++-devel/files/md5 tintin++-devel/files/md5 --- ../net/tintin++-devel/files/md5 Mon Sep 18 03:35:59 2000 +++ tintin++-devel/files/md5 Sun Sep 24 21:05:30 2000 @@ -1 +1 @@ -MD5 (tintin++v1.82.tar.gz) = 8817be7ba82283f507953f17ef4d7743 +MD5 (tintin++v1.83.tar.gz) = 468f690e82bf0a511771a861dc2918cd diff -urN ../net/tintin++-devel/patches/patch-ab tintin++-devel/patches/patch-ab --- ../net/tintin++-devel/patches/patch-ab Mon Sep 18 03:35:59 2000 +++ tintin++-devel/patches/patch-ab Tue Sep 26 13:06:51 2000 @@ -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 -urN ../net/tintin++-devel/patches/patch-ac tintin++-devel/patches/patch-ac --- ../net/tintin++-devel/patches/patch-ac Thu Jan 1 09:00:00 1970 +++ tintin++-devel/patches/patch-ac Tue Sep 26 13:06:45 2000 @@ -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 -urN ../net/tintin++-devel/patches/patch-ad tintin++-devel/patches/patch-ad --- ../net/tintin++-devel/patches/patch-ad Thu Jan 1 09:00:00 1970 +++ tintin++-devel/patches/patch-ad Tue Sep 26 12:45:13 2000 @@ -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 -urN ../net/tintin++-devel/patches/patch-ae tintin++-devel/patches/patch-ae --- ../net/tintin++-devel/patches/patch-ae Thu Jan 1 09:00:00 1970 +++ tintin++-devel/patches/patch-ae Tue Sep 26 13:38:08 2000 @@ -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; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message