From owner-freebsd-current@FreeBSD.ORG Thu Mar 9 13:29:13 2006 Return-Path: X-Original-To: current@FreeBSD.ORG Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6158D16A420; Thu, 9 Mar 2006 13:29:13 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C53E43D55; Thu, 9 Mar 2006 13:29:12 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id k29DT1rJ020945; Thu, 9 Mar 2006 15:29:01 +0200 (EET) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ip.net.ua [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 96653-07; Thu, 9 Mar 2006 15:28:34 +0200 (EET) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id k29DSNK1020932 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 9 Mar 2006 15:28:24 +0200 (EET) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.4/8.13.4) id k29DSdno046903; Thu, 9 Mar 2006 15:28:39 +0200 (EET) (envelope-from ru) Date: Thu, 9 Mar 2006 15:28:39 +0200 From: Ruslan Ermilov To: Giorgos Keramidas Message-ID: <20060309132839.GA46241@ip.net.ua> References: <20060308200214.GA63755@flame.pc> <20060309092303.W10582@beagle.kn.op.dlr.de> <20060308085714.L10582@beagle.kn.op.dlr.de> <86bqwh59gn.fsf@xps.des.no> <20060308152413.GA43764@flame.pc> <20060308.115539.98861830.imp@bsdimp.com> <20060308192657.GA54826@ip.net.ua> <20060308200214.GA63755@flame.pc> <20060309081544.GD54826@ip.net.ua> <20060309125632.GA1677@flame.pc> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="HcAYCG3uE/tztfnV" Content-Disposition: inline In-Reply-To: <20060309125632.GA1677@flame.pc> User-Agent: Mutt/1.5.11 X-Virus-Scanned: amavisd-new at ip.net.ua Cc: deischen@FreeBSD.ORG, des@des.no, Harti Brandt , current@FreeBSD.ORG, "M. Warner Losh" Subject: Re: When will bsnmp stop breaking -current builds X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Mar 2006 13:29:13 -0000 --HcAYCG3uE/tztfnV Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Mar 09, 2006 at 02:56:33PM +0200, Giorgos Keramidas wrote: > On 2006-03-09 10:15, Ruslan Ermilov wrote: > > > %%% > > > Index: Makefile.inc1 > > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > > --- Makefile.inc1 (.../branches/ncvs/src/Makefile.inc1) (revision 42) > > > +++ Makefile.inc1 (.../trunk/src/Makefile.inc1) (revision 42) > > > @@ -824,6 +824,10 @@ > > > _pwd_mkdb=3D usr.sbin/pwd_mkdb > > > .endif > > > > > > +.if ${BOOTSTRAPPING} < 700014 > > > +_gensnmptree=3D 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} "=3D=3D=3D> ${_tool} (obj,depend,all,install)"; \ > > > %%% > > > > Yes, exactly this. >=20 > On 2006-03-09 09:24, Harti Brandt wrote: > > > > Looks fine to me, if it fixes the problem. > > > > harti >=20 > Thanks, committed. >=20 > 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? >=20 No, such upgrades use HEAD sources, including fixed Makefile.inc1. Unless a similar problem existed in RELENG_[56] of course... Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --HcAYCG3uE/tztfnV Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFEEC2HqRfpzJluFF4RArKwAJ9VdiuVUYoiioTjm1Rv7WIagsjRpACeMTSL q996NPyR79wkcZNc4Pi9T2A= =iG6N -----END PGP SIGNATURE----- --HcAYCG3uE/tztfnV--