diff options
author | glewis <glewis@FreeBSD.org> | 2004-01-17 15:11:12 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2004-01-17 15:11:12 +0800 |
commit | 9f814904b2866fe54d6d487306611c4973258272 (patch) | |
tree | 5f4138a5e83dcd7f866a495229a159f42e30bed0 /java/jdk14/Makefile | |
parent | 722057c008a14bf8b190777c7a371802e72ac570 (diff) | |
download | freebsd-ports-gnome-9f814904b2866fe54d6d487306611c4973258272.tar.gz freebsd-ports-gnome-9f814904b2866fe54d6d487306611c4973258272.tar.zst freebsd-ports-gnome-9f814904b2866fe54d6d487306611c4973258272.zip |
. Check the return value of stat(2) when trying to read the javaws
configuration file and behave appropriately if its -1. Fixes a SEGV
caused by ignoring the return value and just carrying on.
. Bump PORTREVISION.
PR: 61392
Diffstat (limited to 'java/jdk14/Makefile')
-rw-r--r-- | java/jdk14/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/jdk14/Makefile b/java/jdk14/Makefile index a89138f56b27..6c90be937a12 100644 --- a/java/jdk14/Makefile +++ b/java/jdk14/Makefile @@ -7,6 +7,7 @@ PORTNAME= jdk PORTVERSION= ${JDK_VERSION}p${JDK_PATCHSET_VERSION} +PORTREVISION= 1 CATEGORIES= java devel MASTER_SITES= # http://www.sun.com/software/java2/download.html # http://www.eyesbeyond.com/freebsddom/java/jdk14.html |