pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/xbindkeys-config Fix GCC 3.3.1 related build problem.
details: https://anonhg.NetBSD.org/pkgsrc/rev/30077fe7a0ff
branches: trunk
changeset: 462006:30077fe7a0ff
user: tron <tron%pkgsrc.org@localhost>
date: Thu Sep 25 12:02:35 2003 +0000
description:
Fix GCC 3.3.1 related build problem.
diffstat:
x11/xbindkeys-config/distinfo | 3 +-
x11/xbindkeys-config/patches/patch-ab | 67 +++++++++++++++++++++++++++++++++++
2 files changed, 69 insertions(+), 1 deletions(-)
diffs (82 lines):
diff -r da88f1862a76 -r 30077fe7a0ff x11/xbindkeys-config/distinfo
--- a/x11/xbindkeys-config/distinfo Thu Sep 25 11:58:33 2003 +0000
+++ b/x11/xbindkeys-config/distinfo Thu Sep 25 12:02:35 2003 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.2 2002/09/23 23:05:42 jlam Exp $
+$NetBSD: distinfo,v 1.3 2003/09/25 12:02:35 tron Exp $
SHA1 (xbindkeys_config-0.1.2.tar.gz) = da6d3a5e5ba00dedad3d5f6dc145989fabacb491
Size (xbindkeys_config-0.1.2.tar.gz) = 17579 bytes
SHA1 (patch-aa) = e70cf0fa62647a9d5f6a98e31c4e6de05dde9784
+SHA1 (patch-ab) = fc269af9f22db81cf43371b61dda94d450d19ed6
diff -r da88f1862a76 -r 30077fe7a0ff x11/xbindkeys-config/patches/patch-ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xbindkeys-config/patches/patch-ab Thu Sep 25 12:02:35 2003 +0000
@@ -0,0 +1,67 @@
+$NetBSD: patch-ab,v 1.1 2003/09/25 12:02:35 tron Exp $
+
+--- middle.c.orig 2002-06-04 11:07:06.000000000 +0200
++++ middle.c 2003-09-25 14:01:21.000000000 +0200
+@@ -546,34 +546,34 @@
+
+ /*****************************************************************************/
+ static char commentary[]={
+-"########################### \n\
+-# xbindkeys configuration # \n\
+-########################### \n\
+-# \n\
+-# Version: 1.2.0 \n\
+-#
+-# If you edit this, do not forget to uncomment any lines that you change.\n\
+-# The pound(#) symbol may be used anywhere for comments.\n\
+-# \n\
+-# A list of keys is in /usr/include/X11/keysym.h and in \n\
+-# /usr/include/X11/keysymdef.h \n\
+-# The XK_ is not needed. \n\
+-# \n\
+-# List of modifier (on my keyboard): \n\
+-# Control, Shift, Mod1 (Alt), Mod2 (NumLock), \n\
+-# Mod3 (CapsLock), Mod4, Mod5 (Scroll). \n\
+-# \n\
+-# Another way to specifie a key is to use 'xev' and set the \n\
+-# keycode with c:nnn or the modifier with m:nnn where nnn is \n\
+-# the keycode or the state returned by xev \n\
+-# \n\
+-# This file is created by xbindkey_config \n\
+-# The structure is : \n\
+-# # Remark \n\
+-# \"command\" \n\
+-# m:xxx + c:xxx \n\
+-# Shift+... \n\
+-# \n\n\n\n"
++"########################### \n"
++"# xbindkeys configuration # \n"
++"########################### \n"
++"# \n"
++"# Version: 1.2.0 \n"
++"# \n"
++"# If you edit this, do not forget to uncomment any lines that you change.\n"
++"# The pound(#) symbol may be used anywhere for comments.\n"
++"# \n"
++"# A list of keys is in /usr/include/X11/keysym.h and in \n"
++"# /usr/include/X11/keysymdef.h \n"
++"# The XK_ is not needed. \n"
++"# \n"
++"# List of modifier (on my keyboard): \n"
++"# Control, Shift, Mod1 (Alt), Mod2 (NumLock), \n"
++"# Mod3 (CapsLock), Mod4, Mod5 (Scroll). \n"
++"# \n"
++"# Another way to specifie a key is to use 'xev' and set the \n"
++"# keycode with c:nnn or the modifier with m:nnn where nnn is \n"
++"# the keycode or the state returned by xev \n"
++"# \n"
++"# This file is created by xbindkey_config \n"
++"# The structure is : \n"
++"# # Remark \n"
++"# \"command\" \n"
++"# m:xxx + c:xxx \n"
++"# Shift+... \n"
++"# \n\n\n\n"
+ };
+
+ static char commentary_end[]={
Home |
Main Index |
Thread Index |
Old Index