Date: Tue, 28 Nov 2006 13:30:17 GMT From: Alex<goo@t72.ru> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/105949: irc/xchat gtkspell fix Message-ID: <200611281330.kASDUHSf064139@www.freebsd.org> Resent-Message-ID: <200611281340.kASDe4Uc003029@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 105949 >Category: ports >Synopsis: irc/xchat gtkspell fix >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Nov 28 13:40:04 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Alex >Release: FreeBSD 6.2-PRERELEASE i386 >Organization: >Environment: >Description: Fix support gtkspell >How-To-Repeat: >Fix: --- xchat.diff begins here --- diff -ruN xchat.orig/Makefile xchat/Makefile --- xchat.orig/Makefile Tue Nov 28 18:16:48 2006 +++ xchat/Makefile Tue Nov 28 18:17:32 2006 @@ -7,6 +7,7 @@ PORTNAME= xchat PORTVERSION= 2.6.8 +PORTREVISION= 1 CATEGORIES= irc gnome ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://xchat.org/files/source/2.6/ @@ -70,6 +71,7 @@ .if !defined(WITHOUT_GTKSPELL) LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell +CONFIGURE_ARGS+=--enable-spell=gtkspell .else CONFIGURE_ARGS+=--disable-spell .endif --- xchat.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611281330.kASDUHSf064139>