diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2002-08-21 21:58:44 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2002-08-21 21:58:44 +0000 |
commit | f129bef08d9fb032413b9d7906661dd7cf15ea4d (patch) | |
tree | c45060473ff852e61920345a0cea9c29a51b830b /x11 | |
parent | 1203083c967073694f83d83ea38c2ed303b3659b (diff) |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/XFree86-4-clients/Makefile | 2 | ||||
-rw-r--r-- | x11/XFree86-4-libraries/files/patch-us_intl | 30 |
2 files changed, 31 insertions, 1 deletions
diff --git a/x11/XFree86-4-clients/Makefile b/x11/XFree86-4-clients/Makefile index 0e40998db5e6..55388ad7db15 100644 --- a/x11/XFree86-4-clients/Makefile +++ b/x11/XFree86-4-clients/Makefile @@ -7,7 +7,7 @@ PORTNAME= clients PORTVERSION= 4.2.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XFREE:S/$/:x/} \ ${MASTER_SITE_LOCAL:S/$/:local/} diff --git a/x11/XFree86-4-libraries/files/patch-us_intl b/x11/XFree86-4-libraries/files/patch-us_intl new file mode 100644 index 000000000000..e5aced531906 --- /dev/null +++ b/x11/XFree86-4-libraries/files/patch-us_intl @@ -0,0 +1,30 @@ +--- programs/xkbcomp/symbols/us_intl Fri Aug 16 08:49:48 2002 ++++ programs/xkbcomp/symbols/us_intl Fri Aug 16 08:50:58 2002 +@@ -41,21 +41,21 @@ + key <AC11> { [ dead_acute, dead_diaeresis ], + [ apostrophe, quotedbl ] }; + +- key <AE09> { [ 9, parenleft ] ++ key <AE09> { [ 9, parenleft ], + [ dead_breve, dead_breve ] }; +- key <AE10> { [ 0, parenright ] ++ key <AE10> { [ 0, parenright ], + [ dead_abovering, dead_abovering ] }; + key <AE11> { [ minus, underscore ], + [ dead_macron, dead_belowdot ] }; + key <AE12> { [ equal, plus ], + [ dead_doubleacute, dead_horn ] }; +- key <AC10> { [ semicolon, colon ] ++ key <AC10> { [ semicolon, colon ], + [ dead_ogonek, dead_diaeresis ] }; +- key <AB08> { [ comma, less ] ++ key <AB08> { [ comma, less ], + [ dead_cedilla, dead_caron ] }; +- key <AB09> { [ period, greater ] ++ key <AB09> { [ period, greater ], + [ dead_abovedot, dead_circumflex ] }; +- key <AB10> { [ slash, question ] ++ key <AB10> { [ slash, question ], + [ dead_hook, dead_hook ] }; + + |