From owner-freebsd-ports@FreeBSD.ORG Thu Apr 10 14:03:22 2014 Return-Path: Delivered-To: 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 D96747FF for ; Thu, 10 Apr 2014 14:03:22 +0000 (UTC) Received: from mail-wi0-x229.google.com (mail-wi0-x229.google.com [IPv6:2a00:1450:400c:c05::229]) (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 6A038168D for ; Thu, 10 Apr 2014 14:03:22 +0000 (UTC) Received: by mail-wi0-f169.google.com with SMTP id hm4so1036738wib.0 for ; Thu, 10 Apr 2014 07:03:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=UIpnVERThFOhVHw7NYGDX5ShIUI7maJJCXGh5baDmYY=; b=Y+VsF3g7Id01/ElXU7Z1yl42WDqI1euGaLUurvOkgaA/bCGDIGfpxtsS7WtdEApIaN cPgM6O56QkQ1Sy0lFklF/uBHJJanUicEYHPmdTgnxtNd7GJ7QFCIbQRqZBD2FKB5p0x+ Rlays88WG+QsIA2tUUXLSZoLYkdQWliv+5spa4O50Hk5idnmLdNEAtPsfa2FKUuoVdk3 JMxvUyqDfRqYqcHuQzJzqtQh3NgvheTlO6V3Vl7Ho2TjwUBZP0E6GPbAzl7NJx0lPcv9 L1Z3VJCFVI6oBfWIb3kBwET11BEqjg7IaFIwQ0mrfmxlbdRFyR8HbWyp46CIrVCz4kAz lACw== X-Received: by 10.180.76.142 with SMTP id k14mr15292916wiw.21.1397138600638; Thu, 10 Apr 2014 07:03:20 -0700 (PDT) Received: from gumby.homeunix.com (5ec2dcc3.skybroadband.com. [94.194.220.195]) by mx.google.com with ESMTPSA id f1sm16942982wic.19.2014.04.10.07.03.18 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Thu, 10 Apr 2014 07:03:19 -0700 (PDT) Date: Thu, 10 Apr 2014 15:03:09 +0100 From: RW To: ports@freebsd.org Subject: Re: Repair pkgng Message-ID: <20140410150309.34314d07@gumby.homeunix.com> In-Reply-To: References: <534527D6.5000802@marino.st> <534590B7.8050805@marino.st> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII 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: Thu, 10 Apr 2014 14:03:22 -0000 On Thu, 10 Apr 2014 08:07:55 -0500 Scot Hetzel wrote: > Portmaster is not breaking hier(7). It's not, because it's information about what was used to build the packages, so /var/db/pkg is a legitimate location. > Portmaster was originally designed to use the old pkg tools > (pkg_install, ...), it has ALWAYS placed it's files > (PM_UPGRADE_DONE_FLAG, +IGNOREME, distfiles) in > /var/db/pkg/${PKGNAME}. > > The options framework is relatively new in regards to portmaster, as > portmaster was created before the options framework existed. It's newer than the recently reworked version of the options framework, but /var/db/port was used for options before that.