From owner-freebsd-ports@freebsd.org Sat Jul 25 15:07:17 2020 Return-Path: Delivered-To: freebsd-ports@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 901303674BC for ; Sat, 25 Jul 2020 15:07:17 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from gate.utahime.jp (gate.utahime.jp [183.180.29.210]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BDTv82KhDz4KTW for ; Sat, 25 Jul 2020 15:07:15 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by gate.utahime.jp (Postfix) with ESMTPS id 83ED131598 for ; Sun, 26 Jul 2020 00:07:02 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=utahime.org; s=maybe2019112701; t=1595689622; bh=enan4iIEcE8ht0vbR7GwN1Slg0Aymq7Al4AzaiwB8kU=; h=Date:To:Subject:From:In-Reply-To:References; b=cTzHZyqbp+PYsMSll/gZ6JB+G7qgwQ3Ej9rJwSpGkCFjLUSrTnUOpkmCApd9R2JQs JvRDRJGl8aqfYleezkF01VpsrAL3cusAbTqge3bfHU/fjzaKIVYIY/t1LIQmwzNkNM cldxeiykWVuSkGwBc3W7gNl+1y/QPPlzIK/qNY6goidjLf/MkX3bXRRmwM5ZP1rQV4 k2TrB31z5J/IiokiJq05GfKkEISqwHIDyR21/zqFHGQpVLY2AduK/Y8/w654su8vUc OTWiIHjL4QjaRCdB3e71RwO4WVv76Q1bPvDlv5EFJimoITONfwtR5GEpsotDCdClJ1 FaBHSy2CnO0Lw== Received: from localhost (rolling.home.utahime.org [192.168.174.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by eastasia.home.utahime.org (Postfix) with ESMTPSA id 7E9601EFEB; Sun, 26 Jul 2020 00:06:59 +0900 (JST) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.102.4 at eastasia.home.utahime.org Date: Sun, 26 Jul 2020 00:06:16 +0900 (JST) Message-Id: <20200726.000616.879787061141320580.yasu@utahime.org> To: freebsd-ports@freebsd.org Subject: Re: sqlite3-3.32.3_1,1 no longer build with readline From: Yasuhiro KIMURA In-Reply-To: <20200725092035.GA61344@lordsith.net> References: <20200725092035.GA61344@lordsith.net> X-Mailer: Mew version 6.8 on Emacs 26.3 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4BDTv82KhDz4KTW X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=pass header.d=utahime.org header.s=maybe2019112701 header.b=cTzHZyqb; dmarc=none; spf=pass (mx1.freebsd.org: domain of yasu@utahime.org designates 183.180.29.210 as permitted sender) smtp.mailfrom=yasu@utahime.org X-Spamd-Result: default: False [-1.57 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[utahime.org:s=maybe2019112701]; NEURAL_HAM_MEDIUM(-0.95)[-0.952]; FROM_HAS_DN(0.00)[]; MV_CASE(0.50)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-ports@freebsd.org]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-0.99)[-0.992]; RCVD_COUNT_THREE(0.00)[3]; DMARC_NA(0.00)[utahime.org]; R_SPF_ALLOW(-0.20)[+a:spf-authorized.utahime.org]; DKIM_TRACE(0.00)[utahime.org:+]; NEURAL_HAM_SHORT(-0.62)[-0.622]; MID_CONTAINS_FROM(1.00)[]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:2519, ipnet:183.180.0.0/16, country:JP]; RCVD_TLS_ALL(0.00)[] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Jul 2020 15:07:17 -0000 From: marco Subject: sqlite3-3.32.3_1,1 no longer build with readline Date: Sat, 25 Jul 2020 09:20:35 +0000 > I recently upgraded sqlite3 to sqlite3-3.32.3_1,1 via pkg upgrade. > I noticed the behaviour has changed and arrow up to recall the history > no longer works. > Seems the pkg is no longer being build with readline support. > > [~] pkg info sqlite3-3.32.3_1,1 | grep -i readline > READLINEP : off > READLINES : off > > Not sure in which version this changed since I hadn't done a pkg upgrade for probably at least 2 weeks. > > I hope this was some oversight and not a conscious decision? I submitted patch to fix this problem as following bug report. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248260 Just FYI. --- Yasuhiro KIMURA