pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/dx Correctly include X11/keysymdef.h, through...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/647ad0d95535
branches:  trunk
changeset: 463536:647ad0d95535
user:      cube <cube%pkgsrc.org@localhost>
date:      Sun Nov 16 15:58:52 2003 +0000

description:
Correctly include X11/keysymdef.h, through keysym.h to get all definitions
and allow compilation of Number.c on XFree86 4.3 systems.

diffstat:

 graphics/dx/distinfo         |   3 ++-
 graphics/dx/patches/patch-au |  14 ++++++++++++++
 2 files changed, 16 insertions(+), 1 deletions(-)

diffs (32 lines):

diff -r 390008956ac2 -r 647ad0d95535 graphics/dx/distinfo
--- a/graphics/dx/distinfo      Sun Nov 16 15:21:31 2003 +0000
+++ b/graphics/dx/distinfo      Sun Nov 16 15:58:52 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2002/12/05 21:44:31 drochner Exp $
+$NetBSD: distinfo,v 1.8 2003/11/16 15:58:52 cube Exp $
 
 SHA1 (dx-4.2.0.tar.gz) = 792d472e854b0d6afd516f41cc22a5f28346a381
 Size (dx-4.2.0.tar.gz) = 9335729 bytes
@@ -14,3 +14,4 @@
 SHA1 (patch-ar) = cafb9f3eec34cc3909eea194c644497ad53960ca
 SHA1 (patch-as) = 3ef53092e58cf09fe0b60a453c9c00df4b9546d6
 SHA1 (patch-at) = 158c05f4c30e92a1c5ca470f763f1038c2c34418
+SHA1 (patch-au) = 7e5e6a865e15d70aaf05daa98b31fff99f3a84f2
diff -r 390008956ac2 -r 647ad0d95535 graphics/dx/patches/patch-au
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/dx/patches/patch-au      Sun Nov 16 15:58:52 2003 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-au,v 1.1 2003/11/16 15:58:52 cube Exp $
+
+--- src/uipp/widgets/NumberInput.h.orig        2002-01-13 18:48:48.000000000 +0100
++++ src/uipp/widgets/NumberInput.h
+@@ -11,8 +11,7 @@
+ #include <ctype.h>    /*  issspace(), isdigit(), isalnum()  */
+ #include <stdlib.h>   /*  strtod()  */
+ #include <errno.h>    /*  errno, ERANGE  */
+-#define XK_MISCELLANY 1
+-#include <X11/keysymdef.h>
++#include <X11/keysym.h>
+ 
+ #if defined(__cplusplus) || defined(c_plusplus)
+ extern "C" {



Home | Main Index | Thread Index | Old Index