svn commit: r338994 - head/www/lightsquid

Adam Weinberger adamw at adamw.org
Tue Jan 7 14:55:27 UTC 2014


On 7 Jan 2014, at 5:15, Baptiste Daroussin wrote:
> On Tue, Jan 07, 2014 at 10:12:33AM +0000, Dima Panov wrote:
>> +	@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}/${WWWDIR}
>
> The above does not allow to build the package as a user so either you 
> need
> NEED_ROOT or you need to then those right via the plist
> @owner www
> @group www
> files
> @dirs
> @owner
> @group
>
> Along with a @exec chown -R for pkg_install otherwise it will mess up 
> things

1) This sort of stuff really needs to be in the Porter's Handbook. 
People really do want to DTRT, but there needs to be a canonical source 
of how to do things the right way.

2) Can someone please make compatibility shims for pkg_tools so that we 
can retire them?? It is really frustrating having to do the same thing 
three different ways. pkgng has happened. Migrate the pkg_tools people 
to it.

# Adam


--
Adam Weinberger
adamw at adamw.org
http://www.adamw.org




More information about the svn-ports-all mailing list