From owner-freebsd-questions@FreeBSD.ORG Mon Feb 17 21:46:04 2014 Return-Path: Delivered-To: freebsd-questions@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 2BC319F5 for ; Mon, 17 Feb 2014 21:46:04 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CEC0214AB for ; Mon, 17 Feb 2014 21:46:03 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.8/8.14.8) with ESMTP id s1HLk1St041550 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 17 Feb 2014 14:46:02 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.8/8.14.8/Submit) with ESMTP id s1HLk1n3041547; Mon, 17 Feb 2014 14:46:01 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Mon, 17 Feb 2014 14:46:01 -0700 (MST) From: Warren Block To: Antonio Olivares Subject: Re: portmaster not updating ports with new pkg In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Mon, 17 Feb 2014 14:46:02 -0700 (MST) Cc: FreeBSD Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Feb 2014 21:46:04 -0000 On Mon, 17 Feb 2014, Antonio Olivares wrote: > On Mon, Feb 17, 2014 at 2:25 PM, Warren Block wrote: >> On Mon, 17 Feb 2014, Antonio Olivares wrote: >> >>>> portmaster works for me the same as it always did. Did you add >>>> WITH_PKGNG=yes to make.conf? >>> >>> >>> Isn't this done automagically? >> >> >> No. >> >> >>> How do I do this? with ee as root? >> >> >> That will work, yes. > > Now it appears to be churning :) Hopefully you ran pkg2ng at some point. > Thank you both Mario & Warren for your help. I get the warning that > > PACKAGESITE in pkg.conf is deprecated. Please create a repository > configuration file > > But a site > > http://networkedblogs.com/RurUw > > states add the followng: > > cp /usr/local/etc/pkg.conf.sample /usr/local/etc/pkg.conf Those instructions also involve portupgrade, which is not necessary when using portmaster. I just delete the config file, it is not needed unless you want to download binary packages anyway. > I shall try this advice and see if the warning goes away. > > On 8.4-RELEASE is it advised to move to pkgng? It will be EOL'd when? > I have moved to pkgng on 9.2 machines, but for 8.4 it may not be > plausible? There is only one ports tree. When the old package database goes away in August, pkg(8) will be the thing to use on any supported version of FreeBSD.