From owner-cvs-all Thu Aug 1 0:36:53 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 487F437B400; Thu, 1 Aug 2002 00:36:41 -0700 (PDT) Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id E00A543E4A; Thu, 1 Aug 2002 00:36:35 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g717aWi77033; Thu, 1 Aug 2002 10:36:32 +0300 (EEST) (envelope-from ru) Date: Thu, 1 Aug 2002 10:36:32 +0300 From: Ruslan Ermilov To: John Baldwin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release Makefile Message-ID: <20020801073632.GF67507@sunbay.com> References: <200207271943.g6RJhvX6021061@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="A9z/3b/E4MkkD+7G" Content-Disposition: inline In-Reply-To: <200207271943.g6RJhvX6021061@freefall.freebsd.org> User-Agent: Mutt/1.3.99i 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 --A9z/3b/E4MkkD+7G Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jul 27, 2002 at 12:43:57PM -0700, John Baldwin wrote: > jhb 2002/07/27 12:43:57 PDT >=20 > Modified files: > release Makefile=20 > Log: > If we are building docs with this release and PREFETCHDISTFILES is defi= ned > then download the distfiles for the ports needed to build the docs befo= re > we enter the chroot environment. This is useful since often times rele= ases > get in a funk trying to download distfiles in the chroot. > =20 > Approved by: re (murray, bmah) > MFC after: 5 days > =20 > Revision Changes Path > 1.695 +8 -1 src/release/Makefile >=20 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: %%% Index: Makefile =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 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=3D${CHROOTDIR}/usr/ports BATCH=3Dyes \ - JADETEX=3Dno WITHOUT_PYTHON=3Dyes fetch-recursive ; \ + make PORTSDIR=3D${CHROOTDIR}/usr/ports \ + BATCH=3Dyes WITHOUT_X11=3Dyes JADETEX=3Dno WITHOUT_PYTHON=3Dyes \ + fetch-recursive ; \ done .endif .endif %%% --=20 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 --A9z/3b/E4MkkD+7G Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9SOUAUkv4P6juNwoRArbsAJ9vYtSIhrOUHDISslyjnFwLddSPRACfUueS hGFH6guvjD5lT+l7DNShruE= =c8+F -----END PGP SIGNATURE----- --A9z/3b/E4MkkD+7G-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message