From owner-freebsd-ports@FreeBSD.ORG Sun Jan 5 16:38:37 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 C39D2667; Sun, 5 Jan 2014 16:38:37 +0000 (UTC) Received: from mail-wg0-x22d.google.com (mail-wg0-x22d.google.com [IPv6:2a00:1450:400c:c00::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 111B2108D; Sun, 5 Jan 2014 16:38:36 +0000 (UTC) Received: by mail-wg0-f45.google.com with SMTP id y10so15095480wgg.12 for ; Sun, 05 Jan 2014 08:38:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=dvT9njZuPsm/a/Tk8/5gbbAR0WhhStu1t8IZMS2P1Qk=; b=WonbhCgfEGQq/je6FNyjwqGToSDbOGnOFHkyO8REiaIJ1J02EXNg1TqvPSqsKMLR1k nbYsrpgPmm9mphXT7b+rhYOUKCcpWU0QkFrGAniyQO6NoQs2INHoNfwW8VHNV1/PD3WC oiJpfZxpLVL1DEjACRWd1qS94z/fVlm/PHQ3hw37S49as82tGOPO6N2uLLZe6m2krsUV y53YaIK38mnJIHa8aB1j96ZXXQCfMltbcJcpfxCduseDkFxJDf/G5tlZ9Y5LPf9Cj7m4 tMFU2A/qnn8hl6c19lqqxC4Mvha2wMD248faa4PR65tYDbk/Aaf25WgKY3+63eTz+rev GwNw== MIME-Version: 1.0 X-Received: by 10.180.109.107 with SMTP id hr11mr9157673wib.56.1388939915463; Sun, 05 Jan 2014 08:38:35 -0800 (PST) Received: by 10.180.126.100 with HTTP; Sun, 5 Jan 2014 08:38:35 -0800 (PST) In-Reply-To: <20140105173608.1b79a2c3@bsd64.grem.de> References: <20140105002417.06d30bb7@bsd64.grem.de> <20140105003835.GM19702@ithaqua.etoilebsd.net> <20140105173608.1b79a2c3@bsd64.grem.de> Date: Sun, 5 Jan 2014 17:38:35 +0100 Message-ID: Subject: Re: Please close ports/168479 From: =?ISO-8859-1?Q?Fernando_Apestegu=EDa?= To: Michael Gmelin Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.17 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:38:37 -0000 On Sun, Jan 5, 2014 at 5:36 PM, Michael Gmelin wrote: > On Sun, 5 Jan 2014 17:23:47 +0100 > Fernando Apestegu=EDa wrote: > > > On Sun, Jan 5, 2014 at 1:38 AM, Baptiste Daroussin > > wrote: > > > > > 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. > > > > > > > Running portaudit -X 14 reports this on my system: > > > > The portaudit tool is now obsolete, please remove portaudit and use > > the command 'pkg audit' instead. See man pkg-audit(8) for more > > information. > > > > > > Shouldn't we then remove the invocation to portaudit in bsd.port.mk > > and replace it with pkg-audit? > > > > > > 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. > Thanks for the clarification! > > -- > Michael Gmelin >