diff options
author | Alexey Zelkin <phantom@FreeBSD.org> | 2003-10-29 08:20:59 +0000 |
---|---|---|
committer | Alexey Zelkin <phantom@FreeBSD.org> | 2003-10-29 08:20:59 +0000 |
commit | 7d2d0599c7d330076529d5cd10cfe77d7c87a66a (patch) | |
tree | 1f6187df706ce4ceb26af41365102ae6bcaba271 /java/jdk14/pkg-plist | |
parent | Per distfile survey, remove dead mastersite. Informed maintainer. (diff) |
. 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.
Diffstat (limited to 'java/jdk14/pkg-plist')
-rw-r--r-- | java/jdk14/pkg-plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/jdk14/pkg-plist b/java/jdk14/pkg-plist index 87b8eb44c341..b10e800df614 100644 --- a/java/jdk14/pkg-plist +++ b/java/jdk14/pkg-plist @@ -2,6 +2,7 @@ jdk%%JDK_VERSION%%/COPYRIGHT jdk%%JDK_VERSION%%/LICENSE jdk%%JDK_VERSION%%/README jdk%%JDK_VERSION%%/README.html +jdk%%JDK_VERSION%%/src.zip jdk%%JDK_VERSION%%/bin/ControlPanel jdk%%JDK_VERSION%%/bin/HtmlConverter jdk%%JDK_VERSION%%/bin/appletviewer |