From owner-freebsd-ports@FreeBSD.ORG Wed Apr 9 13:17:39 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 A3AED457 for ; Wed, 9 Apr 2014 13:17:39 +0000 (UTC) Received: from mail.egr.msu.edu (gribble.egr.msu.edu [35.9.37.169]) by mx1.freebsd.org (Postfix) with ESMTP id 77D691682 for ; Wed, 9 Apr 2014 13:17:39 +0000 (UTC) Received: from gribble (localhost [127.0.0.1]) by mail.egr.msu.edu (Postfix) with ESMTP id 74E8820F9B for ; Wed, 9 Apr 2014 09:07:17 -0400 (EDT) X-Virus-Scanned: amavisd-new at egr.msu.edu Received: from mail.egr.msu.edu ([127.0.0.1]) by gribble (gribble.egr.msu.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id V3pFcjNAOKFb for ; Wed, 9 Apr 2014 09:07:17 -0400 (EDT) Received: from EGR authenticated sender Message-ID: <53454605.7040606@egr.msu.edu> Date: Wed, 09 Apr 2014 09:07:17 -0400 From: Adam McDougall User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: Repair pkgng References: <534527D6.5000802@marino.st> In-Reply-To: <534527D6.5000802@marino.st> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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: Wed, 09 Apr 2014 13:17:39 -0000 On 04/09/2014 06:58, John Marino wrote: > On 4/9/2014 12:38, Melvyn Sopacua wrote: >> Hi, >> >> On Tue, 8 Apr 2014, Kevin Oberman wrote: >> >>>>> /var/db/pkg/libyaml-0.1.6/distfiles >> ... >>> >>> No, once you run pkgng, these files are in /var/db/pkg. The only files in >>> /var/db/ports are options files. >> >> Ah, my bad. >> Though it makes no sense in my mind. Distfiles belong to ports not >> packages. What problem was solved by moving this? >> > > It did not "move". > A clean /var/db/pkg has these contents (or similar): > auditfile > local.sqlite > repo-FreeBSD.sqlite > vuln.xml > > A clean /var/db/ports directory has these contents > */options > > > That's it. No distfiles. > > John I believe I've heard /var/db/pkg/something/distfiles is a dropping specifically from portmaster. Doesn't matter if pkgng or not.