- 1.3.1, requested by MAINTAINER

- a few correctness fixes
This commit is contained in:
matt 2001-06-27 00:36:45 +00:00
parent 4f1d74bd27
commit 5fe5ef617e
6 changed files with 973 additions and 1221 deletions

View File

@ -1,19 +1,20 @@
# $OpenBSD: Makefile,v 1.1 2001/05/08 00:54:40 matt Exp $
# $OpenBSD: Makefile,v 1.2 2001/06/27 00:36:45 matt Exp $
ONLY_FOR_ARCHS= i386
COMMENT= "Java Development Kit for Java 2 Standard Edition 1.3"
DISTNAME= jdk1.3.0_02
PKGNAME= jdk-linux-1.3.0_02
DISTNAME= jdk1.3.1
PKGNAME= jdk-linux-1.3.1
CATEGORIES= devel java
NEED_VERSION= 1.407
HOMEPAGE= http://java.sun.com/j2se/
MAINTAINER= Christian Gruber <christian.edward.gruber@gmx.net>
RUN_DEPENDS= ${PREFIX}/emul/redhat/usr/X11R6/lib/libXp.so.6:redhat_base->=6.2:emulators/redhat_base
DISTFILES= j2sdk-1_3_0_02-linux.bin
BUILD_DEPENDS= ${LOCALBASE}/emul/redhat/usr/X11R6/lib/libXp.so.6:redhat_base->=6.2:emulators/redhat_base
RUN_DEPENDS= ${LOCALBASE}/emul/redhat/usr/X11R6/lib/libXp.so.6:redhat_base->=6.2:emulators/redhat_base
DISTFILES= j2sdk-1_3_1-linux-i386.bin
EXTRACT_CASES+= *.bin) \
tail +253 ${DISTDIR}/$$archive > ${WRKDIR}/$$archive && \
chmod u+x ${WRKDIR}/$$archive && \
@ -40,7 +41,7 @@ do-fetch:
exit 1 ; \
fi
JDK_HOME= ${PREFIX}/jdk1.3.0-linux
JDK_HOME= ${PREFIX}/jdk1.3.1-linux
pre-install:
@${INSTALL_DATA_DIR} ${JDK_HOME}

View File

@ -1,3 +1,3 @@
MD5 (j2sdk-1_3_0_02-linux.bin) = 76acfd9fd2c6a237db8234bb1237fd25
RMD160 (j2sdk-1_3_0_02-linux.bin) = bf9c632a2b3ee50b32d51a37637452ec13c30935
SHA1 (j2sdk-1_3_0_02-linux.bin) = 71ed382de5596a345649f10936c0bd837e7743e8
MD5 (j2sdk-1_3_1-linux-i386.bin) = c76ea483213796e2a12109dff6b73e3a
RMD160 (j2sdk-1_3_1-linux-i386.bin) = 9636ca0ac2baea6a57dc63d41baea8c5a18f220a
SHA1 (j2sdk-1_3_1-linux-i386.bin) = 86c4fd2695a4e099f44b9dfefd8c5af0112f065c

View File

@ -1,14 +0,0 @@
$OpenBSD: patch-bin__java_wrapper,v 1.1 2001/05/08 00:54:40 matt Exp $
--- bin/.java_wrapper.orig Thu Apr 12 18:47:07 2001
+++ bin/.java_wrapper Thu Apr 12 18:47:31 2001
@@ -31,8 +31,8 @@ esac
# Resolve symlinks. See 4152645.
while [ -L "$PRG" ]; do
ls=`/bin/ls -ld "$PRG"`
- link=`/usr/bin/expr "$ls" : '.*-> \(.*\)$'`
- if /usr/bin/expr "$link" : '/' > /dev/null; then
+ link=`/bin/expr "$ls" : '.*-> \(.*\)$'`
+ if /bin/expr "$link" : '/' > /dev/null; then
PRG="$link"
else
PRG="`/usr/bin/dirname $PRG`/$link"

View File

@ -1,14 +0,0 @@
$OpenBSD: patch-jre_bin__java_wrapper,v 1.1 2001/05/08 00:54:40 matt Exp $
--- jre/bin/.java_wrapper.orig Tue Apr 10 14:24:20 2001
+++ jre/bin/.java_wrapper Tue Apr 10 14:24:25 2001
@@ -31,8 +31,8 @@ esac
# Resolve symlinks. See 4152645.
while [ -L "$PRG" ]; do
ls=`/bin/ls -ld "$PRG"`
- link=`/usr/bin/expr "$ls" : '.*-> \(.*\)$'`
- if /usr/bin/expr "$link" : '/' > /dev/null; then
+ link=`/bin/expr "$ls" : '.*-> \(.*\)$'`
+ if /bin/expr "$link" : '/' > /dev/null; then
PRG="$link"
else
PRG="`/usr/bin/dirname $PRG`/$link"

View File

@ -2,5 +2,5 @@
| This software has restrictive licensing terms which prohibit its
| redistribution.
|
| Read ${PREFIX}/jdk1.3.0-linux/LICENSE for more information.
| Read ${PREFIX}/jdk1.3.1-linux/LICENSE for more information.
+---------------

File diff suppressed because it is too large Load Diff