From owner-freebsd-java@FreeBSD.ORG Tue Nov 11 09:03:18 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 A9FAD16A4CE for ; Tue, 11 Nov 2003 09:03:18 -0800 (PST) Received: from phantom.cris.net (phantom.cris.net [212.110.130.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB2DA43F93 for ; Tue, 11 Nov 2003 09:03:13 -0800 (PST) (envelope-from phantom@FreeBSD.org.ua) Received: (from phantom@localhost) by phantom.cris.net (8.12.6/8.12.6) id hABHCZjo059817; Tue, 11 Nov 2003 19:12:35 +0200 (EET) (envelope-from phantom) Date: Tue, 11 Nov 2003 19:12:35 +0200 From: Alexey Zelkin To: java@FreeBSD.org Message-ID: <20031111191235.A59504@phantom.cris.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: FreeBSD 4.7-STABLE i386 Subject: [phantom@FreeBSD.org: cvs commit: ports/java/jdk14 Makefile distinfo pkg-descr pkg-plist ports/java/jdk14/files patch-UNIXProcess_md.c.bsd patch-control::common::Defs-bsd.gmk patch-deploy::common::Defs-bsd.gmk patch-nio::Makefile patch-plugin::common::con 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, 11 Nov 2003 17:03:18 -0000 hi, JFYI. As additional note -- I have made big cleanup of patchset. So, some patches included in previous patchsets are not inncluded anymore. Please test and report any problems or anything that looks like a problem. Also please pay additioonal attention to fonts, window manager support and other awt functionality. Reports about plugin functionality and javaws correctness are welcome too! ----- Forwarded message from Alexey Zelkin ----- From: Alexey Zelkin Date: Tue, 11 Nov 2003 08:16:20 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jdk14 Makefile distinfo pkg-descr pkg-plist ports/java/jdk14/files patch-UNIXProcess_md.c.bsd patch-control::common::Defs-bsd.gmk patch-deploy::common::Defs-bsd.gmk patch-nio::Makefile patch-plugin::common::config.gmk patch-plugin::ns6::Makefile testos.c X-FreeBSD-CVS-Branch: HEAD Precedence: bulk X-Loop: FreeBSD.ORG phantom 2003/11/11 08:16:20 PST FreeBSD ports repository Modified files: java/jdk14 Makefile distinfo pkg-descr pkg-plist java/jdk14/files testos.c Added files: java/jdk14/files patch-control::common::Defs-bsd.gmk patch-deploy::common::Defs-bsd.gmk patch-plugin::common::config.gmk patch-plugin::ns6::Makefile Removed files: java/jdk14/files patch-UNIXProcess_md.c.bsd patch-nio::Makefile Log: Update to 1.4.2p5. Important changes since last patchset: . jdk14 port is now JDK 1.4.2 based! . JavaWS distributing with jdk . Runway problem fixed (fork() is no more problem for java apps) . Sound support updated . IPv6 support overhauled . Drag'n'Drop support fixed (require open-motif mods) As for now there's no more outstanding issues with this port! FreeBSD port is also got a important of changes: . optimized setup is now default (to get debuging bins/libs use WITH_DEBUG) . bootstrap jdk autodetection. If WITH_LINUX_BOOTSTRAP is not set, then it checks all known to work JDKs installed. If nothing found, forces to install of linux-sun-jdk14 . Because of above change there's no NATIVE_BOOTSTRAP option anymore. If native jdk14 is installed, it will be used by default. Revision Changes Path 1.67 +77 -50 ports/java/jdk14/Makefile 1.10 +3 -2 ports/java/jdk14/distinfo 1.2 +0 -93 ports/java/jdk14/files/patch-UNIXProcess_md.c.bsd (dead) 1.1 +13 -0 ports/java/jdk14/files/patch-control::common::Defs-bsd.gmk (new) 1.1 +13 -0 ports/java/jdk14/files/patch-deploy::common::Defs-bsd.gmk (new) 1.2 +0 -13 ports/java/jdk14/files/patch-nio::Makefile (dead) 1.1 +13 -0 ports/java/jdk14/files/patch-plugin::common::config.gmk (new) 1.1 +13 -0 ports/java/jdk14/files/patch-plugin::ns6::Makefile (new) 1.2 +2 -2 ports/java/jdk14/files/testos.c 1.4 +1 -1 ports/java/jdk14/pkg-descr 1.19 +151 -126 ports/java/jdk14/pkg-plist ----- End forwarded message -----