From owner-freebsd-java@FreeBSD.ORG Thu Jan 22 10:00:38 2004 Return-Path: Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E2A016A4CE for ; Thu, 22 Jan 2004 10:00:38 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AA0F43D1F for ; Thu, 22 Jan 2004 10:00:30 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i0MI0TFR002627 for ; Thu, 22 Jan 2004 10:00:29 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i0MI0T8M002625; Thu, 22 Jan 2004 10:00:29 -0800 (PST) (envelope-from gnats) Resent-Date: Thu, 22 Jan 2004 10:00:29 -0800 (PST) Resent-Message-Id: <200401221800.i0MI0T8M002625@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-java@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Volker Stolz Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BED016A4CE; Thu, 22 Jan 2004 09:55:11 -0800 (PST) Received: from atlas.informatik.rwth-aachen.de (atlas.Informatik.RWTH-Aachen.DE [137.226.194.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61D2C43D31; Thu, 22 Jan 2004 09:55:09 -0800 (PST) (envelope-from stolz@i2.informatik.rwth-aachen.de) Received: from menelaos.informatik.rwth-aachen.de (menelaos.Informatik.RWTH-Aachen.DE [137.226.194.73]) 8.11.1-0.5-michaelw-20030918) with ESMTP id i0MHt8m21877; Thu, 22 Jan 2004 18:55:08 +0100 Received: (from stolz@localhost)i0MHt8ta018025; Thu, 22 Jan 2004 18:55:08 +0100 (CET) (envelope-from stolz) Message-Id: <200401221755.i0MHt8ta018025@menelaos.informatik.rwth-aachen.de> Date: Thu, 22 Jan 2004 18:55:08 +0100 (CET) From: Volker Stolz To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: znerd@FreeBSD.org Subject: java/61741: bsd.java.mk gives wrong advice re: NEED_JAVAC X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Volker Stolz List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jan 2004 18:00:38 -0000 >Number: 61741 >Category: java >Synopsis: bsd.java.mk gives wrong advice re: NEED_JAVAC >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-java >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jan 22 10:00:29 PST 2004 >Closed-Date: >Last-Modified: >Originator: Volker Stolz >Release: FreeBSD 4.9-STABLE i386 >Organization: Lehrstuhl für Informatik II >Environment: System: FreeBSD menelaos.informatik.rwth-aachen.de 4.9-STABLE FreeBSD 4.9-STABLE #12: Mon Dec 8 15:14:27 CET 2003 root@menelaos.informatik.rwth-aachen.de:/usr/obj/usr/src/sys/MENELAOS i386 >Description: >From /usr/share/Mk/bsd.java.mk: # The default value for NEED_JAVAC is temporarily (!) YES # This will change as soon as the affecting ports have NEED_JAVAC=YES . if !defined(NEED_JAVAC) NEED_JAVAC= NO . endif Obviously NEED_JAVAC defaults to NO. Either to comment above is incorrect or the default setting is. The comment in rev. 1.9 clearly indicates that the default changed to NO deliberately. >How-To-Repeat: Trying to use ${JAVAC} in a port-makefile without setting NEED_JAVAC to "yes" first leaves ${JAVAC} undefined. >Fix: Remove offending comment. >Release-Note: >Audit-Trail: >Unformatted: