From owner-freebsd-questions@FreeBSD.ORG Sun Jun 10 18:29:46 2012 Return-Path: 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 A649D106566C for ; Sun, 10 Jun 2012 18:29:46 +0000 (UTC) (envelope-from subhro@80386.org) Received: from oproxy7-pub.bluehost.com (oproxy7.bluehost.com [IPv6:2605:dc00:100:2::a7]) by mx1.freebsd.org (Postfix) with SMTP id 6A8AF8FC25 for ; Sun, 10 Jun 2012 18:29:46 +0000 (UTC) Received: (qmail 5894 invoked by uid 0); 10 Jun 2012 18:29:46 -0000 Received: from unknown (HELO box761.bluehost.com) (66.147.244.61) by oproxy7.bluehost.com with SMTP; 10 Jun 2012 18:29:46 -0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=80386.org; s=default; h=To:References:Message-Id:Content-Transfer-Encoding:Cc:Date:In-Reply-To:From:Content-Type:Mime-Version:Subject; bh=D+45TcQQE07RBWO/AObuXor2qGtvOWU3PvpUr/11Cpw=; b=YeVvpRZj+Lrm6bskBeh4RASDbGZ1B/0EdKWm/7ZJO5bkOfqqAPQcgU5pWZIgSM+OOZxCS+u06m863jOMq+Y/xsAL7NYviv0/Vz/WIhF6wpXFtPJ6pwk0HoDatV/2Ruv2; Received: from [117.194.36.158] (port=53881 helo=[192.168.1.4]) by box761.bluehost.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1SdmtV-0001yi-Ik; Sun, 10 Jun 2012 12:29:46 -0600 Mime-Version: 1.0 (Apple Message framework v1278) Content-Type: text/plain; charset=iso-8859-1 From: Subhro Sankha Kar In-Reply-To: <4FD4CD49.40605@dreamchaser.org> Date: Sun, 10 Jun 2012 23:59:41 +0530 Content-Transfer-Encoding: quoted-printable Message-Id: <561C693C-E951-4A55-AAB1-82510307AA61@80386.org> References: <4FD4CD49.40605@dreamchaser.org> To: freebsd@dreamchaser.org X-Mailer: Apple Mail (2.1278) X-Identified-User: {1190:box761.bluehost.com:pixelpa2:80386.org} {sentby:smtp auth 117.194.36.158 authed with subhro@80386.org} Cc: FreeBSD Mailing List Subject: Re: ports: make config-recursive doesn't really 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, 10 Jun 2012 18:29:46 -0000 You can have a look at port-mgmt/portmaster. Thanks Subhro -- Subhro Sankha Kar System Administrator Working and Playing with FreeBSD since 2002 On 10-Jun-2012, at 10:07 PM, Gary Aitken wrote: > I'm trying to build a script to rebuild and reinstall everything I = have installed from ports. I don't want to have to keep checking on it = and filling out the appropriate check boxes for options. I naively = assumed: >=20 > for port in $ports > do > cd /usr/port/$port > make config-recursive > cd ../.. > done >=20 > would allow me to set up all the dependencies before continuing with = the install. >=20 > It appears, however, that it doesn't really recurse properly. I say = "appears" only because this is my first time trying this and despite = doing the above setting of options, I am confronted with additional = options screens as the build progresses. >=20 > Is there a way to get around this? >=20 > Thanks, >=20 > Gary > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to = "freebsd-questions-unsubscribe@freebsd.org"