From owner-cvs-all@FreeBSD.ORG Tue May 20 00:02:32 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16D7B37B401; Tue, 20 May 2003 00:02:32 -0700 (PDT) Received: from zibbi.icomtek.csir.co.za (zibbi.icomtek.csir.co.za [146.64.24.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id A354C43F75; Tue, 20 May 2003 00:02:29 -0700 (PDT) (envelope-from jhay@zibbi.icomtek.csir.co.za) Received: from zibbi.icomtek.csir.co.za (localhost [IPv6:::1]) h4K72I5v068088; Tue, 20 May 2003 09:02:18 +0200 (SAST) (envelope-from jhay@zibbi.icomtek.csir.co.za) Received: (from jhay@localhost) by zibbi.icomtek.csir.co.za (8.12.9/8.12.9/Submit) id h4K72Ivq068087; Tue, 20 May 2003 09:02:18 +0200 (SAST) (envelope-from jhay) Date: Tue, 20 May 2003 09:02:18 +0200 From: John Hay To: Scott Long Message-ID: <20030520070217.GA67991@zibbi.icomtek.csir.co.za> References: <200305191552.h4JFq1UN006001@repoman.freebsd.org> <20030520055652.GA65915@zibbi.icomtek.csir.co.za> <3EC9CB4D.3090706@btc.adaptec.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3EC9CB4D.3090706@btc.adaptec.com> User-Agent: Mutt/1.4i cc: cvs-src@FreeBSD.org cc: John Hay cc: cvs-all@FreeBSD.org cc: Dag-Erling Smorgrav cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 src/bin/ed Makefile src/lib Makefile src/lib/libcrypt Makefile src/lib/libfetch Makefile src/lib/libpam/modules modules.inc src/libexec Makefile... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 May 2003 07:02:32 -0000 On Tue, May 20, 2003 at 12:29:33AM -0600, Scott Long wrote: > DES, > > As John pointed out, this has broken the release. This has also broken > the BETA-2 release. Please fix it immediately, or else I will back out > this change. > > Scott > > John Hay wrote: > >On Mon, May 19, 2003 at 08:52:01AM -0700, Dag-Erling Smorgrav wrote: > > > >>des 2003/05/19 08:52:01 PDT > >> > >> FreeBSD src repository > >> > >> Modified files: ... > >> usr.sbin/ppp Makefile ... > >> Log: > >> Retire the useless NOSECURE knob. > > This patch gets me past the crunch bits. My snap is currently busy in release.9 John -- John Hay -- John.Hay@icomtek.csir.co.za / jhay@FreeBSD.org Index: usr.sbin/ppp/Makefile =================================================================== RCS file: /home/ncvs/src/usr.sbin/ppp/Makefile,v retrieving revision 1.95 diff -u -r1.95 Makefile --- usr.sbin/ppp/Makefile 19 May 2003 15:52:01 -0000 1.95 +++ usr.sbin/ppp/Makefile 20 May 2003 06:26:35 -0000 @@ -11,6 +11,7 @@ .if defined(RELEASE_CRUNCH) CFLAGS+=-DRELEASE_CRUNCH NOATM= true +NOCRYPT= true NOI4B= true NONAT= true NOKLDLOAD= true