From owner-freebsd-ports@FreeBSD.ORG Thu Aug 9 13:26:51 2012 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 1A38A106564A; Thu, 9 Aug 2012 13:26:51 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 631478FC08; Thu, 9 Aug 2012 13:26:50 +0000 (UTC) Received: by bkcje9 with SMTP id je9so190031bkc.13 for ; Thu, 09 Aug 2012 06:26:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=cF1fUmi9scVXYetHhfs3f+kXwm0Qz+OaiLeFfAkhE7k=; b=ZqaFPW54gnevfGYWz+nj+qfGqtoE7W+7ZCFTpJpJLB/VdH6vKGqiq7VhzFtatEzj+f Yw5sWRIJO8BHfP4++nZr+wkXVaFpoa/BvxDDiFZgz3YIRWzeULEZkHVZrUWvbl5C+XDR 9iB1YAFomKqPJhSHsG+txFKaaepWn9RHhC7jqSvxuo7kflDI/DpaTIdIAwKQM1i/G5dZ FybROjMBoviHgYwJfKhG3gtlPFJJRyn3IYu26pyj5wnOj/cMDFS10mPAjvMhbBpmqwGq sH4StmYFQHG/BhcPl3H+87XrpsQmiRYRYS3Cq1PSfsKhppkUYU6QYL6O3Dv+x/TNJrdu D1Yw== MIME-Version: 1.0 Received: by 10.204.148.72 with SMTP id o8mr9190598bkv.103.1344518809200; Thu, 09 Aug 2012 06:26:49 -0700 (PDT) Received: by 10.204.231.7 with HTTP; Thu, 9 Aug 2012 06:26:49 -0700 (PDT) Received: by 10.204.231.7 with HTTP; Thu, 9 Aug 2012 06:26:49 -0700 (PDT) In-Reply-To: <50211CEA.6030108@mail.zedat.fu-berlin.de> References: <5020E05C.3000704@zedat.fu-berlin.de> <50211A8F.40108@shatow.net> <50211CEA.6030108@mail.zedat.fu-berlin.de> Date: Thu, 9 Aug 2012 14:26:49 +0100 Message-ID: From: Chris Rees To: "O. Hartmann" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Current FreeBSD , "O. Hartmann" , FreeBSD Mailing List , Bryan Drewery Subject: Re: pkg and portmaster: Downgrading ports? Why? portmaster messes up ... 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, 09 Aug 2012 13:26:51 -0000 On 7 Aug 2012 15:50, "O. Hartmann" wrote: > > On 08/07/12 15:39, Bryan Drewery wrote: > > On 8/7/2012 4:31 AM, O. Hartmann wrote: > >> ports-mgmt/portmaster installs still the old fashioned style folders of > >> ports in /var/db/pkg. I thought ith the new scheme of pkg, everything is > >> going into a file based SQLite3 DB? > > > > Also ensure WITH_PKGNG=yes is in your /etc/make.conf. My last comment > > still stands though, portmaster will store distifile information in > > /var/db/pkg. > > > > WITH_PKGNG=yes is set in /etc/make.conf. Also in your portmasterrc? Chris