aboutsummaryrefslogtreecommitdiff
path: root/x11/xorg-clients
diff options
context:
space:
mode:
authorDejan Lesjak <lesi@FreeBSD.org>2006-05-09 15:53:39 +0000
committerDejan Lesjak <lesi@FreeBSD.org>2006-05-09 15:53:39 +0000
commit31f9b20f99fed7b2dcb756d9d41ad4fd9932015b (patch)
tree9ee0ec9b89a113a127b3c12fd0a8de7159ff0163 /x11/xorg-clients
parent890272fd4987067d708ff62aa683dbab58617690 (diff)
downloadports-31f9b20f99fed7b2dcb756d9d41ad4fd9932015b.tar.gz
ports-31f9b20f99fed7b2dcb756d9d41ad4fd9932015b.zip
Notes
Diffstat (limited to 'x11/xorg-clients')
-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 08c67a0ee6d6..70f17146df30 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 000000000000..a6e66d58f5f1
--- /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 ]
+ };