ports/148753: [patch] java/openjdk6 does not respect MAKE_JOBS_(SAFE|NUMBER)

David Naylor naylor.b.david at gmail.com
Sun Jul 25 08:40:03 UTC 2010


The following reply was made to PR ports/148753; it has been noted by GNATS.

From: David Naylor <naylor.b.david at gmail.com>
To: bug-followup at freebsd.org,
 naylor.b.david at 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 <bsd.port.post.mk>
 +# 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--


More information about the freebsd-java mailing list