From owner-cvs-all@FreeBSD.ORG Mon Jul 17 16:47:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 729) id 0CCEA16A4E8; Mon, 17 Jul 2006 16:47:56 +0000 (UTC) X-Mailer: exmh version 2.7.0 06/18/2004 with nmh-1.0.4 To: Joseph Koshy In-Reply-To: Message from Joseph Koshy of "Mon, 17 Jul 2006 14:23:11 GMT." <200607171423.k6HENBGJ099329@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain Message-Id: <20060717164756.0CCEA16A4E8@hub.freebsd.org> Date: Mon, 17 Jul 2006 16:47:56 +0000 (UTC) From: jkoshy@FreeBSD.ORG (Joseph Koshy) Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/emulators/spim Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Jul 2006 16:47:56 -0000 > jkoshy 2006-07-17 14:23:11 UTC > > FreeBSD ports repository > > Modified files: > emulators/spim Makefile > Log: > Propagate ${PREFIX} and other environment variables to child sub-makes. > > Revision Changes Path > 1.28 +11 -4 ports/emulators/spim/Makefile I missed this bug during testing because I had PREFIX defined in the environment. There was a two-hour window during which the port would abort on a 'make install' leaving litter outside of /usr/local. Apologies to anyone who was affected. I need to go collect my pointy hat now. Koshy