From owner-freebsd-pkg@FreeBSD.ORG Mon Sep 22 08:13:17 2014 Return-Path: Delivered-To: freebsd-pkg@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 0FA2C943 for ; Mon, 22 Sep 2014 08:13:17 +0000 (UTC) Received: from mail-la0-x234.google.com (mail-la0-x234.google.com [IPv6:2a00:1450:4010:c03::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8A623E9A for ; Mon, 22 Sep 2014 08:13:16 +0000 (UTC) Received: by mail-la0-f52.google.com with SMTP id gq15so6171568lab.39 for ; Mon, 22 Sep 2014 01:13:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=rwtTXC0OXnbJzjr4AHoMKUXId7stFdKMsisFrSLAljk=; b=xWZJ1ihtA7ADrcyGeKKMRxkSaiSz9w0YBKPeqbSu0Z9oJGbyNiKnZkSlB4gxRe5AiO VrSrLWV/T+fW1m8n3v0uHEFAonaXc3Zzcjne2LoaPraoVc310o/p/7pEXzHH61EOXKv3 0RVvwG7XYLC1MBJgx9F5FJrvMdRvt3jRn03l0s6F2NO0TX2pPIVZCtrzKnab+ryMnuwp Pf0F9Kp4/rKCWBbg1kdDG+YPYmEcppM5vcKJojhJJ15nRVdoOEhYYa8jLfv5pcDjKRVk nUSTG9xGf0aR8hOroxrVgDPLNbv1X7JjroQ3mUPoz/d8Ld1foGFniBYXz4scNuCs72rI dV0Q== MIME-Version: 1.0 X-Received: by 10.112.134.101 with SMTP id pj5mr22598805lbb.47.1411373594461; Mon, 22 Sep 2014 01:13:14 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.197.107 with HTTP; Mon, 22 Sep 2014 01:13:14 -0700 (PDT) In-Reply-To: <20140922012612.GA81996@admin.sibptus.tomsk.ru> References: <20140921153841.GA75919@admin.sibptus.tomsk.ru> <20140922012612.GA81996@admin.sibptus.tomsk.ru> Date: Mon, 22 Sep 2014 01:13:14 -0700 X-Google-Sender-Auth: 2zVjZGr1FQXQwVjLjJFv3VC3qnI Message-ID: Subject: Re: portaudit -C From: Craig Rodrigues To: Victor Sudakov Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: freebsd-pkg@freebsd.org X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Binary package management and package tools discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Sep 2014 08:13:17 -0000 On Sun, Sep 21, 2014 at 6:26 PM, Victor Sudakov wrote: > > # make -d x check-vulnerable > make: illegal argument to d option -- x > > I'm not sure what version of FreeBSD you are using, but in FreeBSD 10 and higher, "make -d x check-vulnerable" works. > We need a different "x". > > BTW the "check-vulnerable" target is not documented in ports(7), I had > to hunt for in in /usr/ports/Mk/* > There are *lots* of things in /usr/ports/Mk/* that are not documented in ports(7). :) > Maybe we need some "pretty-print-vulnerable" target once portaudit is > now obsolete? > That's a good question to post on the freebsd-ports@freebsd.org mailing list to get feedback on. > > > > > or > > > > cd /usr/ports/net/asterisk11 > > pkg audit `make -V PKGNAME` > > This requires that net/asterisk11 be already installed, doesn't it? > No. -- Craig