summaryrefslogtreecommitdiff
path: root/wm/vtwm/patches
diff options
context:
space:
mode:
authorminskim <minskim>2005-11-06 00:43:11 +0000
committerminskim <minskim>2005-11-06 00:43:11 +0000
commit447218dac6b68085bf6a37e7ea39131052921e03 (patch)
tree4c97ef154cc017544bc16d958e9e3ef160f04930 /wm/vtwm/patches
parentcac90581f9d37ccf1739857655a0e408b263b2a7 (diff)
downloadpkgsrc-447218dac6b68085bf6a37e7ea39131052921e03.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;
+
+ %}
+