Date: Thu, 01 Aug 2002 09:56:21 -0400 (EDT) From: John Baldwin <jhb@FreeBSD.org> To: Ruslan Ermilov <ru@FreeBSD.org> Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/release Makefile Message-ID: <XFMail.20020801095621.jhb@FreeBSD.org> In-Reply-To: <20020801073632.GF67507@sunbay.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <jhb@FreeBSD.org> <>< 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.20020801095621.jhb>