From 03279456620576014fa69b9dc68880a3de6c4de1 Mon Sep 17 00:00:00 2001 From: tsutsui Date: Wed, 17 Aug 2016 14:14:00 +0000 Subject: Update mlterm to 3.7.2. XXX: mlterm-con is not handled yet Changes noted in doc/en/ReleaseNote: ver 3.7.2 * Add mlterm-con which is a console version of mlterm (like GNU Screen) and which works on various terminal emulators. (see doc/en/README.console) * Add "console_encoding" / --ckm option which specifies a character encoding of the console where mlterm-con works. * Add "default_cell_size" / --csz option for mlterm-con. * Add "console_sixel_colors" / --csc option for mlterm-con. * Add "primary_da" / --da1 and "secondary_da" / --da2 options. * Support DECRQSS partially. * Support wheel mouse on MacOSX/Cocoa. (Thanks to @nyarla) (Merge a patch at http://the.nyarla.net/entry/2016/06/03/195013) * Bug fixes: Fix misalignment of the position of characters in drawing them with the use of complementary loaded fonts on cairo. --- x11/mlterm/Makefile | 5 ++--- x11/mlterm/distinfo | 12 ++++++------ x11/mlterm/patches/patch-configure | 16 +--------------- 3 files changed, 9 insertions(+), 24 deletions(-) diff --git a/x11/mlterm/Makefile b/x11/mlterm/Makefile index 0cf161306c9..f6c9018a930 100644 --- a/x11/mlterm/Makefile +++ b/x11/mlterm/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.128 2016/08/03 10:23:37 adam Exp $ +# $NetBSD: Makefile,v 1.129 2016/08/17 14:14:00 tsutsui Exp $ -DISTNAME= mlterm-3.7.1 -PKGREVISION= 1 +DISTNAME= mlterm-3.7.2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mlterm/} diff --git a/x11/mlterm/distinfo b/x11/mlterm/distinfo index aa7c5688fa8..d0d624a8d40 100644 --- a/x11/mlterm/distinfo +++ b/x11/mlterm/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.65 2016/06/21 12:57:39 tsutsui Exp $ +$NetBSD: distinfo,v 1.66 2016/08/17 14:14:00 tsutsui Exp $ -SHA1 (mlterm-3.7.1.tar.gz) = f74611603a2da0835080740da1eecc8f9f97f879 -RMD160 (mlterm-3.7.1.tar.gz) = 7cbb593f9102756cdf168b5f32f34455aec40175 -SHA512 (mlterm-3.7.1.tar.gz) = 9f724b35063a2c60a566a6f2270e89145c947ba22fbf8f3a31eb728ffd99c62505cf0e154f4813da7b16548b177ae53f5da2bcfba1514d0cd53949d8d02cdd15 -Size (mlterm-3.7.1.tar.gz) = 3706958 bytes -SHA1 (patch-configure) = 43d7577d5d99a8d21de75851ba9e76d0a03eaeff +SHA1 (mlterm-3.7.2.tar.gz) = 7d9411f653a80097860f7e138400a48e5200f0fe +RMD160 (mlterm-3.7.2.tar.gz) = 396afb78e403c5f1498dc38c3c4c64554086a1dc +SHA512 (mlterm-3.7.2.tar.gz) = 48d06dd12cfad77db8a384414283fc50f57187cafd4e5299515551da7aa2527ff44a478ba4d12a2d67d4bd2f28a0b2f7b45697d62f45893619a25ab682ac3eba +Size (mlterm-3.7.2.tar.gz) = 3740947 bytes +SHA1 (patch-configure) = 54643fa501cc65d3513c1e21ece6c2a234a7798a SHA1 (patch-etc_font-fb) = 03f0b2ecee20ef3201c8e4ce17f03ac90f657b00 diff --git a/x11/mlterm/patches/patch-configure b/x11/mlterm/patches/patch-configure index 227990c4c0c..9530d7db790 100644 --- a/x11/mlterm/patches/patch-configure +++ b/x11/mlterm/patches/patch-configure @@ -1,7 +1,6 @@ -$NetBSD: patch-configure,v 1.14 2016/06/21 12:57:39 tsutsui Exp $ +$NetBSD: patch-configure,v 1.15 2016/08/17 14:14:00 tsutsui Exp $ - setuid root is handled by SPECIAL_PERMS in pkgsrc -- fix a bug that skk is always enabled --- configure.orig 2016-05-08 06:47:04.000000000 +0000 +++ configure @@ -14,16 +13,3 @@ $NetBSD: patch-configure,v 1.14 2016/06/21 12:57:39 tsutsui Exp $ fi -@@ -23610,7 +23610,11 @@ if test "${enable_skk+set}" = set; then - enableval=$enable_skk; skk=$enable_skk - fi - --if test "$enable_shared" != "no" ; then -+if test "$enable_shared" = "no" ; then -+ skk="no" -+fi -+ -+if test "x$skk" != "xno" ; then - MAKE_DIRS="inputmethod/skk ${MAKE_DIRS}" - OUTPUT_FILES="inputmethod/skk/Makefile ${OUTPUT_FILES}" - if test "x$with_libltdl" != xno ; then -- cgit v1.2.3