Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Aug 2005 12:22:35 +0400
From:      Sergey Matveychuk <sem@FreeBSD.org>
To:        Kris Kennaway <kris@obsecurity.org>
Cc:        cvs-ports@FreeBSD.org, Pav Lucistnik <pav@FreeBSD.org>, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org
Subject:   Re: cvs commit: ports/games/phpua-engine Makefile
Message-ID:  <42F9B94B.1000304@FreeBSD.org>
In-Reply-To: <20050809212141.GA88263@xor.obsecurity.org>
References:  <200508091921.j79JLoe1054308@repoman.freebsd.org> <20050809212141.GA88263@xor.obsecurity.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Kris Kennaway wrote:
> On Tue, Aug 09, 2005 at 07:21:50PM +0000, Pav Lucistnik wrote:
> 
>>pav         2005-08-09 19:21:50 UTC
>>
>>  FreeBSD ports repository
>>
>>  Modified files:
>>    games/phpua-engine   Makefile 
>>  Log:
>>  - Rename USER and GROUP to PHPUA_USER and PHPUA_GROUP, the USER variable
>>    was getting in from environment, causing unwanted behaviour and
>>    weird failures on pointyhat
> 
> 
> AHA!  +1 cookie for pav!
> 
> That has been annoying me for ages - I thought it was sudo's fault.
> 
> Could you do a quick grep for other instances of these?  There are
> some other ports that always fail on machines that use sudo to build
> packages, although I can't recall them right now.

% find . -name Makefile -exec grep '^USER?=' {} /dev/null \;
./games/phpua-bf/Makefile:USER?=                www
./games/phpua-cod/Makefile:USER?=               www
./games/phpua-engine/Makefile:USER?=            www
./games/phpua-hl/Makefile:USER?=                www
./games/phpua-q3/Makefile:USER?=                www
./games/phpua-ut/Makefile:USER?=                www
./games/phpua-ut2003/Makefile:USER?=            www

-- 
Sem.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?42F9B94B.1000304>