From owner-freebsd-current@FreeBSD.ORG Tue Apr 5 11:49:24 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01EC716A4CE; Tue, 5 Apr 2005 11:49:24 +0000 (GMT) Received: from VARK.MIT.EDU (VARK.MIT.EDU [18.95.3.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7734943D46; Tue, 5 Apr 2005 11:49:23 +0000 (GMT) (envelope-from das@FreeBSD.ORG) Received: from VARK.MIT.EDU (localhost [127.0.0.1]) by VARK.MIT.EDU (8.13.3/8.13.1) with ESMTP id j35Bn850049905; Tue, 5 Apr 2005 07:49:08 -0400 (EDT) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by VARK.MIT.EDU (8.13.3/8.13.1/Submit) id j35Bn8Kr049904; Tue, 5 Apr 2005 07:49:08 -0400 (EDT) (envelope-from das@FreeBSD.ORG) Date: Tue, 5 Apr 2005 07:49:08 -0400 From: David Schultz To: Tim Kientzle Message-ID: <20050405114907.GA49792@VARK.MIT.EDU> Mail-Followup-To: Tim Kientzle , "Conrad J. Sabatier" , Tim Kientzle , current@FreeBSD.ORG References: <4243B57D.5050204@freebsd.org> <200503261636.j2QGa2ZI055013@gate.bitblocks.com> <20050404002141.2819f386@dolphin.local.net> <42521824.1030009@kientzle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <42521824.1030009@kientzle.com> cc: "Conrad J. Sabatier" cc: Tim Kientzle cc: current@FreeBSD.ORG Subject: Re: Heads up: gtar gone from base system X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Apr 2005 11:49:24 -0000 On Mon, Apr 04, 2005, Tim Kientzle wrote: > Conrad J. Sabatier wrote: > In addition, bsdtar actually ignores the -z > flag on extraction in favor of libarchive's automatic > compression detection. FWIW, I really like this feature. > I recommend submitting a change to the "ark" maintainers suggesting > they use "-z" (which is implemented by many different tar programs) > rather than the gtar-specific --use-compress-program=gunzip. > When testing bsdtar against the ports collection, we found that > most programs can be easily tweaked to work equally well with > either bsdtar or gtar. > > If the primary maintainers are uninterested in this change, ark > can be patched in the port to use "-z" or to use gtar. (I just > noticed that the current port of "ark" depends on gtar.) If this is really a problem for lots of ports (which I highly doubt), a quick fix would be to accept --use-compress-program as an undocumented option and ignore it. This would give these broken ports a better chance of working.