summaryrefslogtreecommitdiff
path: root/lang/sun-jdk13
AgeCommit message (Collapse)AuthorFilesLines
2003-05-03Correct distribution file checksum.tron1-3/+3
2003-05-02Update sun-jdk13 and sun-jre13 to sun-jdk13-1.0.8 and sun-jre13-1.0.8abs2-8/+8
Changes since 13-1.0.7: - A de-serialized GregorianCalendar did not correctly handle the Calendar.set(int field, int value) method. - Java Plug-in Security Warning dialog did not show buttons. - java.beans.Introspector returned results depending on the order that classes were loaded by the Virtual Machine. - A help viewer search would sometimes yield NullPointerExceptions, and search hit highlighting was unstable. - The "~" character was not properly displayed in an HTML file using the SJIS character set. - There was a system crash generating a Fatal: unhandled ci exception. - Plugin regional locale parameters were incorrectly displayed. - The VM crashed while running a large application. - An application ignored the nohup(1) command, caught and processed the SIGHUP signal, resulting in application exit with a return code of 129. - In some cases, the text field caret did not return when window focus was moved and then restored. - SIGSEGV during C2 compilation of a method. - System crashed with hotspot errors. - Plug-in crashed when the ethernet cable was unplugged. - Signed applet failed only on JRE 1.3.1_06. - System crashed when attempting to widen the range check of an IF node during compilation. - The background color of a Menu was different from that of the MenuBar for classic style. - Application crashed due to problems in JVM/plug-in/Mozilla. - Serviceability is improved by exposing VM version and flags to Serviceability Agent. - Double primitive lost value when using -client. - White background persisted when applet exited to a different web page. - An applet could access a local resource without permission on IE60+JRE1.3.1_06.
2003-02-11Bump PKGREVISIONs for:jlam2-3/+7
lang/blackdown-jdk13 lang/jdk lang/sun-jdk13 lang/sun-jdk14 Create a symlink from ${JAVA_HOME} to ${JAVA_HOME}/jre so that the proper JDK hierarchy is found. This addresses PR 20269 by Todd Vierling <tv at pobox dot com>. This makes misc/openoffice-linux find the Java2 installation again.
2003-02-09And a semi-colon, too.wiz1-2/+2
2003-02-09Add line continuation for last.wiz1-2/+2
2003-02-09Improve manual download-instructions a bit.wiz1-1/+3
2003-01-29Update sun-jre13 and sun-jdk13 to 1.0.7. These are bug fix releases fromjlam6-24/+73
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>.
2002-10-13Default to a build dependency as usually packages that need Java will onlyjlam1-1/+2
need a full dependency on the JRE, not the JDK.
2002-10-13Add buildlink2.mk files for use by other package Makefiles. Each JVMjlam1-0/+27
buildlink2.mk file creates a public variable "BUILDLINK_JAVA_PREFIX.<pkg>" that may be used as the JAVA_HOME for that package.
2002-10-13* Use buildlink2.jlam3-30/+7
* Minor improvements to the package Makefiles. * Correct the PLIST.
2002-10-13Cosmetic changes to MESSAGE files for JVMs for readability.jlam1-5/+5
2002-09-24Complete standardization of messages according to latest pkglint.wiz1-3/+3
2002-07-28Format paragraphs. Normalize indentation. Apostrophize. Spell "your"schmonz1-5/+5
using only 7-bit ASCII.
2002-07-27We allow several JDKs/JREs to coexist, installing them in separatejschauma3-134/+27
subdirectories under ${PREFIX}/java/ -- Change IV of many. Thus install this JDK into ${PREFIX}/java/sun-1.3.1 and remove CONFLICTS with other JDKs/JREs. Rename package from sun-jdk-1.3.1.0.2 to sun-jdk13-1.0.2 (avoids conflict with sun-jdk14). Include lang/sun-jre13/Makefile.common for shared info. Add informative MESSAGE and finally bump PKGREVISION.
2002-06-30Register lang/sun{jre,jdk}13 as stub packages on Darwin, pointingschmonz2-2/+17
to the included 1.3.1 JDK. Teach USE_JAVA about this. Approved by jwise and agc.
2002-03-19Update "sun-jre13" and "sun-jdk13" packages to version 1.3.1.0.2. Thetron2-10/+9
update fixes an bug in the Bytecode Verifier which may be exploited by an untrusted applet to escalate privileges.
2002-03-01If we find ourself on Linux-*-i686, deal with it.abs1-2/+2
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-15Don't overwrite "java/bin/java" which is installed by the "sun-jre"tron1-2/+2
package.
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-09-22Update sun-jre and sun-jdk to 1.3.1.0.1, which represents the versionjlam3-11/+10
1.3.1_01 build of the Sun JRE and JDK for Linux. No list of changes was provided, but this has been tested to work with Konqueror to correctly display the Yahoo! Bridge game applet.
2001-09-14Install ${PREFIX}/java/bin/java in jre rather than jdk. Now JAVA_HOME canabs1-3/+1
be set to ${PREFIX}/java and runtime jre and buildtime jdk both work
2001-06-12Update to 1.3.1skrll4-377/+159
Changes can be viewed at http://java.sun.com/j2se/1.3/relnotes.html
2001-06-11Skip the patches and suse_x11 on Linuxabs1-2/+10
2001-05-19Use ${XARGS} instead of invoking xargs directly.jlam1-2/+2
2001-05-17Enable for Linux-*-i386abs1-2/+2
2001-04-19Move to sha1 digests, and add distfile sizes.agc1-1/+2
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-03Update sun-jre13 and sun-jdk13 to 1.3.0.2.skrll2-8/+8
From Martti Kuparinen <martti.kuparinen@iki.fi> in pkg/12522. This still doesn't work with konqueror, but they did warn me...
2001-03-16Make the Sun JDK/JRE 1.3 noninteractive for extract, and add license filetv1-3/+3
to "jdk13-license" with corresponding LICENSE attribute. Closes pkg/12207 (and a past thread from tech-pkg).
2001-02-17Move the COMMENT from being in its own file to a definition in theagc2-2/+2
package Makefile.
2000-11-18Packages for the Sun [Linux, for now] port of the JDK/JRE 1.3.0.tv7-0/+1085