From owner-freebsd-ports Fri Jul 16 18:50: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E816E14F43 for ; Fri, 16 Jul 1999 18:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA04324; Fri, 16 Jul 1999 18:50:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from blues.ghis.net (pppc2-110.eisa.net.au [203.166.251.230]) by hub.freebsd.org (Postfix) with ESMTP id 7081914F43 for ; Fri, 16 Jul 1999 18:49:45 -0700 (PDT) (envelope-from jim@blues.ghis.net) Received: (from jim@localhost) by blues.ghis.net (8.9.3/8.9.3) id LAA18693; Sat, 17 Jul 1999 11:49:43 +1000 (EST) (envelope-from jim) Message-Id: <199907170149.LAA18693@blues.ghis.net> Date: Sat, 17 Jul 1999 11:49:43 +1000 (EST) From: jim@phrantic.phear.net Reply-To: jim@blues.ghis.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12671: update port: xchat-1.1.0 to 1.1.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 # # $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