From jhp@cocoja.holywar.net  Mon Sep 25 21:43:58 2000
Return-Path: <jhp@cocoja.holywar.net>
Received: from cocoja.holywar.net (cocoja.holywar.net [210.102.1.5])
	by hub.freebsd.org (Postfix) with ESMTP id 709F337B422
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <jhp@cocoja.holywar.net>
Reply-To: jhp@cocoja.holywar.net
To: FreeBSD-gnats-submit@freebsd.org
Subject: Update port: net/tintin++-devel to 1.83 
X-Send-Pr-Version: 3.2

>Number:         21553
>Category:       ports
>Synopsis:       Update port: net/tintin++-devel to 1.83
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 25 21:50:01 PDT 2000
>Closed-Date:    Tue Sep 26 07:53:26 PDT 2000
>Last-Modified:  Tue Sep 26 07:53:44 PDT 2000
>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 <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;
+   }
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 <sys/termio.h>
+-#else
++#elif !defined(HAVE_SYS_IOCTL_H)
+ #include <sgtty.h>
+ #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:
State-Changed-From-To: open->closed 
State-Changed-By: ade 
State-Changed-When: Tue Sep 26 07:53:26 PDT 2000 
State-Changed-Why:  
Update committed, maintainership switched. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=21553 
>Unformatted:
