From owner-svn-ports-all@freebsd.org Sat Mar 13 01:56:50 2021 Return-Path: Delivered-To: svn-ports-all@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 DF9215B5C83; Sat, 13 Mar 2021 01:56:50 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from anubis.delphij.net (anubis.delphij.net [IPv6:2001:470:1:117::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "anubis.delphij.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dy5QV5W7cz3jbD; Sat, 13 Mar 2021 01:56:50 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from p51.home.us.delphij.net (unknown [IPv6:2601:646:8601:f4a:e670:b8ff:fe5c:4e69]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by anubis.delphij.net (Postfix) with ESMTPSA id A439138DD3; Fri, 12 Mar 2021 17:56:49 -0800 (PST) Reply-To: d@delphij.net Subject: Re: svn commit: r568214 - head/archivers/bzip2 To: Steve Wills , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <202103122337.12CNbBa9003493@repo.freebsd.org> From: Xin Li Organization: The FreeBSD Project Message-ID: Date: Fri, 12 Mar 2021 17:56:49 -0800 MIME-Version: 1.0 In-Reply-To: <202103122337.12CNbBa9003493@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4Dy5QV5W7cz3jbD X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 01:56:50 -0000 Hi, On 3/12/21 3:37 PM, Steve Wills wrote: > Author: swills > Date: Fri Mar 12 23:37:10 2021 > New Revision: 568214 > URL: https://svnweb.freebsd.org/changeset/ports/568214 > > Log: > archivers/bzip2: update to 1.0.8 > > PR: 254205 My $0.02: we should probably just remove this port. We have bundled bzip2 in the base system for almost two decades, and there is no port depending on it. The port system expects /usr/bin/bzip2 and expects base system tar to recognize it, and bzip2 1.0.7 introduced a quite visible regression, the fact that we have it for 2 years suggests that there is no real users of it at all... Cheers,