From owner-freebsd-java@FreeBSD.ORG Wed Oct 29 00:24:24 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 D783216A4CF for ; Wed, 29 Oct 2003 00:24:24 -0800 (PST) Received: from phantom.cris.net (phantom.cris.net [212.110.130.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id D634043FD7 for ; Wed, 29 Oct 2003 00:24:22 -0800 (PST) (envelope-from phantom@FreeBSD.org.ua) Received: (from phantom@localhost) by phantom.cris.net (8.12.6/8.12.6) id h9T8Xiol032288; Wed, 29 Oct 2003 10:33:45 +0200 (EET) (envelope-from phantom) Date: Wed, 29 Oct 2003 10:33:41 +0200 From: Alexey Zelkin To: java@freebsd.org Message-ID: <20031029103341.A32272@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 pkg-plist ports/java/jdk14/files patch-UNIXProcess_md.c.bsd] 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: Wed, 29 Oct 2003 08:24:25 -0000 hi, JFYI. ----- Forwarded message from Alexey Zelkin ----- Delivered-To: phantom@freebsd.org Delivered-To: ports-committers@freebsd.org From: Alexey Zelkin Date: Wed, 29 Oct 2003 00:20:59 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jdk14 Makefile pkg-plist ports/java/jdk14/files patch-UNIXProcess_md.c.bsd X-FreeBSD-CVS-Branch: HEAD Precedence: bulk X-Loop: FreeBSD.ORG phantom 2003/10/29 00:20:59 PST FreeBSD ports repository Modified files: java/jdk14 Makefile pkg-plist Added files: java/jdk14/files patch-UNIXProcess_md.c.bsd Log: . Add fix for "runaway process" problem. It should fix of stalled processes problem for people who use Runtime.getRuntime.exec() method and related things. Least five people reported that this patch fixed problem for them. IMPORTANT: I'd also suggested to all jdk14 users who runs FreeBSD 4.x and use libc_r at FreeBSD 5.x to upgrade. . Stop removing "src.zip" from installation bundle. Since -p4 it builds correctly and there's no reason to forbit people to use it. . Bump PORTREVISION. Revision Changes Path 1.65 +1 -2 ports/java/jdk14/Makefile 1.1 +93 -0 ports/java/jdk14/files/patch-UNIXProcess_md.c.bsd (new) 1.18 +1 -0 ports/java/jdk14/pkg-plist ----- End forwarded message -----