From owner-freebsd-java@FreeBSD.ORG Thu Apr 29 02:20:09 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 66A8216A4CE for ; Thu, 29 Apr 2004 02:20:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E19943D2F for ; Thu, 29 Apr 2004 02:20:09 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i3T9K99C020078 for ; Thu, 29 Apr 2004 02:20:09 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i3T9K9MA020077; Thu, 29 Apr 2004 02:20:09 -0700 (PDT) (envelope-from gnats) Date: Thu, 29 Apr 2004 02:20:09 -0700 (PDT) Message-Id: <200404290920.i3T9K9MA020077@freefall.freebsd.org> To: freebsd-java@FreeBSD.org From: Herve Quiroz Subject: Re: java/66060: Maintainer update for java/jakarta-oro X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Herve Quiroz List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Apr 2004 09:20:09 -0000 The following reply was made to PR java/66060; it has been noted by GNATS. From: Herve Quiroz To: Dave Glowacki Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: java/66060: Maintainer update for java/jakarta-oro Date: Thu, 29 Apr 2004 11:13:20 +0200 On Wed, Apr 28, 2004 at 02:56:37PM -0500, Dave Glowacki wrote: > Update to latest version of java/jakarta-oro (and hopefully > do things correctly for the latest version of bsd.java.mk) > > USE_JAVA= 1.2+ > -NEED_JAVAC= YES > I'm not on my box to test your patch but just a quick note: For bsd.java.mk 2.0 compliance, USE_JAVA= yes JAVA_VERSION= 1.2+ NOTE: The same goes for your other PR... Herve