Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 May 2018 22:23:21 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
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
Message-ID:  <201805022223.w42MNLJ1026121@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <gunnarhj@ubuntu.com>
+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
+



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805022223.w42MNLJ1026121>