From owner-freebsd-ports@FreeBSD.ORG Wed Apr 9 10:59:11 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 66DA5E9F for ; Wed, 9 Apr 2014 10:59:11 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3CFB8158C for ; Wed, 9 Apr 2014 10:59:07 +0000 (UTC) Received: from [192.168.0.20] (unknown [130.255.19.191]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 2440443BC5; Wed, 9 Apr 2014 05:58:48 -0500 (CDT) Message-ID: <534527D6.5000802@marino.st> Date: Wed, 09 Apr 2014 12:58:30 +0200 From: John Marino User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Melvyn Sopacua , Kevin Oberman Subject: Re: Repair pkgng References: In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Jakob Breivik Grimstveit , FreeBSD Ports mailing list X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: marino@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Apr 2014 10:59:11 -0000 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