From owner-freebsd-java Fri Mar 29 3:24:30 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 6D54237B404; Fri, 29 Mar 2002 03:24:24 -0800 (PST) Received: from there by smtp.hccnet.nl via uds110-60.dial.hccnet.nl [62.251.60.110] with SMTP id MAA10302 (8.8.8/1.13); Fri, 29 Mar 2002 12:24:14 +0100 (MET) Message-Id: <200203291124.MAA10302@smtp.hccnet.nl> Content-Type: text/plain; charset="iso-8859-1" From: Ernst de Haan Organization: FreeBSD Project To: Kimura Fuyuki Subject: Re: bsd.java.mk is here! Date: Fri, 29 Mar 2002 12:22:57 +0100 X-Mailer: KMail [version 1.3.2] Cc: java@FreeBSD.ORG, ports@FreeBSD.ORG References: <200203281130.MAA29406@smtp.hccnet.nl> <20020329111637835.RDL.32433.t-mta7.odn.ne.jp@mta7.odn.ne.jp> In-Reply-To: <20020329111637835.RDL.32433.t-mta7.odn.ne.jp@mta7.odn.ne.jp> 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 Kimura-SAN, Thank you very much, just committed the changes. Ernst On Friday 29 March 2002 12:16, Kimura Fuyuki wrote: > > Today bsd.java.mk has finally been added. > > Great, but isn't this a bug ? > > Index: bsd.java.mk > =================================================================== > RCS file: /home/ncvs/ports/Mk/bsd.java.mk,v > retrieving revision 1.1 > diff -u -r1.1 bsd.java.mk > --- bsd.java.mk 2002/03/28 11:24:43 1.1 > +++ bsd.java.mk 2002/03/29 11:09:43 > @@ -318,11 +318,11 @@ > @${FALSE} > . endif > _DEPEND_JAVA= ${JAVA}:${PORTSDIR}/${JAVA_PORT} > -. if !defined(JAVA_NO_BUILD_DEPENDS) > +. if !defined(NO_BUILD_DEPENDS_JAVA) > BUILD_DEPENDS+= ${_DEPEND_JAVA} > .BEGIN: > . endif > -. if !defined(JAVA_NO_RUN_DEPENDS) > +. if !defined(NO_RUN_DEPENDS_JAVA) > RUN_DEPENDS+= ${_DEPEND_JAVA} > . endif > . endif > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message