From owner-freebsd-ports@FreeBSD.ORG Wed Nov 8 10:02:45 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A4BD16A47E for ; Wed, 8 Nov 2006 10:02:45 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DC5D43D5F for ; Wed, 8 Nov 2006 10:02:42 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so1265915uge for ; Wed, 08 Nov 2006 02:02:41 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=I8zguk+YRxwYjv6bJsg4brJ6oEx09z0RGdt5fZ4cAeaMlOFK76xWFC4mUTO5I5cM7gg7x/aCFkAwvBa7f7GwQUgFO7+dpTa8o7RHrZotc3LE4CGRmvBhgAt9yA3aBH1F2oGXdPUbaxfkvQHqRmO0gTGSt7Wu95HrrUHKAAFi3W8= Received: by 10.78.193.19 with SMTP id q19mr9583682huf.1162980161210; Wed, 08 Nov 2006 02:02:41 -0800 (PST) Received: by 10.78.167.16 with HTTP; Wed, 8 Nov 2006 02:02:41 -0800 (PST) Message-ID: Date: Wed, 8 Nov 2006 13:02:41 +0300 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "Danny Braniss" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Google-Sender-Auth: e8dcdd0badc4efad Cc: ports@freebsd.org Subject: Re: hoe to rebuild /usr/local 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: Wed, 08 Nov 2006 10:02:45 -0000 On 11/8/06, Danny Braniss wrote: > hi, > is there a way to build /usr/local from /var/db/pkg? /var/db/pkg is just a list of packages and files which they installed, plus some extra metadata. To rebuild all your packages you'll need to install sysutils/portupgrade (or the like) and run "portupgrade -af"