From owner-freebsd-java@FreeBSD.ORG Mon Oct 1 10:28:23 2007 Return-Path: Delivered-To: freebsd-java@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D06C916A417; Mon, 1 Oct 2007 10:28:23 +0000 (UTC) (envelope-from herve.quiroz@trancecode.org) Received: from mail102.csoft.net (mail102.csoft.net [205.205.219.4]) by mx1.freebsd.org (Postfix) with ESMTP id 82EBE13C4A6; Mon, 1 Oct 2007 10:28:23 +0000 (UTC) (envelope-from herve.quiroz@trancecode.org) Received: from localhost (unknown [86.69.33.86]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail102.csoft.net (Postfix) with ESMTP id A725D1CEEF; Mon, 1 Oct 2007 10:10:09 +0000 (UTC) Date: Mon, 1 Oct 2007 12:09:37 +0200 From: Herve Quiroz To: freebsd-java@FreeBSD.org Message-ID: <20071001100936.GA10202@rv-laptop> Mail-Followup-To: freebsd-java@FreeBSD.org, ale@FreeBSD.org, araujo@FreeBSD.org, brueffer@FreeBSD.org, dan@algenta.com, des@FreeBSD.org, gnome@FreeBSD.org, jb.quenot@caraldi.com, kuriyama@FreeBSD.org, lev@freebsd.org, lxv@omut.org, m.seaman@infracaninophile.co.uk, mi@aldan.algebra.com, mike@vee.net, nemoliu@FreeBSD.org, numisemis@yahoo.com, ronald@cs.vu.nl, ronald@echteman.nl, thierry@FreeBSD.org, toha@toha.org.ua, vd@FreeBSD.org, vs@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.13 (2006-08-11) X-Mailman-Approved-At: Mon, 01 Oct 2007 12:09:10 +0000 Cc: lev@freebsd.org, mike@vee.net, kuriyama@FreeBSD.org, nemoliu@FreeBSD.org, numisemis@yahoo.com, lxv@omut.org, vs@FreeBSD.org, ronald@cs.vu.nl, araujo@FreeBSD.org, dan@algenta.com, ale@FreeBSD.org, brueffer@FreeBSD.org, ronald@echteman.nl, gnome@FreeBSD.org, thierry@FreeBSD.org, vd@FreeBSD.org, mi@aldan.algebra.com, des@FreeBSD.org, toha@toha.org.ua Subject: Removal of Java 1.1 and 1.2 support in the ports tree X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 10:28:23 -0000 Hi all, More than a month ago, JDK ports related to Java 1.1 and 1.2 were marked DEPRECATED and scheduled for removal. This period has come to an end, and it is now time that we remove the support for these ports in bsd.java.mk before we delete the JDK ports themselves. However, some ports are defining JAVA_VERSION as 1.1 or 1.2 and they should be fixed before we move on. If you are receiving this message, it is either because you are subscribed to the freebsd-java mailing list or because you are the maintainer of at least one of the forecited ports. In both cases, you may want to have a look at the following PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/116724 The PR will stay open for 2 weeks while you may all send PRs to fix the ports or review the bsd.java.mk patch in case I did something wrong. Although the patch contains changes for the ports using Java 1.1 or 1.2, I did not test them all. I just replaced "1.1+" and "1.2+" by "1.3+". In two weeks, we will start testing the patch on the cluster. Herve