From owner-cvs-all@FreeBSD.ORG Thu Feb 2 16:27:45 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 3E25516A420; Thu, 2 Feb 2006 16:27:45 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E96043D53; Thu, 2 Feb 2006 16:27:45 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k12GRi6e092200; Thu, 2 Feb 2006 16:27:44 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k12GRiWN092199; Thu, 2 Feb 2006 16:27:44 GMT (envelope-from glewis) Message-Id: <200602021627.k12GRiWN092199@repoman.freebsd.org> From: Greg Lewis Date: Thu, 2 Feb 2006 16:27:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/java/jdk15 Makefile ports/java/jdk15/files cacerts X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Feb 2006 16:27:45 -0000 glewis 2006-02-02 16:27:44 UTC FreeBSD ports repository Modified files: java/jdk15 Makefile Added files: java/jdk15/files cacerts Log: . Enable parallel compilation during the build of HotSpot. Note that we can't use -j in general since the build of the other bits is almost certainly not -j safe. If set, this will speed up the build for those with an SMP box. [1] . Install the cacerts file from Sun's JDK 1.5.0_06 release rather than using the almost empty one that comes with the SCSL source. [2] . Bump PORTREVISION for the second change. PR: 87552 [1] Submitted by: leafy [1] Prompted by: Panagiotis Astithas [2] Revision Changes Path 1.102 +6 -1 ports/java/jdk15/Makefile 1.3 +137 -0 ports/java/jdk15/files/cacerts (new)