From owner-freebsd-questions@FreeBSD.ORG Sat Apr 4 18:51:37 2009 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CE8831065701 for ; Sat, 4 Apr 2009 18:51:37 +0000 (UTC) (envelope-from doug@polands.org) Received: from hrndva-omtalb.mail.rr.com (hrndva-omtalb.mail.rr.com [71.74.56.123]) by mx1.freebsd.org (Postfix) with ESMTP id F11148FC18 for ; Sat, 4 Apr 2009 18:51:34 +0000 (UTC) (envelope-from doug@polands.org) Received: from haran.polands.org ([75.87.219.217]) by hrndva-omta01.mail.rr.com with ESMTP id <20090404185134.USJD7490.hrndva-omta01.mail.rr.com@haran.polands.org> for ; Sat, 4 Apr 2009 18:51:34 +0000 Received: from sichem.polands.org (sichem-wifi.polands.org [172.16.1.37]) by haran.polands.org (8.14.3/8.14.3) with ESMTP id n34IpXFv023996 for ; Sat, 4 Apr 2009 13:51:33 -0500 (CDT) (envelope-from doug@polands.org) Message-ID: <49D7AC35.7060000@polands.org> Date: Sat, 04 Apr 2009 13:51:33 -0500 From: Doug Poland User-Agent: Thunderbird 2.0.0.21 (X11/20090404) MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: portupgrade fu... AKA there has to be a better way 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: Sat, 04 Apr 2009 18:51:40 -0000 Hello, I'm upgrading a server from 6.4 to 7.1 and am going through the relative pain of re-compiling all the ports. It's not as easy "portupgrade -af" because of all the special handling instructions of many ports. I have not found an "easy" way to keep track of the ports that need to be forcibly updated but have not undergone a version change. Because I approach the upgrade in steps, I need to run portupgrade several times but want to exclude stuff already compiled under 7.x. What I need is a command like: # portupgrade -af -x "already compiled on 7" Suggestions, comments, rebukes welcome. -- Regards, Doug