From owner-svn-ports-head@freebsd.org Wed Mar 11 12:08:17 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5D7E325F920; Wed, 11 Mar 2020 12:08:17 +0000 (UTC) (envelope-from moin@bofh.im) Received: from mx.bofh.network (mx.bofh.network [IPv6:2001:19f0:5001:2b77:5400:2ff:fe7b:aa2c]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mx.bofh.network", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48crML132lz42pg; Wed, 11 Mar 2020 12:08:13 +0000 (UTC) (envelope-from moin@bofh.im) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bofh.im; s=dkim; t=1583928480; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=jSHQL6mqy8PDK3doVNuhdSg/Ojh/zpX9Yv+G0R7J2SA=; b=2EjbLM94yYLteH9TOhPZuVFwP2k0ffHkGS3kr0JwLr60DfISr5hcMTtfzmIfbRpB1+gqWn bWRj+U9U6Rozi/9jJoSM5/rtn9KnFanOFw4iLycY/PLF/EeGgv+1bXyjrK8PdP2DJCDLaT XHkGY4ry6xuES4l0IS0w/8QFjS05geQ= Received: from [IPv6:2402:54c0:ffff:ffff:d82a:5da8:862b:bcc5] ( [2402:54c0:ffff:ffff:d82a:5da8:862b:bcc5]) by mx.bofh.network (OpenSMTPD) with ESMTPSA id ff674a52 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Wed, 11 Mar 2020 12:08:00 +0000 (UTC) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 13.0 \(3608.60.0.2.5\)) Subject: Re: svn commit: r526077 - in head/lang: . guile1 From: Muhammad Moinur Rahman In-Reply-To: <20200311085310.vaq5non2jbtsgtxv@ivaldir.net> Date: Wed, 11 Mar 2020 18:07:55 +0600 Cc: ports-committers , svn-ports-all , svn-ports-head Content-Transfer-Encoding: quoted-printable Message-Id: References: <202002132346.01DNkk3b015376@repo.freebsd.org> <20200311085310.vaq5non2jbtsgtxv@ivaldir.net> To: Baptiste Daroussin X-Mailer: Apple Mail (2.3608.60.0.2.5) X-Rspamd-Queue-Id: 48crML132lz42pg X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=bofh.im header.s=dkim header.b=2EjbLM94; dmarc=pass (policy=none) header.from=bofh.im; spf=pass (mx1.freebsd.org: domain of moin@bofh.im designates 2001:19f0:5001:2b77:5400:2ff:fe7b:aa2c as permitted sender) smtp.mailfrom=moin@bofh.im X-Spamd-Result: default: False [-3.87 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[bofh.im:s=dkim]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; R_SPF_ALLOW(-0.20)[+mx]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; MV_CASE(0.50)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[bofh.im:+]; DMARC_POLICY_ALLOW(-0.50)[bofh.im,none]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; IP_SCORE(-1.37)[ipnet: 2001:19f0:5000::/38(-4.94), asn: 20473(-1.84), country: US(-0.05)]; ASN(0.00)[asn:20473, ipnet:2001:19f0:5000::/38, country:US]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Mar 2020 12:08:17 -0000 Hi bapt, The problem is lang/guile points to version 1.X so by default we tend do = a mistake of installing guile which is actually not the latest version. = I am working guile3 and had a plan to update lang/guile to version 3.X = so that no confusion arises. Unfortunately the codebase seems totally = different and requires lots of changes. Am working on it. There are lots of applications which actually depends on guile1. = Specially related to ham radio. Due to which we cannot remove = guile/guile1. Kind Regards, bofh > On 11 Mar, 2020, at 14:53, Baptiste Daroussin = wrote: >=20 > On Thu, Feb 13, 2020 at 11:46:46PM +0000, Muhammad Moinur Rahman = wrote: >> Author: bofh >> Date: Thu Feb 13 23:46:45 2020 >> New Revision: 526077 >> URL: https://svnweb.freebsd.org/changeset/ports/526077 >>=20 >> Log: >> [NEW] lang/guile1: GNU Ubiquitous Intelligent Language for Extension >>=20 >> GUILE, GNU's Ubiquitous Intelligent Language for Extension, >> is a library that implements the Scheme language plus various >> convenient facilities. It's designed so that you can link it >> into an application or utility to make it extensible. Our >> plan is to link this library into all GNU programs that call for >> extensibility. >>=20 > I don't think this is the right thing to do. The right thing to do is = to move > everything over to guile2, and remove guile1, then when guile3 will be = out, the > process to move everything to guile3 will have to start somehow. >=20 > Best regards, > Bapt