From owner-freebsd-java@FreeBSD.ORG Sun Jul 25 08:40:02 2010 Return-Path: Delivered-To: java@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CD12F1065674 for ; Sun, 25 Jul 2010 08:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BC4AB8FC16 for ; Sun, 25 Jul 2010 08:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o6P8e2gX086251 for ; Sun, 25 Jul 2010 08:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o6P8e2Il086243; Sun, 25 Jul 2010 08:40:02 GMT (envelope-from gnats) Date: Sun, 25 Jul 2010 08:40:02 GMT Message-Id: <201007250840.o6P8e2Il086243@freefall.freebsd.org> To: java@FreeBSD.org From: David Naylor Cc: Subject: Re: ports/148753: [patch] java/openjdk6 does not respect MAKE_JOBS_(SAFE|NUMBER) X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: David Naylor List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jul 2010 08:40:03 -0000 The following reply was made to PR ports/148753; it has been noted by GNATS. From: David Naylor To: bug-followup@freebsd.org, naylor.b.david@gmail.com Cc: Subject: Re: ports/148753: [patch] java/openjdk6 does not respect MAKE_JOBS_(SAFE|NUMBER) Date: Sun, 25 Jul 2010 10:31:35 +0200 --nextPart1320720.d91mLkUYVE Content-Type: multipart/mixed; boundary="Boundary-01=_oZ/SMYr0nNkHr6U" Content-Transfer-Encoding: 7bit --Boundary-01=_oZ/SMYr0nNkHr6U Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline See attached. =20 --Boundary-01=_oZ/SMYr0nNkHr6U Content-Type: text/x-patch; charset="ISO-8859-1"; name="openjdk6.diff" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="openjdk6.diff" diff -ur /usr/ports/java/openjdk6/Makefile openjdk6/Makefile =2D-- /usr/ports/java/openjdk6/Makefile 2010-07-15 22:29:26.000000000 +0200 +++ openjdk6/Makefile 2010-07-15 22:33:45.000000000 +0200 @@ -48,6 +48,7 @@ =20 # java extracts directly to the cwd WRKSRC=3D ${WRKDIR} +MAKE_JOBS_SAFE=3D yes =20 USE_GMAKE=3D yes USE_MOTIF=3D yes @@ -145,8 +146,10 @@ USE_DISPLAY=3D yes .endif =20 =2DBUILD_JOBS_NUMBER!=3D ${SYSCTL} -n kern.smp.cpus =2DMAKE_ENV+=3D HOTSPOT_BUILD_JOBS=3D${BUILD_JOBS_NUMBER} +.if !defined(DISABLE_MAKE_JOBS) +MAKE_ENV+=3D HOTSPOT_BUILD_JOBS=3D${MAKE_JOBS_NUMBER} +# XXX: _MAKE_JOBS=3D +.endif =20 COPYDIRS=3D \ hotspot/src/os/linux/launcher \ @@ -269,3 +272,5 @@ @${CAT} ${PKGMESSAGE} =20 .include +# XXX: use _MAKE_JOBS in bsd.port.mk (and move libe below up-above) +_MAKE_JOBS=3D --Boundary-01=_oZ/SMYr0nNkHr6U-- --nextPart1320720.d91mLkUYVE Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (FreeBSD) iEYEABECAAYFAkxL9msACgkQUaaFgP9pFrIFzgCdHgaCT2BG2ndBPvon93v2Mdph JwoAn0uudJJcMtN+BRkO7sf2Wk/jYNhk =dWNy -----END PGP SIGNATURE----- --nextPart1320720.d91mLkUYVE--