From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59212) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dVyZp-00027e-Pv for guix-patches@gnu.org; Fri, 14 Jul 2017 07:16:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dVyZm-0000T3-KY for guix-patches@gnu.org; Fri, 14 Jul 2017 07:16:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:35108) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dVyZm-0000Sk-GZ for guix-patches@gnu.org; Fri, 14 Jul 2017 07:16:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dVyZm-0003h5-7Y for guix-patches@gnu.org; Fri, 14 Jul 2017 07:16:02 -0400 Subject: [bug#27657] [PATCH] gnu: graphviz: Update to 2.40.1. Resent-Message-ID: Message-Id: MIME-Version: 1.0 From: Arun Isaac Date: Fri, 14 Jul 2017 16:45:25 +0530 In-reply-to: <87h8yhetl3.fsf@gnu.org> References: <81625ecf.AEMAM5Q5T1QAAAAAAAAAAAOtUOAAAAACwQwAAAAAAAW9WABZZUFu@mailjet.com> <87r2xmk5fi.fsf@fastmail.com> <87h8yhetl3.fsf@gnu.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 27657@debbugs.gnu.org > With 970 dependents, this should go to a new ‘staging’ branch to be > merged after ‘core-updates’ is merged. Fine with you? I've made the changes suggested by Marius Bakke and pushed to a new staging branch. However, there is more about the graphviz package: Several of the inputs don't seem to be required. graphviz builds successfully and without any change of features (as reported by the configure phase) when built without those inputs. Also, I think the swig input should actually be a native input. I'll shortly send a patch with these changes. Do review and offer feedback. Thanks.