Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 5479570402 for ; Mon, 22 Jul 2013 17:55:25 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A91CC14A12D; Mon, 22 Jul 2013 17:55:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7335F14A110 for ; Mon, 22 Jul 2013 17:55:22 +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 xdBI3zcXvKva for ; Mon, 22 Jul 2013 17:55:21 +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 DC7A014A101 for ; Mon, 22 Jul 2013 17:55:21 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id D55B296; Mon, 22 Jul 2013 17:55:21 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Mon, 22 Jul 2013 17:55:21 +0000 From: "Daniel Horecki" Subject: CVS commit: pkgsrc/x11/rxvt-unicode To: pkgsrc-changes@NetBSD.org Reply-To: morr@netbsd.org X-Mailer: log_accum Message-Id: <20130722175521.D55B296@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: morr Date: Mon Jul 22 17:55:21 UTC 2013 Modified Files: pkgsrc/x11/rxvt-unicode: Makefile distinfo pkgsrc/x11/rxvt-unicode/patches: patch-configure Added Files: pkgsrc/x11/rxvt-unicode/patches: patch-src_perl_tabbed Log Message: Update to newest version 9.18. While there, make it compatible with perl 5.18. Changes: 9.18 Sun Mar 24 15:33:35 CET 2013 - fix regression that caused artifacts on resize. 9.17 Fri Mar 1 13:46:08 CET 2013 - add shade operator in background perl extension. - avoid starting or ending the selection in the middle of wide characters to avoid artifacts (reproted by Tiago Resende). - fix artifacts that may occur if the character in the cursor cell has width > 1 (reported by Tiago Resende). - fix regression that causes artifacts on scrolling if saveLines is 0 and the window is resized (reported by Bert Münnich). - fix build when perl is enabled and pixbuf and transparency are disabled. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 pkgsrc/x11/rxvt-unicode/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/x11/rxvt-unicode/distinfo cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/rxvt-unicode/patches/patch-configure cvs rdiff -u -r0 -r1.1 pkgsrc/x11/rxvt-unicode/patches/patch-src_perl_tabbed Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.