From owner-freebsd-java@FreeBSD.ORG Tue May 6 00:44:08 2003 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 208A637B401 for ; Tue, 6 May 2003 00:44:08 -0700 (PDT) Received: from zaphod.euronet.nl (zaphod.euronet.nl [194.134.168.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0947243F3F for ; Tue, 6 May 2003 00:44:07 -0700 (PDT) (envelope-from ernst@zaphod.euronet.nl) Received: from zaphod.euronet.nl (localhost [127.0.0.1]) by zaphod.euronet.nl (8.12.9/8.12.9) with ESMTP id h467i74G015876; Tue, 6 May 2003 09:44:07 +0200 (CEST) (envelope-from ernst@zaphod.euronet.nl) Received: from localhost (localhost [[UNIX: localhost]]) by zaphod.euronet.nl (8.12.9/8.12.9/Submit) id h467i0MG015865; Tue, 6 May 2003 09:44:00 +0200 (CEST) From: Ernst de Haan To: Herve Quiroz , Greg Lewis Date: Tue, 6 May 2003 09:44:00 +0200 User-Agent: KMail/1.5.1 References: <20030501190202.S93849@puget.esil.univ-mrs.fr> <20030502172300.GA5567@misty.eyesbeyond.com> <20030505200415.K97673@puget.esil.univ-mrs.fr> In-Reply-To: <20030505200415.K97673@puget.esil.univ-mrs.fr> X-Address: Muiderstraat 1, Amsterdam, Netherlands MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200305060944.00211.znerd@FreeBSD.org> cc: freebsd-java@freebsd.org Subject: Re: bsd.java.mk: USE_ANT X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 May 2003 07:44:08 -0000 Sounds good. I'll review it and let you know. At the same time I would encourage all other port writers on freebsd-java to test these patches too! Let us all know what you find. Cheers, Ernst On Monday 05 May 2003 20:09, Herve Quiroz wrote: > Hi, > > > Here it is ! A patch for bsd.java.mk and a patch for an existing port to > test the new Ant support. > > BTW Ernst, there were some missing files in the pkg-plist for > jakarta-commons-cli so even if you don't commit the Ant support as-is, > you may use the port diff to fix the existing port. > > If people review it and agree with it, I think it will ease the porting > of java libs. Furthermore, it would encourage porters to have the libs > built from source instead of just installed from downloaded binaries. > > Regards, > > Herve