From owner-cvs-all Thu Aug 1 6:56:41 2002 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 A80E137B405 for ; Thu, 1 Aug 2002 06:56:22 -0700 (PDT) Received: from mail.speakeasy.net (mail14.speakeasy.net [216.254.0.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D80743E88 for ; Thu, 1 Aug 2002 06:56:21 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 3751 invoked from network); 1 Aug 2002 13:56:20 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail14.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 1 Aug 2002 13:56:20 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.5/8.12.5) with ESMTP id g71DuJuR060656; Thu, 1 Aug 2002 09:56:19 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20020801073632.GF67507@sunbay.com> Date: Thu, 01 Aug 2002 09:56:21 -0400 (EDT) From: John Baldwin To: Ruslan Ermilov Subject: Re: cvs commit: src/release Makefile Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 01-Aug-2002 Ruslan Ermilov wrote: > On Sat, Jul 27, 2002 at 12:43:57PM -0700, John Baldwin wrote: >> jhb 2002/07/27 12:43:57 PDT >> >> Modified files: >> release Makefile >> Log: >> If we are building docs with this release and PREFETCHDISTFILES is defined >> then download the distfiles for the ports needed to build the docs before >> we enter the chroot environment. This is useful since often times releases >> get in a funk trying to download distfiles in the chroot. >> >> Approved by: re (murray, bmah) >> MFC after: 5 days >> >> Revision Changes Path >> 1.695 +8 -1 src/release/Makefile >> > This change didn't catch to the rev. 1.694 changes; WITHOUT_X11 is not > anymore set in the environment. I think this can affect the distfiles > list significantly. This patch fixes this and indentation: You'll need to fix the indentation in all the rest of the file as well, I was just following the existing style. :) It looks fine to me though, go ahead. > %%% > Index: Makefile > =================================================================== > RCS file: /home/ncvs/src/release/Makefile,v > retrieving revision 1.695 > diff -u -r1.695 Makefile > --- Makefile 27 Jul 2002 19:43:52 -0000 1.695 > +++ Makefile 1 Aug 2002 07:33:17 -0000 > @@ -312,8 +312,9 @@ > .if defined(PREFETCHDISTFILES) > @for i in ${DOCPORTS}; do \ > cd ${CHROOTDIR}/usr/ports/$$i && \ > - make PORTSDIR=${CHROOTDIR}/usr/ports BATCH=yes \ > - JADETEX=no WITHOUT_PYTHON=yes fetch-recursive ; \ > + make PORTSDIR=${CHROOTDIR}/usr/ports \ > + BATCH=yes WITHOUT_X11=yes JADETEX=no WITHOUT_PYTHON=yes \ > + fetch-recursive ; \ > done > .endif > .endif > %%% > > -- > Ruslan Ermilov Sysadmin and DBA, > ru@sunbay.com Sunbay Software AG, > ru@FreeBSD.org FreeBSD committer, > +380.652.512.251 Simferopol, Ukraine > > http://www.FreeBSD.org The Power To Serve > http://www.oracle.com Enabling The Information Age -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message