From jim@blues.ghis.net Tue May 18 01:13:41 1999
Return-Path: <jim@blues.ghis.net>
Received: from blues.ghis.net (pppc1-37.eisa.net.au [203.166.251.37])
	by hub.freebsd.org (Postfix) with ESMTP id 385D7155E4
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 18 May 1999 01:13:27 -0700 (PDT)
	(envelope-from jim@blues.ghis.net)
Received: (from jim@localhost)
	by blues.ghis.net (8.9.3/8.9.3) id SAA13225;
	Tue, 18 May 1999 18:13:26 +1000 (EST)
Message-Id: <199905180813.SAA13225@blues.ghis.net>
Date: Tue, 18 May 1999 18:13:26 +1000 (EST)
From: jim@phrantic.phear.net
Sender: jim@blues.ghis.net
Reply-To: jim@blues.ghis.net
To: FreeBSD-gnats-submit@freebsd.org
Subject: update port: xchat-0.9.5 to 0.9.6
X-Send-Pr-Version: 3.2

>Number:         11756
>Category:       ports
>Synopsis:       update port: xchat-0.9.5 to 0.9.6
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 18 01:20:00 PDT 1999
>Closed-Date:    Tue Jun 8 16:41:19 PDT 1999
>Last-Modified:  Tue Jun  8 16:42:19 PDT 1999
>Originator:     Jim Mock
>Release:        FreeBSD 3.2-19990517-STABLE i386
>Organization:
>Environment:

	

>Description:

Patch updates xchat port from 0.9.5 to 0.9.6 and turns off GNOME panel
support which is compiled in by default with the new version.

>How-To-Repeat:

	

>Fix:
	
Apply the following patch..

diff -ruN /usr/ports/net/xchat/Makefile xchat/Makefile
--- /usr/ports/net/xchat/Makefile	Mon May 10 10:13:53 1999
+++ xchat/Makefile	Tue May 18 18:00:12 1999
@@ -1,12 +1,12 @@
 # New ports collection makefile for:	xchat
-# Version required:		0.9.5
+# Version required:		0.9.6
 # Date created:			17 Nov 1998
 # Whom:				Jim Mock <jim@phrantic.phear.net>
 #
 # $Id: Makefile,v 1.10 1999/05/09 16:57:20 steve Exp $
 #
 
-DISTNAME=	xchat-0.9.5
+DISTNAME=	xchat-0.9.6
 CATEGORIES=	net
 MASTER_SITES=	http://xchat.linuxpower.org/files/ \
 		http://www.ozemail.com.au/~peterzelezny/xchat/ \
@@ -19,7 +19,7 @@
 USE_GMAKE=	yes
 USE_PERL5=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--disable-gnome
+CONFIGURE_ARGS=	--disable-gnome --disable-panel
 CONFIGURE_ENV=	GTK_CONFIG="${X11BASE}/bin/gtk12-config"
 
 USE_X_PREFIX=	yes
diff -ruN /usr/ports/net/xchat/files/md5 xchat/files/md5
--- /usr/ports/net/xchat/files/md5	Mon May 10 10:13:53 1999
+++ xchat/files/md5	Tue May 18 18:00:21 1999
@@ -1 +1 @@
-MD5 (xchat-0.9.5.tar.gz) = cc42bdff05d2b5f2c568ad9173a27a25
+MD5 (xchat-0.9.6.tar.gz) = e4f7b79060746dbd0f3ad4bb7e36d86d

>Release-Note:
>Audit-Trail:

From: Jacques Vidrine <n@nectar.cc>
To: jim@blues.ghis.net
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: ports/11756: update port: xchat-0.9.5 to 0.9.6 
Date: Tue, 18 May 1999 09:41:41 -0500

 On 18 May 1999 at 18:13, jim@phrantic.phear.net wrote:
 > Patch updates xchat port from 0.9.5 to 0.9.6 and turns off GNOME panel
 > support which is compiled in by default with the new version.
 
 The correct behavior would be to compile in GNOME and GNOME panel 
 support if GNOME is installed.
 
 If that's too much trouble, then the port Makefile should, at a
 minimum, honor a USE_GNOME make flag, which could safely default
 to "NO".
 
 Jacques Vidrine / n@nectar.cc / nectar@FreeBSD.org
 
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Tue Jun 8 16:41:19 PDT 1999 
State-Changed-Why:  
Update committed, thanks! 
>Unformatted:
