Received: by mail.netbsd.org (Postfix, from userid 605) id 8B8FA84D6D; Fri, 17 Jul 2020 09:30:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 15D4084D63 for ; Fri, 17 Jul 2020 09:30:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id olWAbV0-4nl6 for ; Fri, 17 Jul 2020 09:30:00 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 73BB484D2A for ; Fri, 17 Jul 2020 09:30:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6D161FB28; Fri, 17 Jul 2020 09:30:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159497820053010" MIME-Version: 1.0 Date: Fri, 17 Jul 2020 09:30:00 +0000 From: "pin" Subject: CVS commit: pkgsrc/x11/xterm To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20200717093000.6D161FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_159497820053010 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Fri Jul 17 09:30:00 UTC 2020 Modified Files: pkgsrc/x11/xterm: Makefile Log Message: x11/xterm: enable-sixel-graphics To generate a diff of this commit: cvs rdiff -u -r1.121 -r1.122 pkgsrc/x11/xterm/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159497820053010 Content-Disposition: inline Content-Length: 784 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/xterm/Makefile diff -u pkgsrc/x11/xterm/Makefile:1.121 pkgsrc/x11/xterm/Makefile:1.122 --- pkgsrc/x11/xterm/Makefile:1.121 Sun Nov 3 09:14:21 2019 +++ pkgsrc/x11/xterm/Makefile Fri Jul 17 09:30:00 2020 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.121 2019/11/03 09:14:21 rillig Exp $ +# $NetBSD: Makefile,v 1.122 2020/07/17 09:30:00 pin Exp $ DISTNAME= xterm-344 +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= ftp://ftp.invisible-island.net/xterm/ EXTRACT_SUFX= .tgz @@ -19,6 +20,7 @@ CONFIGURE_ARGS+= --enable-88-color CONFIGURE_ARGS+= --enable-256-color CONFIGURE_ARGS+= --enable-paste64 CONFIGURE_ARGS+= --enable-readline-mouse +CONFIGURE_ARGS+= --enable-sixel-graphics CONFIGURE_ARGS.standard= # empty CONFIGURE_ARGS.3d= --with-Xaw3d --_----------=_159497820053010--