Re: cvs commit: src UPDATING

[ Available lists | Index of cvs-all | Month of Feb 2007 | Week of 28 Feb 2007 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
John Baldwin <jhb@freebsd.org>
Date
28 Feb 2007 23:06:58
Subject
Re: cvs commit: src UPDATING
Message-ID
200702281807.17323.jhb@freebsd.org


[ Hide this part ]
On Wednesday 28 February 2007 15:42, Ruslan Ermilov wrote:
> OK, 700015 corresponds to 26-Mar-06, and I see the changes in
> gensnmptree since then:
>
> --- gensnmptree/gensnmptree.1 27 Feb 2006 16:16:16 -0000 1.1.1.6
> +++ gensnmptree/gensnmptree.1 30 May 2006 07:46:52 -0000 1.1.1.7
>
> 700017 is 13-May-06, 700018 is 15-Jul-06, so I changed it to
> the latter so it doesn't break.
>
> %%%
> Index: Makefile.inc1
> ===================================================================
> RCS file: /home/ncvs/src/Makefile.inc1,v
> retrieving revision 1.568
> diff -u -p -r1.568 Makefile.inc1
> --- Makefile.inc1 28 Feb 2007 20:06:21 -0000 1.568
> +++ Makefile.inc1 28 Feb 2007 20:44:19 -0000
> @@ -857,7 +857,7 @@ _gencat= usr.bin/gencat
> _mklocale= usr.bin/mklocale
> .endif
>
> -.if ${BOOTSTRAPPING} < 700015
> +.if ${BOOTSTRAPPING} < 700018
> _gensnmptree= usr.sbin/bsnmpd/gensnmptree
> .endif
>

buildworld finished ok with this patch, thanks!

--
John Baldwin


Elapsed time: 0.225 seconds