From owner-cvs-all@FreeBSD.ORG  Wed Jun 25 04:51:31 2008
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 5F1E41065673;
	Wed, 25 Jun 2008 04:51:31 +0000 (UTC)
	(envelope-from glewis@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 5C9298FC12;
	Wed, 25 Jun 2008 04:51:31 +0000 (UTC)
	(envelope-from glewis@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m5P4pUJt020071;
	Wed, 25 Jun 2008 04:51:31 GMT
	(envelope-from glewis@repoman.freebsd.org)
Received: (from glewis@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m5P4pU75020070;
	Wed, 25 Jun 2008 04:51:30 GMT (envelope-from glewis)
Message-Id: <200806250451.m5P4pU75020070@repoman.freebsd.org>
From: Greg Lewis <glewis@FreeBSD.org>
Date: Wed, 25 Jun 2008 04:51:30 +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
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>,
	<mailto:cvs-all-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-all>
List-Post: <mailto:cvs-all@freebsd.org>
List-Help: <mailto:cvs-all-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>,
	<mailto:cvs-all-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 25 Jun 2008 04:51:31 -0000

glewis      2008-06-25 04:51:30 UTC

  FreeBSD ports repository

  Modified files:
    java/jdk15           Makefile 
  Log:
  . Don't cheat on BUILD_DEPENDS in regards to a bootstrap JDK as this
    confuses portmaster, which (understandably) expects that we didn't
    fake up our bootstrap dependency.
  
    Instead, only set up a BUILD_DEPENDS for a bootstrap if there isn't one
    installed.  A more complicated and arguably more correct patch would
    always set up the BUILD_DEPENDS for the bootstrap JDK but would do so
    correctly based on what it found to use.
  
    This almost certainly needs to happen to the other jdk* ports, but I'm
    going to await some positive feedback before doing so.
  
  Revision  Changes    Path
  1.149     +3 -4      ports/java/jdk15/Makefile