From owner-cvs-all@FreeBSD.ORG Tue Jun 13 22:33:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2ACA816A41A; Tue, 13 Jun 2006 22:33:44 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEDE243D46; Tue, 13 Jun 2006 22:33:43 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5DMVNgk001894; Tue, 13 Jun 2006 22:31:23 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5DMVNmH001893; Tue, 13 Jun 2006 22:31:23 GMT (envelope-from mezz) Message-Id: <200606132231.k5DMVNmH001893@repoman.freebsd.org> From: Jeremy Messenger Date: Tue, 13 Jun 2006 22:31:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/irc/xchat Makefile pkg-plist ports/irc/xchat/files patch-src_fe-gtk_fe-gtk.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2006 22:33:44 -0000 mezz 2006-06-13 22:31:23 UTC FreeBSD ports repository Modified files: irc/xchat Makefile pkg-plist Added files: irc/xchat/files patch-src_fe-gtk_fe-gtk.c Log: - Fix the invisible cursor color when using GTKSpell and a black input box (when "Use the text box font & colors" is ON). Took from xchat CVS. - Fix the plist when disable dbus support. - Add a new knob, WITHOUT_GTKSPELL, to disable spell check support. - Bump the PORTREVISION. Revision Changes Path 1.118 +11 -1 ports/irc/xchat/Makefile 1.1 +14 -0 ports/irc/xchat/files/patch-src_fe-gtk_fe-gtk.c (new) 1.25 +1 -1 ports/irc/xchat/pkg-plist