cvs commit: ports/games/phpua-engine Makefile

Sergey Matveychuk sem at FreeBSD.org
Wed Aug 10 08:22:40 GMT 2005


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.


More information about the cvs-all mailing list