diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xorg-clients/Makefile | 2 | ||||
-rw-r--r-- | x11/xorg-clients/files/patch-symbols_pc_pc | 19 |
2 files changed, 20 insertions, 1 deletions
diff --git a/x11/xorg-clients/Makefile b/x11/xorg-clients/Makefile index 08c67a0ee6d..70f17146df3 100644 --- a/x11/xorg-clients/Makefile +++ b/x11/xorg-clients/Makefile @@ -7,7 +7,7 @@ PORTNAME= xorg-clients PORTVERSION= 6.9.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG} MASTER_SITE_SUBDIR= X11R${PORTVERSION}/src diff --git a/x11/xorg-clients/files/patch-symbols_pc_pc b/x11/xorg-clients/files/patch-symbols_pc_pc new file mode 100644 index 00000000000..a6e66d58f5f --- /dev/null +++ b/x11/xorg-clients/files/patch-symbols_pc_pc @@ -0,0 +1,19 @@ +--- programs/xkbcomp/symbols/pc/pc.orig Fri Aug 12 13:08:49 2005 ++++ programs/xkbcomp/symbols/pc/pc Mon May 8 21:01:25 2006 +@@ -101,16 +101,8 @@ + type= "PC_SYSRQ", + symbols[Group1]= [ Print, Sys_Req ] + }; +- key <SYRQ> { +- type= "PC_SYSRQ", +- symbols[Group1]= [ Print, Sys_Req ] +- }; + key <SCLK> { [ Scroll_Lock ] }; + key <PAUS> { +- type= "PC_BREAK", +- symbols[Group1]= [ Pause, Break ] +- }; +- key <BRK> { + type= "PC_BREAK", + symbols[Group1]= [ Pause, Break ] + }; |