Re: How to update /usr/src/ using SVN and "make update"?

2011-12-11 Thread O. Hartmann
On 12/11/11 01:11, Benjamin Kaduk wrote: > On Sat, 10 Dec 2011, O. Hartmann wrote: > >> On 12/10/11 14:51, Chuck Burns wrote: >>> On Saturday, December 10, 2011 7:35:27 AM Chuck Burns wrote: Here is quick, hackish patch to allow your make update to work, it appears that the Makefile

Re: How to update /usr/src/ using SVN and "make update"?

2011-12-10 Thread Benjamin Kaduk
On Sat, 10 Dec 2011, O. Hartmann wrote: On 12/10/11 14:51, Chuck Burns wrote: On Saturday, December 10, 2011 7:35:27 AM Chuck Burns wrote: Here is quick, hackish patch to allow your make update to work, it appears that the Makefile.inc1 does not include the full path to svn, while it does incl

Re: How to update /usr/src/ using SVN and "make update"?

2011-12-10 Thread O. Hartmann
On 12/10/11 14:51, Chuck Burns wrote: > On Saturday, December 10, 2011 7:35:27 AM Chuck Burns wrote: >> Here is quick, hackish patch to allow your make update to work, it appears >> that the Makefile.inc1 does not include the full path to svn, while it does >> include the full path to cvs and other

Re: How to update /usr/src/ using SVN and "make update"?

2011-12-10 Thread Chuck Burns
On Saturday, December 10, 2011 7:35:27 AM Chuck Burns wrote: > Here is quick, hackish patch to allow your make update to work, it appears > that the Makefile.inc1 does not include the full path to svn, while it does > include the full path to cvs and other tools, this makes me think that the > user

Re: How to update /usr/src/ using SVN and "make update"?

2011-12-10 Thread Chuck Burns
On Saturday, December 10, 2011 3:59:41 AM O. Hartmann wrote: > Taking the instruction from manpage make.conf(5) and setting variable > SVN_UPDATE to YES, typing "make update" in /usr/srcfails due to svn > can not be found. make.conf(5) also contains a variable "SUP" containing > the path for c

Re: How to update /usr/src/ using SVN and "make update"?

2011-12-10 Thread Herbert J. Skuhra
On Sat, Dec 10, 2011, at 10:59, O. Hartmann wrote: > Taking the instruction from manpage make.conf(5) and setting variable > SVN_UPDATE to YES, typing "make update" in /usr/srcfails due to svn > can not be found. make.conf(5) also contains a variable "SUP" containing > the path for cvsup or cv

How to update /usr/src/ using SVN and "make update"?

2011-12-10 Thread O. Hartmann
Taking the instruction from manpage make.conf(5) and setting variable SVN_UPDATE to YES, typing "make update" in /usr/src fails due to svn can not be found. make.conf(5) also contains a variable "SUP" containing the path for cvsup or cvsup and I'm desperately missing a similar variable for su