From owner-freebsd-ports@FreeBSD.ORG Fri Dec 30 20:22:29 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9EAFF16A41F for ; Fri, 30 Dec 2005 20:22:29 +0000 (GMT) (envelope-from parv@pair.com) Received: from mta11.adelphia.net (mta11.adelphia.net [68.168.78.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFB6A43D79 for ; Fri, 30 Dec 2005 20:22:24 +0000 (GMT) (envelope-from parv@pair.com) Received: from default.chvlva.adelphia.net ([68.67.248.200]) by mta11.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20051230202224.IQQT5278.mta11.adelphia.net@default.chvlva.adelphia.net>; Fri, 30 Dec 2005 15:22:24 -0500 Received: by default.chvlva.adelphia.net (Postfix, from userid 1000) id CFFAEB5DA; Fri, 30 Dec 2005 15:22:27 -0500 (EST) Date: Fri, 30 Dec 2005 15:22:27 -0500 From: Parv To: "Michael C. Shultz" Message-ID: <20051230202227.GA6673@holestein.holy.cow> Mail-Followup-To: "Michael C. Shultz" , freebsd-ports@freebsd.org References: <200512301209.37040.ringworm01@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200512301209.37040.ringworm01@gmail.com> Cc: freebsd-ports@freebsd.org Subject: Re: Need testers: modifying ports so dependencies are automatically updated at make install time X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2005 20:22:29 -0000 in message <200512301209.37040.ringworm01@gmail.com>, wrote Michael C. Shultz thusly... > > I put together a PR that modifies a port so that when: > > make or make install > > is run, if any of the ports dependencies are out of date they are > updated first before installing the port. That would be a worse position if i happened to have a slightly older version of a dependency port (but new version exists in the ports tree) which would work just fine for the port needing that particular dependency port. pkg_add already suffers due to a similar problem; i would like the ports not being infected too. > Another benefit is less drive space is used because after each > dependency is built and installed it is cleaned There should be some mechanism to disable cleaning. - Parv > http://www.freebsd.org/cgi/query-pr.cgi?pr=91105 --