From owner-freebsd-java Tue Apr 16 13:22:28 2002 Delivered-To: freebsd-java@freebsd.org Received: from smtp.hccnet.nl (smtp.hccnet.nl [62.251.0.13]) by hub.freebsd.org (Postfix) with ESMTP id 7DDA537B400; Tue, 16 Apr 2002 13:22:23 -0700 (PDT) Received: from there by smtp.hccnet.nl via uds67-60.dial.hccnet.nl [62.251.60.67] with SMTP id WAA12797 (8.8.8/1.13); Tue, 16 Apr 2002 22:22:21 +0200 (MET DST) Message-Id: <200204162022.WAA12797@smtp.hccnet.nl> Content-Type: text/plain; charset="iso-8859-1" From: Ernst de Haan Organization: FreeBSD Project To: Mario Sergio Fujikawa Ferreira Subject: Re: Using NEED_JAVAC in ports Date: Tue, 16 Apr 2002 22:22:16 +0200 X-Mailer: KMail [version 1.3.2] Cc: zach@neurosoft.org, joshua@roughtrade.net, java@FreeBSD.org References: <200204161951.VAA29489@smtp.hccnet.nl> <20020416201807.16393.qmail@exxodus.fedaykin.here> In-Reply-To: <20020416201807.16393.qmail@exxodus.fedaykin.here> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi Mario, > I would authorize changes on my ports for adding a tweakable > need for JAVAC but I would like to understand why would it affect > jikes? I really use javac. After all, I don't need jikes in my > two affected ports: javadc and jift. > What your heuristic for picking either jikes or javac? > I am curious. The behaviour of your port will not change. The behaviour of some other ports will change, though. More specifically: The ports that define USE_JAVA but do not use ${JAVAC} will not depend on Jikes anymore, even if bsd.java.mk previously determined that Jikes should be used if a Java compiler was necessary. The problem is that bsd.java.mk currently sets Jikes as a dependency for any port that has USE_JAVA defined and Jikes installed on their system... Hope this is clear. If it's not, then it's my fault. I'm tired ||-) Ernst To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message