From owner-cvs-ports@FreeBSD.ORG Fri Aug 29 14:12:20 2003 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06D6D16A4BF; Fri, 29 Aug 2003 14:12:20 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FFB743FBD; Fri, 29 Aug 2003 14:12:19 -0700 (PDT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h7TLCJ0U059083; Fri, 29 Aug 2003 14:12:19 -0700 (PDT) (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7TLCJXf059082; Fri, 29 Aug 2003 14:12:19 -0700 (PDT) Message-Id: <200308292112.h7TLCJXf059082@repoman.freebsd.org> From: Greg Lewis Date: Fri, 29 Aug 2003 14:12:19 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/java/jdk13 Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Aug 2003 21:12:20 -0000 glewis 2003/08/29 14:12:19 PDT FreeBSD ports repository Modified files: java/jdk13 Makefile Log: . Add support for bootstrapping with the Diablo Caffe JDK. The bootstrap order is now: . linux-blackdown-jdk13 iff WITH_LINUX_BOOTSTRAP is set. . A previous installation of this port, if it exists. . The Diablo Caffe JDK. That is, the Diablo Caffe JDK is now the default bootstrapper in the absence of a previous installation of this port. Revision Changes Path 1.59 +6 -3 ports/java/jdk13/Makefile