From owner-freebsd-ports@FreeBSD.ORG Thu Dec 31 15:15:03 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 673FE106566C for ; Thu, 31 Dec 2009 15:15:03 +0000 (UTC) (envelope-from kimelto@gmail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id ED8E28FC15 for ; Thu, 31 Dec 2009 15:15:02 +0000 (UTC) Received: by bwz5 with SMTP id 5so8149342bwz.3 for ; Thu, 31 Dec 2009 07:14:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=QfRQA8oxgYYC+wifwPrksyJ8rqlZFIb/BfuOvkau6zg=; b=xJASTaiTBQFBb2Ammc+tMNz4Rxhyw8w6KznxlKknm2KITIothFoDlzaCuBvYp5SL2+ pfsnAHSwcTy6xuu02Jhw0jbYOVXa7AYm7C6gtYa2Z+JrRn95vLxYE97W2FrU+VnfyL15 4WP30TTECjbK0bUDimSKI+2A0aqCcLANRuOjU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=GCwu5BNzShmY1bswBL7sG+glcNPQFmwF06Rra24SsZ7stPK9FU3y83Su6M05//t2VA s/pHA996A3rMM65L2wRf6/cIBsFIMWWJjc+bhAoaLNJ1rJZz4WzvfeuTBfIaRjQlC0vH RjSvSs6eVw9APfcuJbDYbPAYho9jgXcPmGnTc= MIME-Version: 1.0 Received: by 10.204.24.2 with SMTP id t2mr2582599bkb.65.1262272494292; Thu, 31 Dec 2009 07:14:54 -0800 (PST) In-Reply-To: <7d1be6610912310540y2e3ca781pcc77eab919d55c26@mail.gmail.com> References: <7d1be6610912310540y2e3ca781pcc77eab919d55c26@mail.gmail.com> Date: Thu, 31 Dec 2009 07:14:54 -0800 Message-ID: From: Julien Laffaye To: Aleksandar Simic Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports@freebsd.org Subject: Re: pkg_debunk X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Dec 2009 15:15:03 -0000 On Thu, Dec 31, 2009 at 5:40 AM, Aleksandar Simic wrote: > Hello, > > I find that when building some ports, the building of its dependencies > tend =A0to fail from time to time. > > So I've created pkg_debunk: http://github.com/dotemacs/pkg_debunk > > It shows you which ports that appear to be installed, aren't or if > they are for the most part, which of their content is missing. > > What do you think? > > Please note: I'm not subscribed to the list, so when replying do include = me. > > Thanks, > Aleksandar Hi, What about `pkg_info -a -g` or `pkg_info -g pkgname` ? Regards, Julien