From de7a000e833352671089430ab18a0985c7d4e8af Mon Sep 17 00:00:00 2001 From: minskim Date: Sun, 6 Nov 2005 00:43:11 +0000 Subject: 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. --- wm/vtwm/patches/patch-aa | 13 +++++++++++++ wm/vtwm/patches/patch-ab | 13 +++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 wm/vtwm/patches/patch-aa create mode 100644 wm/vtwm/patches/patch-ab (limited to 'wm/vtwm/patches') 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; + + %} + -- cgit v1.2.3