From owner-freebsd-questions@freebsd.org Mon Jul 20 16:08:35 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EFE469A633E for ; Mon, 20 Jul 2015 16:08:35 +0000 (UTC) (envelope-from mfv@bway.net) Received: from smtp2.bway.net (smtp2.bway.net [216.220.96.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CA9B11EC5 for ; Mon, 20 Jul 2015 16:08:35 +0000 (UTC) (envelope-from mfv@bway.net) Received: from gecko4 (host-216-220-115-107.dsl.bway.net [216.220.115.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: m1316v@bway.net) by smtp2.bway.net (Postfix) with ESMTPSA id 7C8B995876; Mon, 20 Jul 2015 12:08:24 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=bway.net; s=mail; t=1437408504; bh=u3V+gmSkbcO/6X5WAMI9cXXPyf8bPkeaYtdOYkx3a6A=; h=Date:From:To:Cc:Subject:In-Reply-To:References:Reply-To; b=ERo3QD3TIJwtET3/uFrdVgpG4JYefv/fZFb4af23SObbG9Bi7us6BKJAgQ0e/D9sC H8NnvU8WqsxjPuywnkzFneiap4Jz01mQD2Kd2BG2txwAV2V9FTvp1dga/fbfpC3/hZ xZ9MO8whrzs0pOwoGPrSbDsECLN7BRIU09e1hTbA= Date: Mon, 20 Jul 2015 12:08:24 -0400 From: mfv To: merlyn@stonehenge.com (Randal L. Schwartz) Cc: Lowell Gilbert , freebsd-questions@freebsd.org Subject: Re: Sync Ports to Packages Message-ID: <20150720120824.689005c5@gecko4> In-Reply-To: <868uacj94m.fsf@red.stonehenge.com> References: <20150717145356.612a3a1e@gecko4> <44mvyulhdx.fsf@lowell-desk.lan> <20150718111438.10f593f7@gecko4> <868uacj94m.fsf@red.stonehenge.com> Reply-To: mfv@bway.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jul 2015 16:08:36 -0000 > On Sun, 2015-07-19 at 11:27 merlyn@stonehenge.com (Randal L. > Schwartz) wrote: > >>>>>> "mfv" == mfv writes: > >mfv> To do this I first upgrade the binaries by invoking "pkg upgrade". >mfv> Then, after using a web browser to check out the appropriate beefy >mfv> server, I identify the build number of that upgrade. Finally, I >mfv> update the local ports tree by running "svnup ports -n ". >mfv> When finished, the ports and packages are synced. > >Why not just do it the other way around? Check out the latest ports, >and build them (even customize them) with poudriere? Then you'll know >precisely that your trees are in sync. > Hello Lowell, Thanks for your comments. They prompted me to take a closer look at poudriere. As FreeBSD is only on one workstation with a handful of customized ports I thought poudriere was overkill. Moreover, I mistakenly thought that all my ports had to be built using this program but recently discovered that a customized list of ports is possible. I'll give it a try. Cheers ... Marek