From owner-freebsd-questions@FreeBSD.ORG Wed Jul 4 08:56:16 2007 Return-Path: X-Original-To: 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 8BE6E16A468 for ; Wed, 4 Jul 2007 08:56:16 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id 15E3E13C458 for ; Wed, 4 Jul 2007 08:56:14 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.12.11) with ESMTP id l648uD8n015222 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 4 Jul 2007 15:56:13 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.3/8.12.11) id l648uDbG039253; Wed, 4 Jul 2007 15:56:13 +0700 (ICT) Date: Wed, 4 Jul 2007 15:56:13 +0700 (ICT) Message-Id: <200707040856.l648uDbG039253@banyan.cs.ait.ac.th> From: Olivier Nicole To: questions@freebsd.org X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: Subject: Recursivity of -r and -R in portupgrade 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: Wed, 04 Jul 2007 08:56:16 -0000 Hi, I am wondering is the option -R and -r are mutually recursive in portupgrade. That is, if the option -R applies to every ports detected by -r and respectively if -r applies to every ports detected by -R. Lest take the example of: portupgrade -fRr gd gd depends on png, does it upgrade png with portupgrade -fRr png? php4-gd is built from gd, does it upgrade php4-gd with portupgrade -Rrf php4-gd? (That will in turn upgrade php, maybe apache...) Best regards, Olivier