summaryrefslogtreecommitdiff
path: root/x11/wmessage/patches
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-03-22 14:00:39 +0000
committerwiz <wiz@pkgsrc.org>2001-03-22 14:00:39 +0000
commitd777cb43d3e0013f4e54039420fa6639cb86a66c (patch)
tree887d35c04b94f4dd3cb13220f24662526d25e293 /x11/wmessage/patches
parent4d5e6ddb8dc31b05af0cd34cc5ccc89deb7c92ed (diff)
downloadpkgsrc-d777cb43d3e0013f4e54039420fa6639cb86a66c.tar.gz
Update to Windowmaker 0.64.0 (WINGs include path change, and rename of
a function).
Diffstat (limited to 'x11/wmessage/patches')
-rw-r--r--x11/wmessage/patches/patch-aa6
-rw-r--r--x11/wmessage/patches/patch-ab8
-rw-r--r--x11/wmessage/patches/patch-ac22
3 files changed, 29 insertions, 7 deletions
diff --git a/x11/wmessage/patches/patch-aa b/x11/wmessage/patches/patch-aa
index 18d82fb249f..6b4bc2f7c5c 100644
--- a/x11/wmessage/patches/patch-aa
+++ b/x11/wmessage/patches/patch-aa
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.2 1999/10/06 06:07:24 jlam Exp $
+$NetBSD: patch-aa,v 1.3 2001/03/22 14:00:40 wiz Exp $
---- ./Makefile.orig Sun Aug 29 20:38:35 1999
-+++ ./Makefile Thu Sep 30 06:27:09 1999
+--- Makefile.orig Mon Aug 30 02:38:35 1999
++++ Makefile
@@ -1,19 +1,18 @@
-PREFIX = /usr/local
+#PREFIX = /usr/local
diff --git a/x11/wmessage/patches/patch-ab b/x11/wmessage/patches/patch-ab
index 076e05414ea..7d0128bcea1 100644
--- a/x11/wmessage/patches/patch-ab
+++ b/x11/wmessage/patches/patch-ab
@@ -1,7 +1,7 @@
-$NetBSD: patch-ab,v 1.1 1999/10/06 06:07:24 jlam Exp $
+$NetBSD: patch-ab,v 1.2 2001/03/22 14:00:40 wiz Exp $
---- ./panel.c.orig Sun Aug 29 20:28:35 1999
-+++ ./panel.c Wed Oct 6 01:56:48 1999
+--- panel.c.orig Mon Aug 30 02:28:35 1999
++++ panel.c
@@ -128,7 +128,7 @@
return (-2);
@@ -16,7 +16,7 @@ $NetBSD: patch-ab,v 1.1 1999/10/06 06:07:24 jlam Exp $
(HeightOfScreen (DefaultScreenOfDisplay (settings->dpy)) - WMWidgetHeight(panel->win))/2);
- WMSetWindowUSize (panel->win, WMWidgetWidth (panel->win), WMWidgetHeight (panel->win));
-+ WMSetWindowInitialSize (panel->win, WMWidgetWidth (panel->win), WMWidgetHeight (panel->win));
++ WMSetWindowBaseSize (panel->win, WMWidgetWidth (panel->win), WMWidgetHeight (panel->win));
} else if (settings->nearmouse == True) {
int x, y, x2, y2;
unsigned int mask;
diff --git a/x11/wmessage/patches/patch-ac b/x11/wmessage/patches/patch-ac
new file mode 100644
index 00000000000..e4d5a7b640d
--- /dev/null
+++ b/x11/wmessage/patches/patch-ac
@@ -0,0 +1,22 @@
+$NetBSD: patch-ac,v 1.1 2001/03/22 14:00:40 wiz Exp $
+
+--- wmessage.h.orig Mon Aug 30 01:07:59 1999
++++ wmessage.h
+@@ -25,7 +25,7 @@
+
+ #include <wraster.h>
+
+-#include <WINGs.h>
++#include <WINGs/WINGs.h>
+
+ #include <unistd.h>
+ #include <stdio.h>
+@@ -38,7 +38,7 @@
+
+ #include <X11/keysym.h>
+
+-#include <WUtil.h>
++#include <WINGs/WUtil.h>
+
+ #include "wconfig.h"
+