Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 4B4FCA5858 for ; Fri, 30 Oct 2015 15:29:22 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id EE4F914A2F1; Fri, 30 Oct 2015 15:29:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2E33314A29D for ; Fri, 30 Oct 2015 15:29:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id gu62oxLkdsfC for ; Fri, 30 Oct 2015 15:29:20 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id B4A2C14A285 for ; Fri, 30 Oct 2015 15:29:20 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 9985798; Fri, 30 Oct 2015 15:29:20 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 30 Oct 2015 15:29:20 +0000 From: "Izumi Tsutsui" Subject: CVS commit: pkgsrc/x11/mlterm To: pkgsrc-changes@NetBSD.org Reply-To: tsutsui@netbsd.org X-Mailer: log_accum Message-Id: <20151030152920.9985798@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: tsutsui Date: Fri Oct 30 15:29:20 UTC 2015 Modified Files: pkgsrc/x11/mlterm: Makefile PLIST distinfo pkgsrc/x11/mlterm/patches: patch-etc_font-fb Log Message: Update mlterm to 3.6.0. pkgsrc changes: - add fonts/unifont path in etc/font-fb example Changes noted in doc/en/ReleaseNote: ver 3.6.0 * Support MacOSX/Cocoa. (See doc/en/README.cocoa) * Add "geometry" to OSC 5379. * Add "mlconfig" to OSC 5379. * Add "Columns" and "Rows" to "Others" tab of mlconfig. * Bug fixes: Fix segfault of libvte compatible library if conf_menu_path_N option is specified. To generate a diff of this commit: cvs rdiff -u -r1.121 -r1.122 pkgsrc/x11/mlterm/Makefile cvs rdiff -u -r1.32 -r1.33 pkgsrc/x11/mlterm/PLIST cvs rdiff -u -r1.59 -r1.60 pkgsrc/x11/mlterm/distinfo cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/mlterm/patches/patch-etc_font-fb Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.