pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm/windowmaker Add pre-requisite headers necessary to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fb8746c39f39
branches:  trunk
changeset: 483574:fb8746c39f39
user:      sketch <sketch%pkgsrc.org@localhost>
date:      Mon Nov 15 11:02:50 2004 +0000

description:
Add pre-requisite headers necessary to compile this package with strict X11
implementations, tested with OpenWindows.

diffstat:

 wm/windowmaker/distinfo         |   4 +++-
 wm/windowmaker/patches/patch-ai |  12 ++++++++++++
 wm/windowmaker/patches/patch-aj |  13 +++++++++++++
 3 files changed, 28 insertions(+), 1 deletions(-)

diffs (48 lines):

diff -r 4e9015a10840 -r fb8746c39f39 wm/windowmaker/distinfo
--- a/wm/windowmaker/distinfo   Mon Nov 15 10:46:49 2004 +0000
+++ b/wm/windowmaker/distinfo   Mon Nov 15 11:02:50 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.20 2004/11/12 21:17:55 kristerw Exp $
+$NetBSD: distinfo,v 1.21 2004/11/15 11:02:50 sketch Exp $
 
 SHA1 (WindowMaker-0.91.0.tar.bz2) = 14fb553943b5cbfaaa867d28405b910e73d3b509
 Size (WindowMaker-0.91.0.tar.bz2) = 2198266 bytes
@@ -10,3 +10,5 @@
 SHA1 (patch-af) = dc749bbbea0c0e8d5b42d7d1be76b60b3af794b2
 SHA1 (patch-ag) = 84326d25c3e3d3305aeb58e8caf7a49565a1bd7c
 SHA1 (patch-ah) = b391a48f723c62335448007a89c6958a7d922d86
+SHA1 (patch-ai) = 03ef51a9dcc6d5b23f325231ea2d71fc0f13706f
+SHA1 (patch-aj) = 69fd44e4fb526a0b3d61ff8c6d958da38178dca7
diff -r 4e9015a10840 -r fb8746c39f39 wm/windowmaker/patches/patch-ai
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/windowmaker/patches/patch-ai   Mon Nov 15 11:02:50 2004 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ai,v 1.1 2004/11/15 11:02:51 sketch Exp $
+
+--- WINGs/dragsource.c.orig    2004-11-15 10:24:38.140204000 +0000
++++ WINGs/dragsource.c 2004-11-15 10:31:35.798026000 +0000
+@@ -1,5 +1,7 @@
+ #include "../src/config.h"
+ 
++#include <X11/Xlib.h>
++#include <X11/Xutil.h>
+ #include <X11/Xatom.h>
+ #include <X11/cursorfont.h>
+ #ifdef SHAPE
diff -r 4e9015a10840 -r fb8746c39f39 wm/windowmaker/patches/patch-aj
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/windowmaker/patches/patch-aj   Mon Nov 15 11:02:50 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aj,v 1.1 2004/11/15 11:02:51 sketch Exp $
+
+--- src/switchpanel.c.orig     2004-11-15 10:44:36.799472000 +0000
++++ src/switchpanel.c  2004-11-15 10:44:59.875415000 +0000
+@@ -26,6 +26,8 @@
+ #include <sys/time.h>
+ 
+ #ifdef SHAPE
++#include <X11/Xlib.h>
++#include <X11/Xutil.h>
+ #include <X11/extensions/shape.h>
+ 
+ extern Bool wShapeSupported;



Home | Main Index | Thread Index | Old Index