Date: Tue, 20 May 2003 09:02:18 +0200 From: John Hay <jhay@icomtek.csir.co.za> To: Scott Long <scott_long@btc.adaptec.com> 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... Message-ID: <20030520070217.GA67991@zibbi.icomtek.csir.co.za> In-Reply-To: <3EC9CB4D.3090706@btc.adaptec.com> References: <200305191552.h4JFq1UN006001@repoman.freebsd.org> <20030520055652.GA65915@zibbi.icomtek.csir.co.za> <3EC9CB4D.3090706@btc.adaptec.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030520070217.GA67991>