summaryrefslogtreecommitdiff
path: root/x11/mlterm
diff options
context:
space:
mode:
authortsutsui <tsutsui@pkgsrc.org>2015-03-14 14:59:27 +0000
committertsutsui <tsutsui@pkgsrc.org>2015-03-14 14:59:27 +0000
commit7e9323ad4a7d96200758f106f412b006910f5f8a (patch)
tree7d44365cd24bb89a5ba7ebf98e93889c0ba86659 /x11/mlterm
parentb84d2193079a05cac1460ee58b896ccacfa4c309 (diff)
downloadpkgsrc-7e9323ad4a7d96200758f106f412b006910f5f8a.tar.gz
Update mlterm to 3.4.5.
Changes noted in doc/en/ReleaseNote: ver 3.4.5 * Fix a bug which disabled to start mlconfig. (Enbugged at 3.4.4) * Fix hangup when mlconfig exits on cygwin+win32gdi+libssh2. * Enable to open a framebuffer device even if normal users aren't permitted to open it on Linux, FreeBSD and {Net|Open}BSD/wscons. ver 3.4.4 * Support DECBI(ESC 6), DECFI(ESC 9), DECIC(CSI'}), DECDC(CSI'~), DECST8C(CSI?W), DECSACE(CSI*x), DECRARA(CSI$t) and DECCARA(CSI$r). * libvte compatible library supports vte-2.91 API. (vte 0.38 or later) * Change the default value of --with-gtk of configure script from 2.0 to 3.0. * Change the default value of "use_clipboard" option from "false" to "true". * Show message on screen if you change settings by "proto:" shortcut. * OPEN_SCREEN or OPEN_PTY shortcut key opens pty with the same char encoding and executes the same command as the current screen connecting to a remote host via libssh2. * OSC 5380 without challenge doesn't return "#forbidden" but shows "key=value" on the screen temporarily. * "Alt" which equals to "Mod" is available in ~/.mlterm/key. * Bug fixes: Fix unexpected erasure at the bottom line of the screen if you use gnome-terminal 3.6.2 with libvte compatible library. Fix segfault in opening multiple ptys with the use of gnome-pty-helper. Fix error in compiling mlconfig with gtk+-3.x and libssh2. Fix saving wrong character set by DECSC etc if --boxdraw=unicode option is specified.
Diffstat (limited to 'x11/mlterm')
-rw-r--r--x11/mlterm/Makefile4
-rw-r--r--x11/mlterm/distinfo10
-rw-r--r--x11/mlterm/patches/patch-configure6
3 files changed, 10 insertions, 10 deletions
diff --git a/x11/mlterm/Makefile b/x11/mlterm/Makefile
index a8e7d0e0776..550567134ce 100644
--- a/x11/mlterm/Makefile
+++ b/x11/mlterm/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.115 2015/02/13 18:21:28 tsutsui Exp $
+# $NetBSD: Makefile,v 1.116 2015/03/14 14:59:27 tsutsui Exp $
-DISTNAME= mlterm-3.4.3
+DISTNAME= mlterm-3.4.5
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mlterm/}
diff --git a/x11/mlterm/distinfo b/x11/mlterm/distinfo
index 8600e971ffc..98031f6913c 100644
--- a/x11/mlterm/distinfo
+++ b/x11/mlterm/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.55 2015/02/13 18:21:28 tsutsui Exp $
+$NetBSD: distinfo,v 1.56 2015/03/14 14:59:27 tsutsui Exp $
-SHA1 (mlterm-3.4.3.tar.gz) = 4d5f449e0b3b63ac5248f0e595f93634eef0210d
-RMD160 (mlterm-3.4.3.tar.gz) = a61ee73bb9608a6997b3947296f94e792ff44060
-Size (mlterm-3.4.3.tar.gz) = 3650696 bytes
-SHA1 (patch-configure) = fbb44ded8d917b88cd431199dfa293fb90e3d1e5
+SHA1 (mlterm-3.4.5.tar.gz) = a5b52eddccca4a43db1321c35265ac7839de75cf
+RMD160 (mlterm-3.4.5.tar.gz) = ce4d3e37bb66725159dc9d71e28e128a8ddc2622
+Size (mlterm-3.4.5.tar.gz) = 3659801 bytes
+SHA1 (patch-configure) = 12f0edc0f53a9624da7d99202748f6bb1ee547ef
SHA1 (patch-etc_font-fb) = e8d7b3171bfe7c3c26b50c0dacdafeca4fa4dfd7
diff --git a/x11/mlterm/patches/patch-configure b/x11/mlterm/patches/patch-configure
index ee91b8ff846..ba4dbd786b9 100644
--- a/x11/mlterm/patches/patch-configure
+++ b/x11/mlterm/patches/patch-configure
@@ -1,10 +1,10 @@
-$NetBSD: patch-configure,v 1.11 2015/02/13 18:21:28 tsutsui Exp $
+$NetBSD: patch-configure,v 1.12 2015/03/14 14:59:27 tsutsui Exp $
- setuid root is handled by SPECIAL_PERMS in pkgsrc
---- configure.orig 2015-02-10 16:00:46.000000000 +0000
+--- configure.orig 2015-03-14 04:47:31.000000000 +0000
+++ configure
-@@ -21588,7 +21588,7 @@ else
+@@ -21659,7 +21659,7 @@ else
fi
if test "$gui" = "fb" ; then