pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/mlterm Update mlterm to 3.4.5.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/521086d1a282
branches:  trunk
changeset: 648410:521086d1a282
user:      tsutsui <tsutsui%pkgsrc.org@localhost>
date:      Sat Mar 14 14:59:27 2015 +0000

description:
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:

 x11/mlterm/Makefile                |   4 ++--
 x11/mlterm/distinfo                |  10 +++++-----
 x11/mlterm/patches/patch-configure |   6 +++---
 3 files changed, 10 insertions(+), 10 deletions(-)

diffs (45 lines):

diff -r 3194d0a7c83c -r 521086d1a282 x11/mlterm/Makefile
--- a/x11/mlterm/Makefile       Sat Mar 14 14:55:35 2015 +0000
+++ b/x11/mlterm/Makefile       Sat Mar 14 14:59:27 2015 +0000
@@ -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 -r 3194d0a7c83c -r 521086d1a282 x11/mlterm/distinfo
--- a/x11/mlterm/distinfo       Sat Mar 14 14:55:35 2015 +0000
+++ b/x11/mlterm/distinfo       Sat Mar 14 14:59:27 2015 +0000
@@ -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 -r 3194d0a7c83c -r 521086d1a282 x11/mlterm/patches/patch-configure
--- a/x11/mlterm/patches/patch-configure        Sat Mar 14 14:55:35 2015 +0000
+++ b/x11/mlterm/patches/patch-configure        Sat Mar 14 14:59:27 2015 +0000
@@ -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



Home | Main Index | Thread Index | Old Index