Date: Sun, 19 Feb 2006 06:19:21 +0200 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: freebsd-current@freebsd.org Subject: Re: Is HEAD broken for anybody else? Message-ID: <20060219041921.GA62239@flame.pc> In-Reply-To: <20060219034050.GA20475@flame.pc> References: <20060219010958.GA22357@flame.pc> <20060219031800.GA19663@flame.pc> <20060219034050.GA20475@flame.pc>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2006-02-19 05:40, Giorgos Keramidas <keramida@ceid.upatras.gr> wrote: > Wrong patch. Then atmconfig will not link. Ignore this please :( > > > %%% > > Index: atmconfig/Makefile > > =================================================================== > > --- atmconfig/Makefile (revision 16) > > +++ atmconfig/Makefile (working copy) > > @@ -6,27 +6,12 @@ > > # $FreeBSD: src/sbin/atm/atmconfig/Makefile,v 1.8 2005/03/15 07:38:15 harti Exp $ The correct fix is probably to add gensnmptree to bootstrap-tools. I'm currently building a snapshot with: %%% Index: Makefile.inc1 =================================================================== --- Makefile.inc1 (revision 16) +++ Makefile.inc1 (working copy) @@ -839,6 +839,7 @@ usr.bin/rpcgen \ usr.bin/xinstall \ usr.sbin/config \ + usr.sbin/bsnmpd/gensnmptree \ ${_crunchgen} \ ${_pwd_mkdb} ${_+_}@${ECHODIR} "===> ${_tool} (obj,depend,all,install)"; \ %%% But this will take a while to test properly.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060219041921.GA62239>