- Fix iconv path. [1]
- Fix keyboard support on pc98. [2] PR: ports/118390 [1] Submitted by: NAKAJI Hiroyuki <nakaji@heimat.jp> [1][2] Obtained from: fd.o bugzilla (#12538) [2]
This commit is contained in:
parent
a5079d699d
commit
7f69969c12
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=203326
3 changed files with 23 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= xkeyboard-config
|
||||
PORTVERSION= 1.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://xlibs.freedesktop.org/xkbdesc/
|
||||
DISTNAME= xkeyboard-config-${PORTVERSION}
|
||||
|
|
11
x11/xkeyboard-config/files/patch-intltool-merge.in
Normal file
11
x11/xkeyboard-config/files/patch-intltool-merge.in
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- intltool-merge.in.orig 2007-12-03 07:58:17.000000000 +0900
|
||||
+++ intltool-merge.in 2007-12-03 08:00:47.000000000 +0900
|
||||
@@ -91,7 +91,7 @@
|
||||
|
||||
my %po_files_by_lang = ();
|
||||
my %translations = ();
|
||||
-my $iconv = $ENV{"ICONV"} || $ENV{"INTLTOOL_ICONV"} || "/usr/bin/iconv";
|
||||
+my $iconv = $ENV{"ICONV"} || $ENV{"INTLTOOL_ICONV"} || "@INTLTOOL_ICONV@";
|
||||
|
||||
# Use this instead of \w for XML files to handle more possible characters.
|
||||
my $w = "[-A-Za-z0-9._:]";
|
11
x11/xkeyboard-config/files/patch-keycodes_xfree98
Normal file
11
x11/xkeyboard-config/files/patch-keycodes_xfree98
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- keycodes/xfree98.orig 2007-12-12 12:52:10.000000000 +0000
|
||||
+++ keycodes/xfree98 2007-12-12 12:52:21.000000000 +0000
|
||||
@@ -29,7 +29,7 @@
|
||||
default xkb_keycodes "pc98" {
|
||||
|
||||
minimum= 8;
|
||||
- maximum= 134;
|
||||
+ maximum= 255;
|
||||
|
||||
<ESC> = 8;
|
||||
<AE01> = 9;
|
Loading…
Reference in a new issue