summaryrefslogtreecommitdiff
path: root/wm/windowmaker/patches
diff options
context:
space:
mode:
authorwiz <wiz>2001-10-05 12:18:57 +0000
committerwiz <wiz>2001-10-05 12:18:57 +0000
commit72136af44ee1f153f9576de6a533662a59ec938e (patch)
tree15b9e07e6155031f5737b4800382445fc941a1d4 /wm/windowmaker/patches
parent8c2e902bb3c1b4857e4071ebddbd831989a35274 (diff)
downloadpkgsrc-72136af44ee1f153f9576de6a533662a59ec938e.tar.gz
Update to 0.70.0, based on pkg/14157 by Geoff C. Wing, with some fixes
by me. Changes are bugfixes, and the following: - copy/paste launching in Dock - internal code clean-up with notifications for window state change and other stuff - removed the libPropList dependancy by adding property list handling code to WINGs. This code is not only better integrated with the other WINGs data structures, but it's also more robust. Also a backward compatibility header file is provided which maps old libPropList function names to the new WINGs based proplist names allowing old code to be linked to WINGs with minimal changes. For details on how to use the compat mode, read the comments on top of WINGs/WINGs/proplist-compat.h More details about this can be found in WINGs/ChangeLog and WINGs/NEWS. Say bye, bye libPropList =) - rewrote all Window Maker code to use the new WINGs based proplist functions.
Diffstat (limited to 'wm/windowmaker/patches')
-rw-r--r--wm/windowmaker/patches/patch-aa30
-rw-r--r--wm/windowmaker/patches/patch-ab10
-rw-r--r--wm/windowmaker/patches/patch-ad8
3 files changed, 25 insertions, 23 deletions
diff --git a/wm/windowmaker/patches/patch-aa b/wm/windowmaker/patches/patch-aa
index 8c357e5a223..978e3f0a8e8 100644
--- a/wm/windowmaker/patches/patch-aa
+++ b/wm/windowmaker/patches/patch-aa
@@ -1,31 +1,33 @@
-$NetBSD: patch-aa,v 1.4 2001/08/18 18:13:28 tron Exp $
+$NetBSD: patch-aa,v 1.5 2001/10/05 12:18:58 wiz Exp $
---- doc/Makefile.am.orig Wed Jun 6 22:22:55 2001
-+++ doc/Makefile.am Sat Aug 18 18:24:27 2001
-@@ -3,16 +3,16 @@
+--- doc/Makefile.am.orig Thu Sep 13 00:11:05 2001
++++ doc/Makefile.am Fri Oct 5 14:01:28 2001
+@@ -3,17 +3,17 @@
SUBDIRS = sk
man_MANS = \
- geticonset.1x \
-- setstyle.1x \
-- wxpaste.1x \
- getstyle.1x \
+- seticons.1x \
+- setstyle.1x \
+- wcopy.1x \
- wdwrite.1x \
+- wmaker.1x \
- wmsetbg.1x \
- wsetfont.1x \
-- seticons.1x \
-- wmaker.1x \
-- wxcopy.1x
+- wxcopy.1x \
+- wxpaste.1x
+ geticonset.1 \
-+ setstyle.1 \
-+ wxpaste.1 \
+ getstyle.1 \
++ seticons.1 \
++ setstyle.1 \
++ wcopy.1 \
+ wdwrite.1 \
++ wmaker.1 \
+ wmsetbg.1 \
+ wsetfont.1 \
-+ seticons.1 \
-+ wmaker.1 \
-+ wxcopy.1
++ wxcopy.1 \
++ wxpaste.1
EXTRA_DIST = $(man_MANS)
diff --git a/wm/windowmaker/patches/patch-ab b/wm/windowmaker/patches/patch-ab
index 71e768f8cc1..4c7df5606e6 100644
--- a/wm/windowmaker/patches/patch-ab
+++ b/wm/windowmaker/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.7 2001/08/29 22:41:25 jlam Exp $
+$NetBSD: patch-ab,v 1.8 2001/10/05 12:18:58 wiz Exp $
---- configure.in.orig Mon Jul 23 21:43:34 2001
-+++ configure.in Sat Aug 18 19:57:49 2001
-@@ -220,43 +220,18 @@
+--- configure.in.orig Fri Oct 5 10:52:05 2001
++++ configure.in Fri Oct 5 13:59:51 2001
+@@ -244,43 +244,18 @@
dnl List of supported locales
dnl -------------------------
@@ -55,7 +55,7 @@ $NetBSD: patch-ab,v 1.7 2001/08/29 22:41:25 jlam Exp $
done
-@@ -732,8 +707,8 @@
+@@ -706,8 +681,8 @@
fi
fi
diff --git a/wm/windowmaker/patches/patch-ad b/wm/windowmaker/patches/patch-ad
index d257dd45843..d4cb04a6aa5 100644
--- a/wm/windowmaker/patches/patch-ad
+++ b/wm/windowmaker/patches/patch-ad
@@ -1,7 +1,7 @@
-$NetBSD: patch-ad,v 1.6 2001/08/18 18:13:28 tron Exp $
+$NetBSD: patch-ad,v 1.7 2001/10/05 12:18:58 wiz Exp $
---- src/main.c.orig Mon Jul 23 20:04:13 2001
-+++ src/main.c Sat Aug 18 19:31:43 2001
+--- src/main.c.orig Thu Oct 4 13:39:18 2001
++++ src/main.c Fri Oct 5 14:02:59 2001
@@ -28,6 +28,7 @@
#include <sys/stat.h>
#include <sys/types.h>
@@ -10,7 +10,7 @@ $NetBSD: patch-ad,v 1.6 2001/08/18 18:13:28 tron Exp $
#include <X11/Xlib.h>
#include <X11/Xutil.h>
-@@ -218,6 +219,12 @@
+@@ -235,6 +236,12 @@
{
char *tmp, *ptr;
char buf[16];