Re: Make python27 build as an unprivileged user

2014-04-04 Thread Julio Merino
On Fri, Apr 04, 2014 at 11:57:19AM +0200, Antoine Brodin wrote: > > Try attached patch. Yes, your patch works and it looks simple enough. Thanks for the quick response and the fix (obviously)! ___ freebsd-python@freebsd.org mailing list http://lists.fr

Re: Make python27 build as an unprivileged user

2014-04-03 Thread Julio Merino
On Thu, Apr 3, 2014 at 3:30 PM, Antoine Brodin wrote: > koobs' new python34 port (not committed yet) packages fine as non > root, so it seems doable. Sorry but I don't see how that's relevant. Python 3.4 is a much more modern package than 2.7 and many things may have changed in its build infrastr

Re: Make python27 build as an unprivileged user

2014-04-03 Thread Julio Merino
On Thu, Apr 03, 2014 at 09:06:03PM +0200, Antoine Brodin wrote: > On Thu, Apr 3, 2014 at 9:01 PM, Julio Merino wrote: > > Hello, > > > > I needed the patch below to be able to build python27 when using ports as > > an unprivileged user. It is a bit too coarse-grained,

Make python27 build as an unprivileged user

2014-04-03 Thread Julio Merino
Hello, I needed the patch below to be able to build python27 when using ports as an unprivileged user. It is a bit too coarse-grained, but I think ports does not offer a finer-grained mechanism to indicate that only the staging phase needs root. (Note that pkgsrc marks all python packages as req