From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: libressl Date: Wed, 2 Mar 2016 14:52:15 -0500 Message-ID: <20160302195215.GA17566@jasmine> References: <20160302120317.6d8d12b9@scratchpost.org> <20160302191504.GB15618@jasmine> <20160302193122.GA11671@solar> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50587) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1abCoj-0008D6-8A for guix-devel@gnu.org; Wed, 02 Mar 2016 14:52:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1abCog-0006Og-0e for guix-devel@gnu.org; Wed, 02 Mar 2016 14:52:17 -0500 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:50375) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1abCof-0006Oc-UB for guix-devel@gnu.org; Wed, 02 Mar 2016 14:52:13 -0500 Content-Disposition: inline In-Reply-To: <20160302193122.GA11671@solar> 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Andreas Enge Cc: guix-devel@gnu.org On Wed, Mar 02, 2016 at 08:31:22PM +0100, Andreas Enge wrote: > On Wed, Mar 02, 2016 at 02:15:04PM -0500, Leo Famulari wrote: > > If a Scheme wizard can programatically replace all references of openssl > > to libressl in the code base, I would be interested in testing it > > locally. > > Testing is easy: Just rename the "libressl" variable to "openssl", and the > "openssl" variable to "libressl" (or anything else, since nothing depends > on libressl so far). `grep -rI openssl gnu/packages | wc -l` -> 152, which is much less than I expected. Indeed I could do that with regular text replacement. > > The real patch is a question of search and replace in the text files. > > Andreas >