From owner-svn-ports-head@freebsd.org Sat Mar 5 19:09:20 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AC74BA92A7F; Sat, 5 Mar 2016 19:09:20 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7F7EAF03; Sat, 5 Mar 2016 19:09:20 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u25J9J3J028954; Sat, 5 Mar 2016 19:09:19 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u25J9JZh028953; Sat, 5 Mar 2016 19:09:19 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201603051909.u25J9JZh028953@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sat, 5 Mar 2016 19:09:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r410202 - head/x11/gnome-shell X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Mar 2016 19:09:20 -0000 Author: rm Date: Sat Mar 5 19:09:19 2016 New Revision: 410202 URL: https://svnweb.freebsd.org/changeset/ports/410202 Log: x11/gnome-shell: add missing runtime dependency upon x11/libgnomekbd x11/gnome-shell lacks dependency on x11/libgnomekbd. Here is how it can be checked out: 1. Click on language indicator on panel 2. Click on 'Show keyboard layout' button You'll get this error message: Execution of "gkbd-keyboard-display" failed: Command not found Installing of x11/libgnomekbd resolves the issue. PR: 207300 With hat: gnome MFH: 2016Q1 Modified: head/x11/gnome-shell/Makefile Modified: head/x11/gnome-shell/Makefile ============================================================================== --- head/x11/gnome-shell/Makefile Sat Mar 5 19:07:33 2016 (r410201) +++ head/x11/gnome-shell/Makefile Sat Mar 5 19:09:19 2016 (r410202) @@ -3,6 +3,7 @@ PORTNAME= gnome-shell PORTVERSION= 3.18.4 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -28,7 +29,8 @@ LIB_DEPENDS= libstartup-notification-1.s libgjs.so:${PORTSDIR}/lang/gjs RUN_DEPENDS= py*-dbus>=0:${PORTSDIR}/devel/py-dbus \ gnome-control-center:${PORTSDIR}/sysutils/gnome-control-center \ - ca_root_nss>=0:${PORTSDIR}/security/ca_root_nss + ca_root_nss>=0:${PORTSDIR}/security/ca_root_nss \ + gkbd-keyboard-display>0:${PORTSDIR}/x11/libgnomekbd PORTSCOUT= limitw:1,even