From owner-freebsd-current@FreeBSD.ORG Fri Mar 25 06:53:50 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 B33E516A4CE for ; Fri, 25 Mar 2005 06:53:50 +0000 (GMT) Received: from kientzle.com (h-66-166-149-50.snvacaid.covad.net [66.166.149.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46C4543D39 for ; Fri, 25 Mar 2005 06:53:50 +0000 (GMT) (envelope-from kientzle@freebsd.org) Received: from freebsd.org (p54.kientzle.com [66.166.149.54]) by kientzle.com (8.12.9/8.12.9) with ESMTP id j2P6rnOZ015942 for ; Thu, 24 Mar 2005 22:53:49 -0800 (PST) (envelope-from kientzle@freebsd.org) Message-ID: <4243B57D.5050204@freebsd.org> Date: Thu, 24 Mar 2005 22:53:49 -0800 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20031006 X-Accept-Language: en-us, en MIME-Version: 1.0 To: current@freebsd.org References: <20050313223214.D6EE57306E@freebsd-current.sentex.ca> In-Reply-To: <20050313223214.D6EE57306E@freebsd-current.sentex.ca> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: 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: Fri, 25 Mar 2005 06:53:50 -0000 FreeBSD 6-CURRENT no longer includes "gtar." In particular, the WITH_GTAR option is gone and "tar" will always invoke the "bsdtar" program. If you need a feature that gtar has and the FreeBSD system tar lacks, you still have a few options: * Install "gtar" from ports and invoke "gtar" instead of "tar" * Tell the tar maintainer (me!) about it and see if it can get added. (I've recently added -newer-xxx, --strip-components, and --totals in response to user requests.) Similar comments apply for those who cannot live without star, pdtar, or any other common archiving program. Tim P.S. To allay any confusion: gtar remains in 5.x indefinitely; the WITH_GTAR option will continue to be supported there.