When will bsnmp stop breaking -current builds

Giorgos Keramidas keramida at ceid.upatras.gr
Thu Mar 9 12:57:24 UTC 2006


On 2006-03-09 10:15, Ruslan Ermilov <ru at freebsd.org> wrote:
> > %%%
> > Index: Makefile.inc1
> > ===================================================================
> > --- Makefile.inc1	(.../branches/ncvs/src/Makefile.inc1)	(revision 42)
> > +++ Makefile.inc1	(.../trunk/src/Makefile.inc1)	(revision 42)
> > @@ -824,6 +824,10 @@
> >  _pwd_mkdb=	usr.sbin/pwd_mkdb
> >  .endif
> >
> > +.if ${BOOTSTRAPPING} < 700014
> > +_gensnmptree=	usr.sbin/bsnmpd/gensnmptree
> > +.endif
> > +
> >  bootstrap-tools:
> >  .for _tool in \
> >      ${_strfile} \
> > @@ -839,6 +843,7 @@
> >      usr.bin/rpcgen \
> >      usr.bin/xinstall \
> >      usr.sbin/config \
> > +    ${_gensnmptree} \
> >      ${_crunchgen} \
> >      ${_pwd_mkdb}
> >  	${_+_}@${ECHODIR} "===> ${_tool} (obj,depend,all,install)"; \
> > %%%
>
> Yes, exactly this.

On 2006-03-09 09:24, Harti Brandt <hartmut.brandt at dlr.de> wrote:
>
> Looks fine to me, if it fixes the problem.
>
> harti

Thanks, committed.

Do you think we also need to merge this to RELENG_6 and RELENG_5 some
time later, to allow upgrades from those branches to the HEAD of
CURRENT?

- Giorgos



More information about the freebsd-current mailing list