From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 21 01:10:02 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 394EE1065679 for ; Tue, 21 Sep 2010 01:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F080A8FC25 for ; Tue, 21 Sep 2010 01:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o8L1A1lo085296 for ; Tue, 21 Sep 2010 01:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o8L1A1DK085295; Tue, 21 Sep 2010 01:10:01 GMT (envelope-from gnats) Resent-Date: Tue, 21 Sep 2010 01:10:01 GMT Resent-Message-Id: <201009210110.o8L1A1DK085295@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Borodin Oleg Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2747A1065674 for ; Tue, 21 Sep 2010 01:03:10 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id F0BF08FC0C for ; Tue, 21 Sep 2010 01:03:09 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o8L139NW050124 for ; Tue, 21 Sep 2010 01:03:09 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o8L139Kb050123; Tue, 21 Sep 2010 01:03:09 GMT (envelope-from nobody) Message-Id: <201009210103.o8L139Kb050123@www.freebsd.org> Date: Tue, 21 Sep 2010 01:03:09 GMT From: Borodin Oleg To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/150768: Update xfce4-xkb-plugin from 0.4.3 to 0.5.3.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Sep 2010 01:10:02 -0000 >Number: 150768 >Category: ports >Synopsis: Update xfce4-xkb-plugin from 0.4.3 to 0.5.3.3 >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 Sep 21 01:10:01 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Borodin Oleg >Release: FreeBSD 8.1-RELEASE >Organization: >Environment: >Description: Draft port update xfce4-xkb-plugin. Works. >How-To-Repeat: >Fix: Patch attached with submission follows: --- ./Makefile.orig 2010-09-21 03:55:46.000000000 +0300 +++ ./Makefile 2010-09-21 03:55:18.000000000 +0300 @@ -6,8 +6,8 @@ # PORTNAME= xfce4-xkb-plugin -PORTVERSION= 0.4.3 -PORTREVISION= 12 +PORTVERSION= 0.5.3.3 +PORTREVISION= 0 CATEGORIES= deskutils xfce MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ DIST_SUBDIR= xfce4 @@ -21,7 +21,7 @@ GNU_CONFIGURE= yes USE_GETTEXT= yes USE_GMAKE= yes -USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig +USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig librsvg2 USE_XFCE= configenv panel .include --- ./panel-plugin/xkb-config.c.orig 2009-03-06 15:16:03.000000000 +0200 +++ ./panel-plugin/xkb-config.c 2010-09-21 02:47:02.000000000 +0300 @@ -150,7 +150,7 @@ config->application_map = g_hash_table_new (g_direct_hash, NULL); registry = xkl_config_registry_get_instance (config->engine); - xkl_config_registry_load (registry); + xkl_config_registry_load (registry, 0); config_item = xkl_config_item_new (); @@ -214,7 +214,7 @@ gdk_window_remove_filter (NULL, (GdkFilterFunc) handle_xevent, NULL); - xkl_engine_stop_listen (config->engine); + xkl_engine_stop_listen (config->engine, 0); } gint @@ -547,7 +547,7 @@ if (!config) return NULL; registry = xkl_config_registry_get_instance (config->engine); - xkl_config_registry_load (registry); + xkl_config_registry_load (registry, 0); return registry; } --- ./panel-plugin/xkb-settings-dialog.c.orig 2009-03-06 15:16:03.000000000 +0200 +++ ./panel-plugin/xkb-settings-dialog.c 2010-09-21 02:51:54.000000000 +0300 @@ -31,6 +31,9 @@ #include #include +#undef XFCE_DISABLE_DEPRECATED +#include + #include #include >Release-Note: >Audit-Trail: >Unformatted: