From owner-freebsd-questions@FreeBSD.ORG Sun Mar 16 17:45:21 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1849C781 for ; Sun, 16 Mar 2014 17:45:21 +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 BF4658D for ; Sun, 16 Mar 2014 17:45:20 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.8/8.14.8) with ESMTP id s2GHjIHw022922 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sun, 16 Mar 2014 11:45:19 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.8/8.14.8/Submit) with ESMTP id s2GHjGMr022919; Sun, 16 Mar 2014 11:45:18 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sun, 16 Mar 2014 11:45:16 -0600 (MDT) From: Warren Block To: Jos Chrispijn Subject: Re: Pkgng | Compiled versions download In-Reply-To: <5325B6B3.2080604@webrz.net> Message-ID: References: <53243A21.4010907@webrz.net> <20140315125247.fac5a8c2.freebsd@edvax.de> <5325B6B3.2080604@webrz.net> 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]); Sun, 16 Mar 2014 11:45:19 -0600 (MDT) Cc: freebsd-questions@freebsd.org 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: Sun, 16 Mar 2014 17:45:21 -0000 On Sun, 16 Mar 2014, Jos Chrispijn wrote: > Polytropon: >> Combining those methods has been possible for decades, but emphasizes that >> you know what you're doing. :-) > > Jep - for me is was just running a batch that ran for over 7 years without > problems. Upgrading to another way of processing forces me to raise my > learning curve by doing things of which I am not yet certain I know what I am > doing. > >> If I read this correctly: You have previously been using compiled (by you) >> versions of the mentioned programs, and pkg didn't upgrade them? > > I use the following method: > > # > svn update /usr/src > svn update /usr/ports > svn info /usr/src > svn info /usr/ports > # > cd /usr/ports > make fetchindex portmaster will fetch the most recent index with options like -L. portupgrade can do it, too. > cd /usr/local/etc > portsdb -fu pkgdb is part of portupgrade. It is unnecessary if you are using portmaster. > after which I report myself by email and do a manual portmaster -a (previous > portupgrade -a) to get synced very day. Always, yes always, check /usr/ports/UPDATING before updating ports. The ports crew has reduced the need for manual steps, but they still occur sometimes. If missed, problems will occur.