summaryrefslogtreecommitdiff
path: root/x11/vte/patches
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-05-07 11:13:16 +0000
committerjmmv <jmmv@pkgsrc.org>2004-05-07 11:13:16 +0000
commitd0f656651d361e3e6edb509c6c72f1dd8c3fa4d5 (patch)
treee4b007fc2224b846a2a4d5ef752d9ef6978db9a7 /x11/vte/patches
parentaff84c0dbfeac6a839a21495666b34ea560fee76 (diff)
downloadpkgsrc-d0f656651d361e3e6edb509c6c72f1dd8c3fa4d5.tar.gz
Update to 0.11.11:
- Add APIs for setting font with/without antialiasing, cursor color, hilite color, and a forkpty()-alike. Fix meta-space. Use glib 2.4's child watch API if available. - Add a configure switch for setting the default emulation instead of hard-coding it to be "xterm". - Tweak autowrapping of text to handle cases where the terminal has both LP and xn capabilities. - Truncate empty lines when copying text to mimic xterm. - Internally abstract out matching APIs, though we still use POSIX regex. - Try to set UTF8 line editing mode under sufficiently-new Linux. - Obey Pango's specified attributes when displaying pre-edit text. - Never steal modifier keys which might affect the input method from the input methods. - Fix python binding so that help() lists the terminal class.
Diffstat (limited to 'x11/vte/patches')
-rw-r--r--x11/vte/patches/patch-ae19
-rw-r--r--x11/vte/patches/patch-af13
-rw-r--r--x11/vte/patches/patch-ag20
3 files changed, 46 insertions, 6 deletions
diff --git a/x11/vte/patches/patch-ae b/x11/vte/patches/patch-ae
index bb0bc66222b..28caacde3ac 100644
--- a/x11/vte/patches/patch-ae
+++ b/x11/vte/patches/patch-ae
@@ -1,13 +1,20 @@
-$NetBSD: patch-ae,v 1.1 2004/04/15 11:32:50 xtraeme Exp $
+$NetBSD: patch-ae,v 1.2 2004/05/07 11:13:16 jmmv Exp $
---- configure.orig Thu Apr 15 13:18:01 2004
-+++ configure Thu Apr 15 13:18:55 2004
-@@ -23733,7 +23733,7 @@
+--- configure.orig 2004-05-02 08:44:03.000000000 +0200
++++ configure
+@@ -25114,6 +25114,7 @@ fi
+ rm -f conftest*
++if false; then
cat >>confdefs.h <<\_ACEOF
--#define _XOPEN_SOURCE_EXTENDED 1
-+#undef _XOPEN_SOURCE_EXTENDED
+ #define _XOPEN_SOURCE_EXTENDED 1
_ACEOF
+@@ -25127,6 +25128,7 @@ _ACEOF
+ cat >>confdefs.h <<\_ACEOF
+ #define __EXTENSIONS__ 1
+ _ACEOF
++fi
+ # Check whether --enable-deprecation or --disable-deprecation was given.
diff --git a/x11/vte/patches/patch-af b/x11/vte/patches/patch-af
new file mode 100644
index 00000000000..560844a250d
--- /dev/null
+++ b/x11/vte/patches/patch-af
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1 2004/05/07 11:13:16 jmmv Exp $
+
+--- src/slowcat.c.orig 2004-04-27 22:48:17.000000000 +0200
++++ src/slowcat.c
+@@ -81,6 +81,8 @@ main(int argc, char **argv)
+ int i, c;
+ long delay = 200000, chunksize = 1, tmp;
+ char *p;
++ extern char *optarg;
++ extern int optind;
+ GList *files = NULL, *file;
+
+ while ((c = getopt(argc, argv, "t:c:")) != -1) {
diff --git a/x11/vte/patches/patch-ag b/x11/vte/patches/patch-ag
new file mode 100644
index 00000000000..b17211bba62
--- /dev/null
+++ b/x11/vte/patches/patch-ag
@@ -0,0 +1,20 @@
+$NetBSD: patch-ag,v 1.1 2004/05/07 11:13:16 jmmv Exp $
+
+--- gnome-pty-helper/configure.orig 2004-05-02 08:44:08.000000000 +0200
++++ gnome-pty-helper/configure
+@@ -6269,6 +6269,7 @@ fi
+ rm -f conftest*
+
+
++if false; then
+ cat >>confdefs.h <<\_ACEOF
+ #define _XOPEN_SOURCE_EXTENDED 1
+ _ACEOF
+@@ -6282,6 +6283,7 @@ _ACEOF
+ cat >>confdefs.h <<\_ACEOF
+ #define __EXTENSIONS__ 1
+ _ACEOF
++fi
+
+
+ ac_config_headers="$ac_config_headers config.h"