summaryrefslogtreecommitdiff
path: root/lang/sun-jdk13
AgeCommit message (Collapse)AuthorFilesLines
2005-01-30Convert the Java related packages to use the alternatives system. To dojmmv1-1/+2
this, we only need some simple logic in java-env.mk to automatically generate an ALTERNATIVES file for us. There are two exceptions, though: fastjar and jikes (pointed out by tv@), which do not use this file; they have to be handled manually. Bump PKGREVISION for all affected packages. While doing this, remove the java-wrapper package, obsoleted by the new functionality provided by pkg_alternatives.
2005-01-25Update sun-j*13 to version 1.0.15.jschauma2-8/+8
Changes according to http://java.sun.com/j2se/1.3/ReleaseNotes.html Incorrect clsid is registered in windows registry for jre 1.3.1_14 release NullPointerException with no stack trace Focus disappears after deiconifying frame Runtime exec hangs if ulimit nofiles is unlimite CTW assertion at srcsharevmoptolock.cpp, 379 A bug of javax.swing.JTextField GregorianCalendar uses wrong ERA value in non-lenient mode Application crashes using :XX+UseTLE and -server on Windows REGRESSION: 4789981 fails for 1.3.1_13-b01 on Solaris for Mozilla 1.0.1 java.lang.IllegalArgumentException: Signal already used by VM: SIGHUP JCK: QuickSilver api test fails with -Xprof flag
2004-11-23Update to version 1.3.1_13.jschauma2-9/+8
Addresses security issue http://sunsolve.sun.com/search/document.do?assetkey=1-26-57591-1 Changes since _12 according to http://java.sun.com/j2se/1.3/ReleaseNotes.html Can't display localized exception messages of the native method correctly java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
2004-10-11Fix the "jre" symlink in the various Sun-based JDK packages; it was wrongtv2-5/+4
for quite some time after the ${PREFIX}/java migration. Since pkgsrc now has proper symlink handling in pkg_install, this can now be a simple PLIST entry rather than an @exec/@unexec pair.
2004-10-05Expand the JAVA_WRAPPERS definitions for the sun-j{re,dk}* packages.tv2-3/+11
This adds many commonly used tools to $PREFIX/bin, such as keytool, rmiregistry, rmic, idlj, etc.
2004-07-02Unused.wiz1-28/+0
2004-07-02Add appropriate CPPFLAGS and PASSTHRU_DIRS variables so that packageswiz1-1/+4
depending on this one can find the header files. Noted broken by snj.
2004-06-08Update Sun's JDK version 1.3 to latest release 1.3.1_12, making thisjschauma2-8/+8
sun-jre13-1.0.12 and sun-jdk13-1.0.12 respectively. Patches provided by Hauke Fath in PR pkg/25870 and PR pkg/25871. This update done during the freeze as Sun removes the older distfiles when they release a new version. Changes since latest version, according to http://java.sun.com/j2se/1.3/ReleaseNotes.html: - stack yellow zone not re-enabled after a StackOverflowError - Gregorian calendar gives a java.lang.Illegal ArgumentException only on 12-31-00 - [server] stack yellow zone not re-enabled after a StackOverflowError - compilation results in stack overflow while unrolling loop - rmic uses AWT ?! - -Xcheck:jni uses oop directly in _thread_in_native state - Loop related Hotspot crash - internal Error occurs during offet conversion of byte code in rewrite/relocate - [1.3.1_09]JVM crashes when big number is specified in fillRect() - Japanese characters not converting correctly from Codepage 930 to Codepage 943 - JVM crash with error "Fatal: null exception in compiled code" - Client blocks on getInputStream even after server completes its response - Error ID: e:\ws\1.3.1\hotspot\src\share \vm\ci\ciInstanceKlass.cpp, 121 - 5 JCK tests failing with -Xcheck:jni flag
2004-05-22Convert sun-{jre,jdk}13 to use java-env.mk. This implies that thejmmv3-728/+722
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-22Update sun-{jre,jdk}13 to 1.3.1_11. Bugs fixed since 1.3.1_10:jmmv2-8/+8
- GetCurrentThreadCpuTime returns wrong information - infinite loop in sun.net.www.http. KeepAliveStream [due to skip()] - fatal error handler enhancements - RFE: DNS-related functions in PAC file support do not support foward DNS lookups - Reading entries from certain zipped files causes JVM death (native exception) - Missing encoding conversion in PlainSocketImpl.socketCreate - in with J2se1.3 in multithread situation, socket reads data unexpectly - REGRESSION 1.4: PropertyDescriptors do not find the most specific methods - C2 crash in adjust_check - Null Pointer in creating Window - Signature timestamps in signed jar files break forward compatibility - java.sql.TimeStamp results in wrong time for some timezones when dates are in BC - (thread) Thread.interrupt() is not executed after first try - REGRESSION:Ctor IndexedPropertyDescriptor works incorrectly - Netscape hang situation
2004-05-05bl3ifyxtraeme1-0/+26
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+3
2004-01-02Update sun-j*13 to latest version 1.3.1_10. Bugs fixed since 1.3.1_09jschauma2-8/+8
according to http://java.sun.com/j2se/1.3/ReleaseNotes.html: - J# Compiler silently generates bytecode that exceeds VM limits. - BigDecimal String constructor throws StringIndexOutOfBounds. - URL constructor throws java.lang.StringIndexOutOfBoundsException - VM crashes if a run method throws an expection in a finally block - JVM crash in java.net.ServerSocket.implAccept - -Xcheck:jni overly strict in JNI method IsSameObject - JVM hangs up with C++ std lib because of mutex deadlock in 1.3.1_03/1.4.0_0X - jvm crashes without any error message - java.util.Date(int,int,int,int,int,int) is unable to give hour information - 1.3.1_09: JVM process size grows after every JVMPI heap dump request.
2004-01-02Same as for 1.4:jschauma1-15/+3
Don't duplicate the FETCH_MESSAGE, move it to Makefile.common instead. Found a URL for older distfiles, so make that known.
2003-08-12Update Sun's JRE and JDK 1.3.1 to latest 1.3.1_09 (or, as we call it,jschauma2-9/+8
sun-jre13-1.0.9 and sun-jdk13-1.0.9). A complete list of changes is available at http://java.sun.com/j2se/1.3/ReleaseNotes.html Bugs fixed in this release: readObject in java.net.URL fails to restore transient fields java_g -version throws Segmentation Fault in Linux Solaris/Intel: Synch test hangs trying to get to compiled code safepoint LINUX: process reaping is broken BigInteger(String, int) does not fail on multiple minus signs JCK1.4, api/java_net/... tests hang in "-Xprof -verbose -verify" mode, linux JVMPI_MONITOR_WAITED value returned is wrong Java HotSpot(TM) Client VM warning: Attempt to allocate stack guard pages failed JDK Downgrade Install: Java Plugin 1.4 Fatal Error incorrect localization for javac diagnostic in J2SE 1.3.1 JDK 1.3.1_07/1.4.1_02 - New ORBs create new threads forever 1.3.1_03] Infinite loop seems to happen in phaseX.cpp with -server JNI GetArrayElements fails with zero length arrays. 1.3.1 Escalation: JFileChooser: Access key Alt+o doesn't work for "ok" button 1.3.1 Escalation: JFileChooser: Key not working 1.3.1: Fix CDRInputStream.java optimization code to avoid chunk overflow errors Right borders missing in JMenuItem and JScrollbar in 1.3.1_0x behaviour of method changes after dynamic compilation occurs JVM crashes w/ SEGV when trying to execute Java code > 64 kB JVM crash while reading FVD described class JVM crashes trying to draw very small Arc2D pie fraction when antialiasing is on Backward compatibility - jni apps need to dereference bogus returned reference [1.3.1_04] JVM Crashes Bottom border missing in JComboBox. Applies to 1.3.1 only - ServerSocket's accept() throws unexpected SocketException
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