From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: [PATCH 0/2] Tcsh update for core-updates Date: Fri, 24 Feb 2017 03:16:43 -0500 Message-ID: Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36586) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1chB3h-00024Q-HI for guix-devel@gnu.org; Fri, 24 Feb 2017 03:16:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1chB3d-0005NK-IZ for guix-devel@gnu.org; Fri, 24 Feb 2017 03:16:57 -0500 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:55862) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1chB3d-0005N8-CQ for guix-devel@gnu.org; Fri, 24 Feb 2017 03:16:53 -0500 Received: from localhost.localdomain (c-73-188-17-148.hsd1.pa.comcast.net [73.188.17.148]) by mail.messagingengine.com (Postfix) with ESMTPA id 3A15924357 for ; Fri, 24 Feb 2017 03:16:52 -0500 (EST) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org This updates tcsh to the latest upstream version. Some of the previously disabled tests could be re-enabled after being adjusted upstream. The 'cdtohome' test is disabled since the Guix build user does not have a home directory. And one upstream change is cherry-picked to handle a change in sed. Perl is added as a test dependency. Leo Famulari (2): gnu: tcsh: Update to 6.20.00. gnu: tcsh: Use modify-phases. gnu/local.mk | 1 - .../patches/tcsh-do-not-define-BSDWAIT.patch | 33 ------ gnu/packages/patches/tcsh-fix-autotest.patch | 113 ++++++++++----------- gnu/packages/shells.scm | 60 ++++++----- 4 files changed, 81 insertions(+), 126 deletions(-) delete mode 100644 gnu/packages/patches/tcsh-do-not-define-BSDWAIT.patch -- 2.11.1