aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/piewm
diff options
context:
space:
mode:
authorflz <flz@FreeBSD.org>2008-12-25 03:13:28 +0800
committerflz <flz@FreeBSD.org>2008-12-25 03:13:28 +0800
commit2e201ab7c59af15ad665c9c34b1dcd2b30b6beff (patch)
treefcd884a362ce05e98ce29e864105076d8a005fe4 /x11-wm/piewm
parent3c113c6e4bddbe6543a6b9d82596e0d4a990d44e (diff)
downloadfreebsd-ports-gnome-2e201ab7c59af15ad665c9c34b1dcd2b30b6beff.tar.gz
freebsd-ports-gnome-2e201ab7c59af15ad665c9c34b1dcd2b30b6beff.tar.zst
freebsd-ports-gnome-2e201ab7c59af15ad665c9c34b1dcd2b30b6beff.zip
Add local patch to fix an issue raised by running Xnest within a piewm
session. Submitted by: David Wolfskill
Diffstat (limited to 'x11-wm/piewm')
-rw-r--r--x11-wm/piewm/Makefile2
-rw-r--r--x11-wm/piewm/files/patch-events.c12
2 files changed, 13 insertions, 1 deletions
diff --git a/x11-wm/piewm/Makefile b/x11-wm/piewm/Makefile
index 0f1a2626a1a0..11476615ea73 100644
--- a/x11-wm/piewm/Makefile
+++ b/x11-wm/piewm/Makefile
@@ -7,7 +7,7 @@
PORTNAME= piewm
PORTVERSION= 1.04
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11-wm
MASTER_SITES= http://www.crynwr.com/piewm/
diff --git a/x11-wm/piewm/files/patch-events.c b/x11-wm/piewm/files/patch-events.c
new file mode 100644
index 000000000000..adbcec42e6dc
--- /dev/null
+++ b/x11-wm/piewm/files/patch-events.c
@@ -0,0 +1,12 @@
+--- events.c.orig 1998-01-07 22:11:39.000000000 -0800
++++ events.c 2008-11-22 12:13:35.000000000 -0800
+@@ -2606,8 +2606,8 @@
+ XInstallColormap(dpy, cmap->c);
+ }
+ cmap->state |= CM_INSTALLED;
+- n--;
+ }
++ n--;
+ }
+ }
+