From owner-freebsd-questions@FreeBSD.ORG Sun May 20 07:45:56 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 B6BD916A469 for ; Sun, 20 May 2007 07:45:56 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout3.cac.washington.edu (mxout3.cac.washington.edu [140.142.32.166]) by mx1.freebsd.org (Postfix) with ESMTP id 96D9813C480 for ; Sun, 20 May 2007 07:45:56 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.9] (may be forged)) by mxout3.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l4K7jtUV028850 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 20 May 2007 00:45:56 -0700 X-Auth-Received: from [192.168.10.45] (c-67-166-149-71.hsd1.ca.comcast.net [67.166.149.71]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l4K7jtw6005490 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 20 May 2007 00:45:55 -0700 Message-ID: <464FFCB3.6070804@u.washington.edu> Date: Sun, 20 May 2007 00:45:55 -0700 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: "Marc G. Fournier" References: <464FD3D7.5050508@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.1.294258, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.5.20.2933 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CP_URI_IN_BODY 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __LINES_OF_YELLING 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Cc: jackbarnett@gmail.com, freebsd-questions@freebsd.org Subject: Re: Updating all ports 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: Sun, 20 May 2007 07:45:56 -0000 Marc G. Fournier wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > > > - --On Saturday, May 19, 2007 23:51:35 -0500 Jack Barnett > > wrote: > >> For /usr/ports I sync to just '.' (dot). Is that what I want? (I want just >> 'stable' ports, nothing bleeding edge). >> >> for /usr/src I sync to: RELENG_6 >> >> But my question, is there a way to go though and say "let's rebuild any port" >> that is newer (via sync) then one I current have? >> >> For example, if I build and install application FooBar-1.0.0 from the >> /usr/ports and the next week FooBar-1.0.7 is there a way to say "yea, let's >> rebuild this" instead of manually building it? Or at the very least, give me >> a list of changes on which applications need to be manually built. > > Install /usr/ports/ports-mgmt/portupgrade ... > > - ---- > Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) > Email . scrappy@hub.org MSN . scrappy@hub.org > Yahoo . yscrappy Skype: hub.org ICQ . 7615664 > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.5 (FreeBSD) > > iD8DBQFGT97n4QvfyHIvDvMRArgeAKDrbrgHfAQ5YNeky3kB2sn2d0TYjQCg4SQL > +Cwq8SvFjLs1EHN7dD5UXDM= > =nyhg > -----END PGP SIGNATURE----- That will take care of 95% of all cases, but isn't intelligent enough to do things properly 5% of the time (packages move, dependencies change, etc). -Garrett