From owner-freebsd-ports Sun Feb 18 20:20: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E86A637B4EC for ; Sun, 18 Feb 2001 20:20:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1J4K0L45260; Sun, 18 Feb 2001 20:20:00 -0800 (PST) (envelope-from gnats) Received: from epsilon.lucida.ca (epsilon.lucida.ca [209.47.215.67]) by hub.freebsd.org (Postfix) with SMTP id E9E2D37B684 for ; Sun, 18 Feb 2001 20:14:26 -0800 (PST) Received: (qmail 84990 invoked by uid 1000); 19 Feb 2001 04:14:28 -0000 Message-Id: <20010219041428.84989.qmail@epsilon.lucida.ca> Date: 19 Feb 2001 04:14:28 -0000 From: matt@LUCIDA.CA Reply-To: matt@LUCIDA.CA To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25197: PORT UPDATE: net/tintin++-devel 1.83 -> 1.84 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25197 >Category: ports >Synopsis: PORT UPDATE: net/tintin++-devel 1.83 -> 1.84 >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: Sun Feb 18 20:20:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Matt Heckaman >Release: FreeBSD 4.2-STABLE i386 >Organization: Lucida Communications >Environment: Tested on FreeBSD 4.2-STABLE, I am unable to do testing on FreeBSD 3.x because I have no access to any machines running it. There should be no problem at all though. >Description: The attached patch upgrades net/tintin++-devel 1.83 to 1.84. If any of you saw my updates to analog and mrtg, this time I did a cvsup 5 minutes ago to make sure it wasn't already done and redundant *blush* >How-To-Repeat: N/A >Fix: diff -ruN tintin++-devel.orig/Makefile tintin++-devel/Makefile --- tintin++-devel.orig/Makefile Sun Feb 18 22:07:57 2001 +++ tintin++-devel/Makefile Sun Feb 18 22:48:22 2001 @@ -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 @@ ${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 diff -ruN tintin++-devel.orig/distinfo tintin++-devel/distinfo --- tintin++-devel.orig/distinfo Sun Feb 18 22:07:51 2001 +++ tintin++-devel/distinfo Sun Feb 18 22:15:38 2001 @@ -1 +1 @@ -MD5 (tintin++v1.83.tar.gz) = 7363576e0fec8eb50eac1e1c8a202056 +MD5 (tintin++v1.84.tar.gz) = a405fd69bdd9525ac1d913cf1a9c35f4 diff -ruN tintin++-devel.orig/files/patch-aa tintin++-devel/files/patch-aa --- tintin++-devel.orig/files/patch-aa Sun Sep 17 14:35:59 2000 +++ tintin++-devel/files/patch-aa Sun Feb 18 22:29:45 2001 @@ -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 -ruN tintin++-devel.orig/files/patch-ab tintin++-devel/files/patch-ab --- tintin++-devel.orig/files/patch-ab Tue Sep 26 10:53:16 2000 +++ tintin++-devel/files/patch-ab Sun Feb 18 22:31:22 2001 @@ -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 -ruN tintin++-devel.orig/files/patch-ac tintin++-devel/files/patch-ac --- tintin++-devel.orig/files/patch-ac Tue Sep 26 10:53:16 2000 +++ tintin++-devel/files/patch-ac Sun Feb 18 22:33:28 2001 @@ -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 - #include - #include --#include - #include - #include - #include -@@ -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"); >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message