From admin@mysql.dailyrush.dk  Sat Dec 28 16:28:22 2002
Return-Path: <admin@mysql.dailyrush.dk>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id AC73B37B405
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 28 Dec 2002 16:28:22 -0800 (PST)
Received: from mysql.dailyrush.dk (cw.quake3.dk [129.142.227.5])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4C9FF43EDC
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 28 Dec 2002 16:28:21 -0800 (PST)
	(envelope-from admin@mysql.dailyrush.dk)
Received: (from admin@localhost)
	by mysql.dailyrush.dk (8.11.6/8.11.6) id gBT0T6143145;
	Sun, 29 Dec 2002 01:29:06 +0100 (CET)
	(envelope-from admin)
Message-Id: <200212290029.gBT0T6143145@mysql.dailyrush.dk>
Date: Sun, 29 Dec 2002 01:29:06 +0100 (CET)
From: Morten Brix Pedersen <morten@wtf.dk>
Reply-To: Morten Brix Pedersen <morten@wtf.dk>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: update of LostIRC port
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         46605
>Category:       ports
>Synopsis:       update of LostIRC port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 28 16:30:02 PST 2002
>Closed-Date:    Thu Jan 16 22:01:35 PST 2003
>Last-Modified:  Thu Jan 16 22:01:35 PST 2003
>Originator:     Morten Brix Pedersen
>Release:        FreeBSD 4.4-RELEASE i386
>Organization:
>Environment:
System: FreeBSD foo.dk 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Fri Feb 22 20:49:06 GMT 2002 root@foo.dk:/usr/src/sys/compile/MYKERNEL i386


>Description:
The current maintainer has for some months now not responded to my emails requesting a new version of the LostIRC port. So I'm submitting one myself.

The current version is very outdated and has some serious bugs which on some systems causes the application to abort when starting it. The new version also comes with many, many new features.

>How-To-Repeat:

>Fix:
diff -r -u lostirc_old/distinfo lostirc/distinfo
--- lostirc_old/distinfo        2002-12-29 01:05:20.000000000 +0100
+++ lostirc/distinfo    2002-12-29 01:04:58.000000000 +0100
@@ -1 +1 @@
-MD5 (lostirc-0.1.4.tar.gz) = 3c0f826692622c67912d70ef6cc47051
+MD5 (lostirc-0.2.4.tar.gz) = 5a22d2c4e651a36bd355c4408cb14ab7
diff -r -u lostirc_old/Makefile lostirc/Makefile
--- lostirc_old/Makefile        2002-12-29 01:05:06.000000000 +0100
+++ lostirc/Makefile    2002-12-29 01:10:54.000000000 +0100
@@ -6,24 +6,24 @@
 #
 
 PORTNAME=      lostirc
-PORTVERSION=   0.1.4
+PORTVERSION=   0.2.4
 CATEGORIES=    irc
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=    ${PORTNAME}
 
 MAINTAINER=    rael@vectorstar.net
 
-LIB_DEPENDS=   gtkmm.2:${PORTSDIR}/x11-toolkits/gtk-- \
-               sigc:${PORTSDIR}/devel/libsigc++
+LIB_DEPENDS=   gtkmm:${PORTSDIR}/x11-toolkits/gtk--2 \
+               sigc:${PORTSDIR}/devel/libsigc++12
 
 USE_X_PREFIX=  yes
 USE_GNOMENG=   yes
-USE_GNOME=     gtk12
+USE_GNOME=     gtk20
 GNU_CONFIGURE= yes
 
 MAN1=  lostirc.1
 
-DOCS=  AUTHORS COPYING ChangeLog TODO README INSTALL
+DOCS=  AUTHORS COPYING ChangeLog TODO README INSTALL NEWS
 
 post-install:
 .if !defined(NOPORTDOCS)
diff -r -u lostirc_old/pkg-descr lostirc/pkg-descr
--- lostirc_old/pkg-descr       2002-12-29 01:05:06.000000000 +0100
+++ lostirc/pkg-descr   2002-12-29 01:06:05.000000000 +0100
@@ -1,15 +1,8 @@
-LostIRC is an IRC client for X, written in C++ using gtkmm as a widget set. 
-The goal of the first stable version, is to make a simple, keyboard 
-controlled IRC application with basic features implemented.
-
-Key features:
-
-   * Simple and minimal client, where the keyboard can be used almost
-     exclusively
-   * Tab-completion for both nicks and commands 
-   * Autojoin servers and set which IRC commands to execute on connect
-   * Multi-server support
-   * DCC SEND support
+LostIRC is a simple, yet very useful IRC client. It has features such as
+tab-autocompletion, multiple server support, automatic joining of
+servers/channels, logging and DCC sending which should cover the needs of most
+people. Another goal that the application has in mind, is 100% keyboard
+controlability. It was written using the gtkmm GUI library.

 WWW: http://lostirc.sourceforge.net/

>Release-Note:
>Audit-Trail:

From: Adam Weinberger <adamw@FreeBSD.ORG>
To: Morten Brix Pedersen <morten@wtf.dk>
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: ports/46605: update of LostIRC port
Date: Sat, 28 Dec 2002 16:43:41 -0800

 >> (12.28.2002 @ 1629 PST): Morten Brix Pedersen said, in 3.4K: <<
 >  USE_GNOMENG=   yes
 > -USE_GNOME=     gtk12
 > +USE_GNOME=     gtk20
 >> end of "ports/46605: update of LostIRC port" from Morten Brix Pedersen <<
 
 There is no gtk20 USE_GNOME directive. Please see
 http://www.freebsd.org/gnome/docs/porting.html for more information. You
 need to use a LIB_DEPENDS for gtk2.
 
 # Adam
 
 
 --
 Adam Weinberger
 vectors.cx	>>	adam@vectors.cx
 FreeBSD.org	<<	adamw@FreeBSD.ORG
 Bayer Berkeley	>>	adam.weinberger.b@bayer.com
 #vim:set ts=8: 8-char tabs prevent tooth decay.

From: Morten Brix Pedersen <morten@wtf.dk>
To: Adam Weinberger <adamw@FreeBSD.ORG>
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: ports/46605: update of LostIRC port
Date: Sun, 29 Dec 2002 01:48:01 +0100

 Hi,
 
 * Adam Weinberger <adamw@FreeBSD.ORG> [2002-12-29 01:42:54]:
 > >> (12.28.2002 @ 1629 PST): Morten Brix Pedersen said, in 3.4K: <<
 > >  USE_GNOMENG=   yes
 > > -USE_GNOME=     gtk12
 > > +USE_GNOME=     gtk20
 > >> end of "ports/46605: update of LostIRC port" from Morten Brix Pedersen <<
 > 
 > There is no gtk20 USE_GNOME directive. Please see
 > http://www.freebsd.org/gnome/docs/porting.html for more information. You
 > need to use a LIB_DEPENDS for gtk2.
 
 OK. My bad, sorry.
 
 Since lostirc depends on gtkmm which depends on GTK2, I believe you can
 just omit this line completely before committing to CVS.
 
 Thanks.
 
   - Morten.
 
State-Changed-From-To: open->closed 
State-Changed-By: ijliao 
State-Changed-When: Thu Jan 16 22:01:22 PST 2003 
State-Changed-Why:  
superseded by pr/47155 

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