summaryrefslogtreecommitdiff
path: root/x11/mxterm/patches
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2005-10-28 02:52:33 +0000
committerminskim <minskim@pkgsrc.org>2005-10-28 02:52:33 +0000
commit2f13e5d19bd9960294625493b802a68270df63be (patch)
treee09ae58cb46f0f06c1034c4f0fb93f13d032c614 /x11/mxterm/patches
parent8e8d9742f3011832a362f35851f4403c86415419 (diff)
downloadpkgsrc-2f13e5d19bd9960294625493b802a68270df63be.tar.gz
Import mxterm from pkgsrc-wip. Packaged by Greg Schenzel.
This is mxterm, the Motif version of XTerm, the terminal emulator for the X Window System. It provides a standard DEC VT102 compatible terminal for all command line programs.
Diffstat (limited to 'x11/mxterm/patches')
-rw-r--r--x11/mxterm/patches/patch-aa14
-rw-r--r--x11/mxterm/patches/patch-ab13
-rw-r--r--x11/mxterm/patches/patch-ac16
3 files changed, 43 insertions, 0 deletions
diff --git a/x11/mxterm/patches/patch-aa b/x11/mxterm/patches/patch-aa
new file mode 100644
index 00000000000..0a8e5d4b59a
--- /dev/null
+++ b/x11/mxterm/patches/patch-aa
@@ -0,0 +1,14 @@
+$NetBSD: patch-aa,v 1.1.1.1 2005/10/28 02:52:33 minskim Exp $
+
+--- main.c.orig 2004-11-05 18:29:49.000000000 -0700
++++ main.c 2004-11-05 17:33:39.000000000 -0700
+@@ -90,6 +90,9 @@
+ #include <error.h>
+ #include <menu.h>
+
++#include <utmp.h>
++#include <utmpx.h>
++
+ #ifdef AMOEBA
+ #include <amoeba.h>
+ #include <cmdreg.h>
diff --git a/x11/mxterm/patches/patch-ab b/x11/mxterm/patches/patch-ab
new file mode 100644
index 00000000000..eab5ac70b98
--- /dev/null
+++ b/x11/mxterm/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1.1.1 2005/10/28 02:52:33 minskim Exp $
+
+--- Makefile.in.orig 2005-05-08 18:56:07.000000000 -0600
++++ Makefile.in 2005-05-08 19:01:51.000000000 -0600
+@@ -30,7 +30,7 @@
+ manext = 1
+ bindir = $(exec_prefix)/bin
+ libdir = $(exec_prefix)/lib
+-mandir = $(prefix)/share/man/man$(manext)
++mandir = $(prefix)/man/man$(manext)
+ appsdir = $(libdir)/X11/app-defaults
+
+ #### End of system configuration section. ####
diff --git a/x11/mxterm/patches/patch-ac b/x11/mxterm/patches/patch-ac
new file mode 100644
index 00000000000..1eb232fc01d
--- /dev/null
+++ b/x11/mxterm/patches/patch-ac
@@ -0,0 +1,16 @@
+$NetBSD: patch-ac,v 1.1.1.1 2005/10/28 02:52:33 minskim Exp $
+
+--- Makefile.in.orig 2004-11-05 18:53:48.000000000 -0700
++++ Makefile.in 2004-11-05 20:50:47.000000000 -0700
+@@ -12,9 +12,9 @@
+ INSTALL_PROGRAM = @INSTALL_PROGRAM@
+ INSTALL_DATA = @INSTALL_DATA@
+
+-X_CFLAGS = @X_CFLAGS@
++X_CFLAGS = @X_CFLAGS@ @CPPFLAGS@
+ X_LIBS = @X_LIBS@
+-X_EXTRA_LIBS = @X_EXTRA_LIBS@
++X_EXTRA_LIBS = @X_EXTRA_LIBS@ @LDFLAGS@
+
+ IMAKE_CFLAGS = @IMAKE_CFLAGS@
+ EXTRA_CFLAGS = @EXTRA_CFLAGS@