From owner-freebsd-ports@FreeBSD.ORG Sun Jan 5 16:42:52 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7B403A12 for ; Sun, 5 Jan 2014 16:42:52 +0000 (UTC) Received: from mail.grem.de (outcast.grem.de [213.239.217.27]) by mx1.freebsd.org (Postfix) with SMTP id C3D841119 for ; Sun, 5 Jan 2014 16:42:51 +0000 (UTC) Received: (qmail 91196 invoked by uid 89); 5 Jan 2014 16:36:09 -0000 Received: from unknown (HELO bsd64.grem.de) (mg@grem.de@88.217.181.117) by mail.grem.de with ESMTPA; 5 Jan 2014 16:36:09 -0000 Date: Sun, 5 Jan 2014 17:36:08 +0100 From: Michael Gmelin To: Fernando =?UTF-8?B?QXBlc3RlZ3XDrWE=?= Subject: Re: Please close ports/168479 Message-ID: <20140105173608.1b79a2c3@bsd64.grem.de> In-Reply-To: References: <20140105002417.06d30bb7@bsd64.grem.de> <20140105003835.GM19702@ithaqua.etoilebsd.net> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.18; amd64-portbld-freebsd9.1) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: Baptiste Daroussin , FreeBSD Mailing List , portmgr@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Jan 2014 16:42:52 -0000 On Sun, 5 Jan 2014 17:23:47 +0100 Fernando Apestegu=C3=ADa wrote: > On Sun, Jan 5, 2014 at 1:38 AM, Baptiste Daroussin > wrote: >=20 > > On Sun, Jan 05, 2014 at 12:24:17AM +0100, Michael Gmelin wrote: > > > It's a trivial patch to a trivial problem I posted 19 months ago. > > > > > > Please resolve as fixed or wontfix or whatever you like. Leaving > > > it open without any response is pointless. > > > > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/168479 > > > > > > -- > > > Michael Gmelin > > > > Close thanks. > > >=20 > Running portaudit -X 14 reports this on my system: >=20 > The portaudit tool is now obsolete, please remove portaudit and use > the command 'pkg audit' instead. See man pkg-audit(8) for more > information. >=20 >=20 > Shouldn't we then remove the invocation to portaudit in bsd.port.mk > and replace it with pkg-audit? >=20 >=20 bsd.port.mk detects automatically if your system is using pkg or the old pkg tools and invokes the correct tool. Since the old pkg tools are not deprecated yet (8.x and 9.x), removing it from bsd.port.mk would be premature and harmful. --=20 Michael Gmelin