From owner-cvs-all@FreeBSD.ORG Thu Jan 20 08:41:14 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3DE616A56A; Thu, 20 Jan 2005 08:41:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B38CE43D55; Thu, 20 Jan 2005 08:41:13 +0000 (GMT) (envelope-from phantom@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j0K8fDCt038959; Thu, 20 Jan 2005 08:41:13 GMT (envelope-from phantom@repoman.freebsd.org) Received: (from phantom@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j0K8fDGP038958; Thu, 20 Jan 2005 08:41:13 GMT (envelope-from phantom) Message-Id: <200501200841.j0K8fDGP038958@repoman.freebsd.org> From: Alexey Zelkin Date: Thu, 20 Jan 2005 08:41:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/java/jdk15 Makefile distinfo pkg-descr pkg-message pkg-plist ports/java/jdk15/files cacerts patch-control::common::Defs-bsd.gmkpatch-plugin::common::config.gmk ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jan 2005 08:41:14 -0000 phantom 2005-01-20 08:41:13 UTC FreeBSD ports repository Modified files: java/jdk15 Makefile distinfo pkg-descr pkg-message java/jdk15/files patch-control::common::Defs-bsd.gmk Added files: java/jdk15/files patch-j2se::common::Defs-bsd.gmk patch-j2se::instrument::Makefile Removed files: java/jdk15 pkg-plist java/jdk15/files cacerts disable-ipv6.patch patch-common::Defs-bsd.gmk patch-plugin::common::config.gmk patch-plugin::ns6::Makefile testos.c Log: Please welcome new participant of FreeBSD ports tree and Java ports family -- first public patchset of native Sun JDK 1.5.0 port. Most valuable addition of this patchset is native amd64 support. And special thanks goes to Daniel Seuffert for making it possible by providing amd64 hardware. This patchset was tested on following configurations: i386/4.10, i386/5.3, amd64/5.3. 5.3-RELEASE support is quite strong and shown no huge visible problems over last week. But even mentioning above note, keep in mind -- THIS IS ALPHA PATCHSET and suitable for testers/developers ONLY! Known issues are including (but for sure not limited to): . Browser plugin support is missing . JVMTI, JDWP and JMX are not tested yet . FreeBSD i386/4.10 support is suffering from hidden memory allocation failres (ideas and patches are welcome) NOTE ABOUT BOOTSTRAPING: It's possible to bootstrap jdk 1.5.0 using jdk 1.4.2 (either native or linux one). There's no need to have java/linux_jdk15 installed and working. Supported by: FreeBSD Foundation Revision Changes Path 1.85 +65 -106 ports/java/jdk15/Makefile 1.14 +6 -6 ports/java/jdk15/distinfo 1.2 +0 -98 ports/java/jdk15/files/cacerts (dead) 1.2 +0 -15 ports/java/jdk15/files/disable-ipv6.patch (dead) 1.9 +0 -13 ports/java/jdk15/files/patch-common::Defs-bsd.gmk (dead) 1.2 +3 -3 ports/java/jdk15/files/patch-control::common::Defs-bsd.gmk 1.1 +13 -0 ports/java/jdk15/files/patch-j2se::common::Defs-bsd.gmk (new) 1.1 +15 -0 ports/java/jdk15/files/patch-j2se::instrument::Makefile (new) 1.2 +0 -13 ports/java/jdk15/files/patch-plugin::common::config.gmk (dead) 1.3 +0 -13 ports/java/jdk15/files/patch-plugin::ns6::Makefile (dead) 1.3 +0 -81 ports/java/jdk15/files/testos.c (dead) 1.5 +2 -2 ports/java/jdk15/pkg-descr 1.5 +16 -19 ports/java/jdk15/pkg-message 1.24 +0 -1764 ports/java/jdk15/pkg-plist (dead)