From owner-freebsd-gnome@FreeBSD.ORG Sun Mar 19 16:16:34 2006 Return-Path: X-Original-To: freebsd-gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3327B16A400 for ; Sun, 19 Mar 2006 16:16:34 +0000 (UTC) (envelope-from ml@t-b-o-h.net) Received: from vjofn.tucs-beachin-obx-house.com (vjofn.tucs-beachin-obx-house.com [204.107.90.128]) by mx1.FreeBSD.org (Postfix) with ESMTP id B859C43D45 for ; Sun, 19 Mar 2006 16:16:33 +0000 (GMT) (envelope-from ml@t-b-o-h.net) Received: from himinbjorg.tucs-beachin-obx-house.com (dpc6747145123.direcpc.com [67.47.145.123]) (authenticated bits=128) by vjofn.tucs-beachin-obx-house.com (8.12.9/8.12.9) with ESMTP id k2JGGPHR055674 for ; Sun, 19 Mar 2006 11:16:31 -0500 (EST) Received: from himinbjorg.tucs-beachin-obx-house.com (localhost.tucs-beachin-obx-house.com [127.0.0.1]) by himinbjorg.tucs-beachin-obx-house.com (8.13.3/8.12.10) with ESMTP id k2JGGHkj001561 for ; Sun, 19 Mar 2006 11:16:19 -0500 (EST) (envelope-from ml@t-b-o-h.net) Received: (from tbohml@localhost) by himinbjorg.tucs-beachin-obx-house.com (8.13.3/8.13.1/Submit) id k2JGGGg2001560 for freebsd-gnome@FreeBSD.org; Sun, 19 Mar 2006 11:16:16 -0500 (EST) (envelope-from tbohml) From: Tuc at T-B-O-H Message-Id: <200603191616.k2JGGGg2001560@himinbjorg.tucs-beachin-obx-house.com> To: freebsd-gnome@FreeBSD.org Date: Sun, 19 Mar 2006 11:16:16 -0500 (EST) X-Mailer: ELM [version 2.5 PL8] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: Subject: Suggested mod for gnome_upgradeXXX.sh X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Mar 2006 16:16:34 -0000 Hi, During STAGE 2 you are portupgrading all of the external dependencies. The problem I have is sometimes some of what it wants to upgrade are things that either aren't as simple as a "portupgrade" (perl for example) or things that I don't care to be on the bleeding edge of (nvidia drivers). What I personally did to stop it was wrote the ${external_list} to a temp file, invoke vi on the file, and then feed a cat of that to the run_portupgrade. I was wondering if maybe in the future something like this might be added. Right now my file has 153 items in it to start, and after I pulled out everything I didn't think or want to be upgraded it ended up to be 124 items. I'm not sure a "Do you want to upgrade devel/pcre (Y/N)" would be appropriate, so not sure the best way to go about it. Thanks, Tuc