From f28b59718854cdb9f7de1a45c5d3d156bb86d576 Mon Sep 17 00:00:00 2001 From: lesi Date: Thu, 7 Jun 2007 19:58:47 +0000 Subject: Fix keymap for pc98. PR: ports/113417 Submitted by: NAKAJI Hiroyuki --- x11/xkeyboard-config/Makefile | 2 +- x11/xkeyboard-config/files/patch-rules_xfree98 | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 x11/xkeyboard-config/files/patch-rules_xfree98 diff --git a/x11/xkeyboard-config/Makefile b/x11/xkeyboard-config/Makefile index cb6ad0d295f1..b3510d784de7 100644 --- a/x11/xkeyboard-config/Makefile +++ b/x11/xkeyboard-config/Makefile @@ -7,7 +7,7 @@ PORTNAME= xkeyboard-config PORTVERSION= 0.9 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= http://xlibs.freedesktop.org/xkbdesc/ DISTNAME= xkeyboard-config-${PORTVERSION} diff --git a/x11/xkeyboard-config/files/patch-rules_xfree98 b/x11/xkeyboard-config/files/patch-rules_xfree98 new file mode 100644 index 000000000000..2bb81cb603b2 --- /dev/null +++ b/x11/xkeyboard-config/files/patch-rules_xfree98 @@ -0,0 +1,11 @@ +--- rules/xfree98.orig Thu Jun 7 17:05:37 2007 ++++ rules/xfree98 Thu Jun 7 17:06:48 2007 +@@ -10,7 +10,7 @@ + jp106 = xfree98(jp106) pc(jp106) + + ! model layout = symbols +- pc98 nec/jp = nec/jp(pc98) ++ pc98 nec_vndr/jp = nec_vndr/jp(pc98) + jp106 jp = jp + + ! model layout = compat types -- cgit