aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorlesi <lesi@FreeBSD.org>2006-05-09 23:53:39 +0800
committerlesi <lesi@FreeBSD.org>2006-05-09 23:53:39 +0800
commitd7294c91863e992f3ef67f682e6543fa62b58c45 (patch)
tree0c3cbd39b9ac99cb44e80b0f76e319723ed8fb40 /x11
parent734399ed07e40406d9841cb059059373ebdb3553 (diff)
downloadfreebsd-ports-graphics-d7294c91863e992f3ef67f682e6543fa62b58c45.tar.gz
freebsd-ports-graphics-d7294c91863e992f3ef67f682e6543fa62b58c45.tar.zst
freebsd-ports-graphics-d7294c91863e992f3ef67f682e6543fa62b58c45.zip
Fix rebroken printscreen key in keymaps.
PR: ports/96737 Submitted by: jylefort
Diffstat (limited to 'x11')
-rw-r--r--x11/xorg-clients/Makefile2
-rw-r--r--x11/xorg-clients/files/patch-symbols_pc_pc19
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 ]
+ };