From owner-svn-ports-all@freebsd.org Wed May 2 22:23:22 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7BFCBFB6132; Wed, 2 May 2018 22:23:22 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2FB337605B; Wed, 2 May 2018 22:23:22 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 281581702F; Wed, 2 May 2018 22:23:22 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w42MNMvN026123; Wed, 2 May 2018 22:23:22 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w42MNLJ1026121; Wed, 2 May 2018 22:23:21 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201805022223.w42MNLJ1026121@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Wed, 2 May 2018 22:23:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r468890 - in head/x11/xkeyboard-config: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/x11/xkeyboard-config: . files X-SVN-Commit-Revision: 468890 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 May 2018 22:23:22 -0000 Author: yuri Date: Wed May 2 22:23:21 2018 New Revision: 468890 URL: https://svnweb.freebsd.org/changeset/ports/468890 Log: x11/xkeyboard-config: Fix the polish keyboard bug introduced in 2.23.1 Backport of the fix. Unbreaks the feature. PR: 227935 Submitted by: jakub_lach@mailplus.pl Approved by: portmgr (port compliance, infrastructure) Added: head/x11/xkeyboard-config/files/patch-polish-typo-upstream-bugno104904 (contents, props changed) Modified: head/x11/xkeyboard-config/Makefile Modified: head/x11/xkeyboard-config/Makefile ============================================================================== --- head/x11/xkeyboard-config/Makefile Wed May 2 22:13:41 2018 (r468889) +++ head/x11/xkeyboard-config/Makefile Wed May 2 22:23:21 2018 (r468890) @@ -2,6 +2,7 @@ PORTNAME= xkeyboard-config PORTVERSION= 2.23.1 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= XORG/individual/${XORG_CAT}/${PORTNAME} Added: head/x11/xkeyboard-config/files/patch-polish-typo-upstream-bugno104904 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/xkeyboard-config/files/patch-polish-typo-upstream-bugno104904 Wed May 2 22:23:21 2018 (r468890) @@ -0,0 +1,25 @@ +From 0a340cbe164fe8072ed768319230a284e32d2a3f Mon Sep 17 00:00:00 2001 +From: Gunnar Hjalmarsson +Date: Thu, 1 Feb 2018 15:37:46 +0100 +Subject: [PATCH] Fix typo in Polish symbols file + +https://bugs.freedesktop.org/show_bug.cgi?id=104904 +--- + symbols/pl | 1 - + 1 file changed, 1 deletion(-) + +diff symbols/pl.orig symbols/pl +index 52e7959..800cb85 100644 +--- symbols/pl.orig ++++ symbols/pl +@@ -497,7 +497,6 @@ partial alphanumeric_keys + include "sun_vndr/pl(sun_type6)" + }; + +------------------------------- + //Glagolica + partial alphanumeric_keys + xkb_symbols "glagolica" +-- +2.15.1 +