From owner-freebsd-current@FreeBSD.ORG Tue Dec 15 17:36:47 2009 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C53101065670 for ; Tue, 15 Dec 2009 17:36:47 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from mail-gw2.york.ac.uk (mail-gw2.york.ac.uk [144.32.128.247]) by mx1.freebsd.org (Postfix) with ESMTP id 5DF6A8FC15 for ; Tue, 15 Dec 2009 17:36:47 +0000 (UTC) Received: from mail-gw6.york.ac.uk (mail-gw6.york.ac.uk [144.32.129.26]) by mail-gw2.york.ac.uk (8.13.6/8.13.6) with ESMTP id nBFHadXY029852; Tue, 15 Dec 2009 17:36:39 GMT Received: from buffy-128.york.ac.uk ([144.32.128.160] helo=buffy.york.ac.uk) by mail-gw6.york.ac.uk with esmtps (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1NKbKB-0005tq-En; Tue, 15 Dec 2009 17:36:39 +0000 Received: from buffy.york.ac.uk (localhost [127.0.0.1]) by buffy.york.ac.uk (8.14.3/8.14.3) with ESMTP id nBFHadJm063004; Tue, 15 Dec 2009 17:36:39 GMT (envelope-from gavin@FreeBSD.org) Received: (from ga9@localhost) by buffy.york.ac.uk (8.14.3/8.14.3/Submit) id nBFHac79063003; Tue, 15 Dec 2009 17:36:38 GMT (envelope-from gavin@FreeBSD.org) X-Authentication-Warning: buffy.york.ac.uk: ga9 set sender to gavin@FreeBSD.org using -f From: Gavin Atkinson To: Baptiste Daroussin In-Reply-To: <20091215145243.GF1016@wicklow.lan> References: <20091215145243.GF1016@wicklow.lan> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Tue, 15 Dec 2009 17:36:38 +0000 Message-Id: <1260898598.9972.1.camel@buffy.york.ac.uk> Mime-Version: 1.0 X-Mailer: Evolution 2.26.3 FreeBSD GNOME Team Port X-York-MailScanner: Found to be clean X-York-MailScanner-From: gavin@freebsd.org Cc: freebsd-current@FreeBSD.org Subject: Re: Small patches for pkg_add X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 15 Dec 2009 17:36:47 -0000 On Tue, 2009-12-15 at 15:52 +0100, Baptiste Daroussin wrote: > I've written a small patch for pkg_install that removes the system call to tar > in pkg_add command replacing it by some libarchive code. This is great! It's good to see somebody taking this on. If you get no response within the next day or two, please submit this as a PR (using either send-pr or the web form) - so that this does not get lost. Thanks, Gavin