summaryrefslogtreecommitdiff
path: root/wm/vtwm/patches
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2005-11-06 00:43:11 +0000
committerminskim <minskim@pkgsrc.org>2005-11-06 00:43:11 +0000
commitde7a000e833352671089430ab18a0985c7d4e8af (patch)
tree4c97ef154cc017544bc16d958e9e3ef160f04930 /wm/vtwm/patches
parent2f5783121fccb61db97fe936003e6c3ddb161370 (diff)
downloadpkgsrc-de7a000e833352671089430ab18a0985c7d4e8af.tar.gz
Import vtwm from pkgsrc-wip. Packaged by Mehul Sanghvi.
VTWM is a X11 window manager based on TWM. It adds support for a virtual desktop, processing configuration files using m4, support for sound effects using rplay, and 3D buttons, frames, titlebars, etc. VTWM also has support for regular expressions in the configuration files.
Diffstat (limited to 'wm/vtwm/patches')
-rw-r--r--wm/vtwm/patches/patch-aa13
-rw-r--r--wm/vtwm/patches/patch-ab13
2 files changed, 26 insertions, 0 deletions
diff --git a/wm/vtwm/patches/patch-aa b/wm/vtwm/patches/patch-aa
new file mode 100644
index 00000000000..1b9380be8c2
--- /dev/null
+++ b/wm/vtwm/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2005/11/06 00:43:11 minskim Exp $
+
+--- Imakefile.orig 2005-05-09 08:46:24.000000000 -0400
++++ Imakefile
+@@ -57,7 +57,7 @@ XCOMM Installation path for the binary
+ VTWMBINDIR = $(BINDIR)
+
+ XCOMM Installation path for the system resource file
+- VTWMLIBDIR = $(LIBDIR)/twm
++ VTWMLIBDIR = $(LIBDIR)/vtwm
+
+ XCOMM Installation path for the man page
+ VTWMMANDIR = $(MANDIR)
diff --git a/wm/vtwm/patches/patch-ab b/wm/vtwm/patches/patch-ab
new file mode 100644
index 00000000000..a05510fe4f8
--- /dev/null
+++ b/wm/vtwm/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1.1.1 2005/11/06 00:43:11 minskim Exp $
+
+--- gram.y.orig 2005-05-16 21:19:48.000000000 -0400
++++ gram.y
+@@ -116,7 +116,7 @@ extern int SetSound();
+ *
+ * djhjr - 1/16/98
+ */
+-extern int yylineno;
++int yylineno;
+
+ %}
+