From owner-freebsd-questions@FreeBSD.ORG Mon Jun 11 22:14:53 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1EA141065676 for ; Mon, 11 Jun 2012 22:14:53 +0000 (UTC) (envelope-from rsimmons0@gmail.com) Received: from mail-vb0-f54.google.com (mail-vb0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id CA2768FC19 for ; Mon, 11 Jun 2012 22:14:52 +0000 (UTC) Received: by vbmv11 with SMTP id v11so3084065vbm.13 for ; Mon, 11 Jun 2012 15:14:52 -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 :content-type:content-transfer-encoding; bh=EfYjbKcKzN56bjIN9W/BvA7jEhbo2PWrn2vgTO3jfsI=; b=uwaIjNOrlaRpyUU99lJRPOFsNuJeaPCBAHe2KsknYg5snWX3NYRoNCmx738h2bKJ7z ADCQRTbwM9vLQ455KPbXReqYjvh1CuA2rbE/Pl9EWfmCEkXblavJu89z77pfg00x7vEw a/ScrQekOx5NXgiQ/+AVgET8qWUKE+Q6X387igDY4TUyJ0HEEWZLwOLcDiNuCJwtctoa RAgEGoqulCYDabbxdwkfvf1AXxGrWWY+E35eEnCF+/tpvugkLZE8qSKCWeKCOYMDuIEC dU+Chsor/pXSdhABqAIp0+GjKYsyOA9HOrxjWM1iQeqdi86gOFv5kTvQvmAF0YmxsYWz LgSw== MIME-Version: 1.0 Received: by 10.220.226.68 with SMTP id iv4mr13495260vcb.21.1339452892097; Mon, 11 Jun 2012 15:14:52 -0700 (PDT) Received: by 10.52.113.97 with HTTP; Mon, 11 Jun 2012 15:14:52 -0700 (PDT) In-Reply-To: <20120611220232.GA29749@thought.org> References: <20120611220232.GA29749@thought.org> Date: Mon, 11 Jun 2012 18:14:52 -0400 Message-ID: From: Robert Simmons To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: any way to grab just One port to upgrade? 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: Mon, 11 Jun 2012 22:14:53 -0000 On Mon, Jun 11, 2012 at 6:02 PM, Gary Kline wrote: > it is easy to cvs or cvsup ports and get a whole slew of ports in > /usr/ports/distfiles, but too often, using portmaster [or another > tool], I'll have only one of two ports that fail because they are > either 1) broken, or 2) out of date. =A0is there any way I can grab > just the ones that fail to compile? =A0I'm down to fewer than 50 > ports. > and wedged. You don't want to have /usr/ports out of sync. You want to let cvsup/portsnap do it's thing. It's ideal to have the whole ports collection up-to-date. You may want to start with a clean slate and cvsup/portsnap a fresh copy of the ports collection if you think that something is amiss. You can make a backup of /usr/ports for peace of mind too. Also, can you please supply exactly what ports you're talking about and what commands you are running to upgrade? Error output for the ports you say are broken would be another good thing to supply.