Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (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 DAB967A3DC for ; Fri, 8 Apr 2016 14:48:48 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9C53E85F78; Fri, 8 Apr 2016 14:48:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8156185F4B for ; Fri, 8 Apr 2016 14:43:26 +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 IcPeD-IbHrQH for ; Fri, 8 Apr 2016 14:43:26 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id DC04184CEC for ; Fri, 8 Apr 2016 14:43:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D7536FBBA; Fri, 8 Apr 2016 14:43:25 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 8 Apr 2016 14:43:25 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/xterm To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20160408144325.D7536FBBA@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Fri Apr 8 14:43:25 UTC 2016 Modified Files: pkgsrc/x11/xterm: Makefile distinfo Log Message: Update xterm to 324: Patch #324 - 2016/03/10 updated configure macro CF_LD_RPATH_OPT from ncurses changes. provide alternate fix for Juha Nurmela's report by turning on POSIX signals if _POSIX_C_SOURCE is at least one. This is done to improve the behavior if a direct child process receives a STOP signal. revert change to CF_POSIX_C_SOURCE from patch #323 (reports by Ashish Shukla, Christian Weisgerber). Patch #323 - 2016/03/07 updated appdata and desktop files to add keywords (report by Richard Hughes). modify configure macro CF_POSIX_C_SOURCE to accommodate some systems, e.g., FreeBSD, which have separated their implementation specific preprocessor symbols from the POSIX ones, requiring both to be defined (report by Juha Nurmela). change the directory to the current working dir of the child process in exec-formatted and exec-selectable actions (patch by Alexander Pohoyda). correct typo in xterm.man (patch by Larry Hynes). correct typo in ctlseqs.ms (report by Shriramana Sharma). add feature to support XHTML and SVG screen dumps (patch by Jens Schweikhardt). correct response to DECRQSS when terminal id is less than 400 (patch by Iwamoto Kouichi). To generate a diff of this commit: cvs rdiff -u -r1.106 -r1.107 pkgsrc/x11/xterm/Makefile cvs rdiff -u -r1.74 -r1.75 pkgsrc/x11/xterm/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.