Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Jul 1999 11:49:43 +1000 (EST)
From:      jim@phrantic.phear.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/12671: update port: xchat-1.1.0 to 1.1.2
Message-ID:  <199907170149.LAA18693@blues.ghis.net>

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

>Number:         12671
>Category:       ports
>Synopsis:       update port: xchat-1.1.0 to 1.1.2
>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:   Fri Jul 16 18:50:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Jim Mock
>Release:        FreeBSD 3.2-STABLE i386
>Organization:
>Environment:

	

>Description:

Patch updates the xchat port to the latest version.  NLS is disabled
temporarily and will be re-enabled when the code for it works :-)

>How-To-Repeat:

	

>Fix:
	
Apply the following diff..

diff -ruN /usr/ports/irc/xchat/Makefile xchat/Makefile
--- /usr/ports/irc/xchat/Makefile	Mon Jul  5 12:30:54 1999
+++ xchat/Makefile	Mon Jul 12 13:09:00 1999
@@ -1,12 +1,12 @@
 # New ports collection makefile for:	xchat
-# Version required:		1.1.0
+# Version required:		1.1.2
 # Date created:			17 Nov 1998
 # Whom:				Jim Mock <jim@phrantic.phear.net>
 #
 # $Id: Makefile,v 1.16 1999/07/05 02:30:54 cpiazza Exp $
 #
 
-DISTNAME=	xchat-1.1.0
+DISTNAME=	xchat-1.1.2
 CATEGORIES=	irc
 MASTER_SITES=	http://xchat.org/files/beta/ \
 		http://xchat.linuxpower.org/files/beta/
@@ -22,7 +22,7 @@
 USE_GMAKE=	yes
 USE_PERL5=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--disable-gnome --disable-panel
+CONFIGURE_ARGS=	--disable-gnome --disable-panel --disable-nls
 CONFIGURE_ENV=	GTK_CONFIG="${GTK_CONFIG}"
 
 post-install:
diff -ruN /usr/ports/irc/xchat/files/md5 xchat/files/md5
--- /usr/ports/irc/xchat/files/md5	Mon Jul  5 12:30:57 1999
+++ xchat/files/md5	Mon Jul 12 12:58:06 1999
@@ -1 +1 @@
-MD5 (xchat-1.1.0.tar.bz2) = 7e79a540a3a272a364390586d4ffb80b
+MD5 (xchat-1.1.2.tar.bz2) = d109fc9fba516564b2e146426bc5874a
diff -ruN /usr/ports/irc/xchat/pkg/PLIST xchat/pkg/PLIST
--- /usr/ports/irc/xchat/pkg/PLIST	Mon Jul  5 12:30:59 1999
+++ xchat/pkg/PLIST	Mon Jul 12 13:11:23 1999
@@ -13,17 +13,4 @@
 share/doc/xchat/xchat-10.html
 share/doc/xchat/README
 share/doc/xchat/ChangeLog
-share/locale/de/LC_MESSAGES/xchat.mo
-share/locale/fr/LC_MESSAGES/xchat.mo
-share/locale/nl/LC_MESSAGES/xchat.mo
-share/locale/sv/LC_MESSAGES/xchat.mo
-share/locale/pl/LC_MESSAGES/xchat.mo
-share/locale/no/LC_MESSAGES/xchat.mo
-share/locale/cs/LC_MESSAGES/xchat.mo
-share/locale/es/LC_MESSAGES/xchat.mo
-share/locale/it/LC_MESSAGES/xchat.mo
-share/locale/ru/LC_MESSAGES/xchat.mo
-share/locale/pt_BR/LC_MESSAGES/xchat.mo
-share/locale/fr_CA/LC_MESSAGES/xchat.mo
-share/locale/sr_YU/LC_MESSAGES/xchat.mo
 @dirrm share/doc/xchat

>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?199907170149.LAA18693>