From owner-freebsd-questions@FreeBSD.ORG Thu Jul 1 11:25:17 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BE7C4106566B for ; Thu, 1 Jul 2010 11:25:17 +0000 (UTC) (envelope-from christer.solskogen@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 4C6E48FC13 for ; Thu, 1 Jul 2010 11:25:16 +0000 (UTC) Received: by bwz12 with SMTP id 12so1046256bwz.13 for ; Thu, 01 Jul 2010 04:25:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=mgN6vRWVk9+aDkaUm1CEB48BxGSBghHpft8y0TgUDXw=; b=PDXsD67ng3XViN1fl4KWSRbEB0Z8Wtw4XVGmLVL0Otms21HXpGSoaOqCnVxTzNhxGU 66S8xmT1Hu+Lrz8RkigeGDdvUNeFt00elZVk+ZyOFUI2h2AIbfxHyFQLYaSYcTmNYOHi 7ANMAhuX5rrGAhOB+xEbjsTeqlZZk6sOsjfdQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=JEhKXtQSUeFCdWRQxwJpODa5OszL9QmeNEkt4iDeYtrKJS2w+G1dl2vbD+G4Ce2//P D1b/aTLRTHbwCRvc3YukUYx6O4WL/nHXq0ZiHhaGP21K8D0fj56aWfmEtgvt6Y/gyMvt /C7XYlJIjkhnlmU6V4fDPAPBcRPMwLFzUSPRU= MIME-Version: 1.0 Received: by 10.204.115.132 with SMTP id i4mr2080612bkq.129.1277983512301; Thu, 01 Jul 2010 04:25:12 -0700 (PDT) Received: by 10.204.102.77 with HTTP; Thu, 1 Jul 2010 04:25:12 -0700 (PDT) In-Reply-To: <4C2C7A85.1030107@gmail.com> References: <4C2C7A85.1030107@gmail.com> Date: Thu, 1 Jul 2010 13:25:12 +0200 Message-ID: From: Christer Solskogen To: Glen Barber Content-Type: text/plain; charset=ISO-8859-1 Cc: Anders Andersson , freebsd-questions@freebsd.org Subject: Re: Upgrading without building and without freebsd-update X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2010 11:25:17 -0000 On Thu, Jul 1, 2010 at 1:22 PM, Glen Barber wrote: > You could use 'make package-recursive', or have a look at > ports-mgmt/tinderbox, which does this by default. > Or as I do: rsync /usr/ports/packages :) -- chs,