Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jun 2008 04:51:30 +0000 (UTC)
From:      Greg Lewis <glewis@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/java/jdk15 Makefile
Message-ID:  <200806250451.m5P4pU75020070@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806250451.m5P4pU75020070>