Commit graph

12 commits

Author SHA1 Message Date
ghen
d70e59adae Update sun-jre13 and sun-jdk13 to 1.3.1_19 + fix PLIST.
Bugs fixed in 1.3.1_19:
6420685	ResourceMark breaks growable array
6180969	JVM 1.3.1 crash due to fatal error in exception handler
6353457	Long Integer value changes in unpredictable manner with
        Deoptimization(1.3.1_06)
6359662	OutOfMemoryError with Object allocation in JDK1.3.1_09
6358532	HttpURLConnection.disconnect doesn?t really do the job
6425120	Support tzdata2006g
6276622	1.3.1_16 uninstaller removing TreatAs key for 1.5.0_02
4980600	Syntax used when invoking coreutils does not conform to POSIX
        1003.1-2001
6292347	unexpected packet is sent in java.util.ResourceBundle.getBundle

Bugs fixed in 1.3.1_18:
6391777 JDK 1.3 TZ fix required - Related to SUN BASE RFE 6332148
6317483 Beans extending JPanel class are not released when created via 1.3.1
        ActiveX bridge
2006-09-25 08:00:31 +00:00
wiz
9afd217047 Fix CHECK_FILES build. 2006-03-01 23:53:21 +00:00
wiz
f7fbfd3ef4 Fix path in ln. 2005-11-10 07:25:32 +00:00
wiz
5f47fd7eca Fix path in @exec command. 2004-11-26 11:51:21 +00:00
tv
136f803cfe Expand the JAVA_WRAPPERS definitions for the sun-j{re,dk}* packages.
This adds many commonly used tools to $PREFIX/bin, such as keytool,
rmiregistry, rmic, idlj, etc.
2004-10-05 22:09:23 +00:00
jmmv
5443ed1bac Convert sun-{jre,jdk}13 to use java-env.mk. This implies that the
package now install several wrappers under ${PREFIX}/bin to run the
binaries installed under ${JAVA_HOME}/bin easily.  While here, drop
the direct modification of PREFIX.  No revision bump since these
packages were updated just some minutes ago.
2004-05-22 21:22:59 +00:00
jlam
6c24b78518 Update sun-jre13 and sun-jdk13 to 1.0.7. These are bug fix releases from
Sun for JDK 1.3.1.  Pkgsrc changes include noting that some of the installed
files are config files and using bsd.pkg.install.mk to handle the file
copying and directory handling, and using a more scalable method to remove
files shared between the JRE and JDK during the JDK installation.

This closes PR 18942 by Urban Boquist <urban at boquist.net>.
2003-01-29 11:10:19 +00:00
jlam
ff8f367197 * Use buildlink2.
* Minor improvements to the package Makefiles.
* Correct the PLIST.
2002-10-13 07:45:30 +00:00
jschauma
e7f2ccd2d1 We allow several JDKs/JREs to coexist, installing them in separate
subdirectories under ${PREFIX}/java/ -- Change III of many.

Thus install this JRE into ${PREFIX}/java/sun-1.3.1 and remove
CONFLICTS with other JDKs/JREs.  Rename package from sun-jre-1.3.1.0.2
to sun-jre13-1.0.2 (avoids conflict with sun-jre14).

Split Makefile into Makefile and Makefile.common, to allow reusing
of some of the stuff in lang/sun-jdk13 (commit coming up).

Add informative MESSAGE and finally bump PKGREVISION.
2002-07-27 21:54:30 +00:00
seb
db84442a67 Substitute a couple of mkdir' by ${MKDIR}'.
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}.
While here substitute a couple of ${PREFIX} by `%D' in
`@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
2002-06-26 10:29:33 +00:00
skrll
08bdd44549 mkdir -> ${MKDIR}
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}
2002-02-15 10:12:28 +00:00
zuntum
a437fd43cc Move pkg/ files into package's toplevel directory 2001-11-01 00:20:13 +00:00
Renamed from lang/sun-jre13/pkg/PLIST (Browse further)