From owner-freebsd-questions@FreeBSD.ORG Thu Dec 29 11:14:03 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ADD951065670 for ; Thu, 29 Dec 2011 11:14:03 +0000 (UTC) (envelope-from christer.solskogen@gmail.com) Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by mx1.freebsd.org (Postfix) with ESMTP id 430CB8FC15 for ; Thu, 29 Dec 2011 11:14:02 +0000 (UTC) Received: by wibhr1 with SMTP id hr1so11879008wib.13 for ; Thu, 29 Dec 2011 03:14:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=bNzKKONuAKPx14OiTSJb9htIlpkKzk5cQPockcD7w1c=; b=WBT8jcAbYrVRDLPO/MobtskbWBIdalyFzChCjVXRoYRAETH9aZX/Xac2BnJ/RofR/B F9UHxjgEls3oc8EuyS9BUw5nXRMaUoyox5ui41NQ/tD4BDD9o75lz48MrGh+Sdg6RUil 7y28Pp2bg+qUICqbe56EIFELF+MtjkmnWZ6aQ= Received: by 10.180.19.138 with SMTP id f10mr97434011wie.3.1325155517304; Thu, 29 Dec 2011 02:45:17 -0800 (PST) MIME-Version: 1.0 Received: by 10.227.57.82 with HTTP; Thu, 29 Dec 2011 02:44:57 -0800 (PST) In-Reply-To: <201112290458.pBT4wK5t004301@mp.cs.niu.edu> References: <201112290458.pBT4wK5t004301@mp.cs.niu.edu> From: Christer Solskogen Date: Thu, 29 Dec 2011 11:44:57 +0100 Message-ID: To: Scott Bennett Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: "portmaster --list-origins" question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2011 11:14:03 -0000 On Thu, Dec 29, 2011 at 5:58 AM, Scott Bennett wrote: > =C2=A0 =C2=A0 Did I misunderstand something about the --list-origins opti= on? =C2=A0Or have > I run into a bug? =C2=A0Any suggestions of how to proceed would be welcom= e. No, not a bug. portmaster --list-origins | wc -l 58 pkg_info | wc -l 207 list-origins only lists packages that does not have any dependencies. --=20 chs,