From owner-freebsd-java@FreeBSD.ORG Sat Jul 16 13:42:27 2011 Return-Path: Delivered-To: java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F35C106566B; Sat, 16 Jul 2011 13:42:27 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 003838FC19; Sat, 16 Jul 2011 13:42:27 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p6GDgQqI044139; Sat, 16 Jul 2011 13:42:26 GMT (envelope-from rene@freefall.freebsd.org) Received: (from rene@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p6GDgQ08044138; Sat, 16 Jul 2011 13:42:26 GMT (envelope-from rene) Date: Sat, 16 Jul 2011 13:42:26 GMT Message-Id: <201107161342.p6GDgQ08044138@freefall.freebsd.org> To: FreeBSD-gnats-submit@freebsd.org From: Rene Ladan X-send-pr-version: 3.113 X-GNATS-Notify: Cc: java@freebsd.org Subject: [exp-run] Java cleanup X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Rene Ladan List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Jul 2011 13:42:27 -0000 >Submitter-Id: current-users >Originator: Rene Ladan >Organization: >Confidential: no >Synopsis: [exp-run] Java cleanup >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 8.2-STABLE i386 >Environment: System: FreeBSD freefall.freebsd.org 8.2-STABLE FreeBSD 8.2-STABLE #4 r220774: Mon Apr 18 13:56:14 UTC 2011 simon@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL i386 Current Ports Tree. >Description: Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon, remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5 or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM is also removed, as it is not available in Java 1.5 and higher. Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5. While here, replace static values of JAVA_VERSION in files/*.in by %%JAVA_VERSION%% . >How-To-Repeat: >Fix: Remove the following ports: java/jdk13 java/linux-sun-jdk13 java/linux-blackdown-jdk14 java/linux-sun-jdk14 Apply ftp://rene-ladan.nl/pub/freebsd/bsd.java.mk.diff and ftp://rene-ladan.nl/pub/freebsd/java15plus.diff to ${PORTSDIR}