Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 May 1999 18:13:26 +1000 (EST)
From:      jim@phrantic.phear.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/11756: update port: xchat-0.9.5 to 0.9.6
Message-ID:  <199905180813.SAA13225@blues.ghis.net>

next in thread | raw e-mail | index | archive | help

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 18 01:20:00 PDT 1999
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905180813.SAA13225>