summaryrefslogtreecommitdiff
path: root/lang/sun-jdk14
AgeCommit message (Collapse)AuthorFilesLines
2003-10-29Trivially update sun-j*14 to the latest version (sun-j*14-2.2, correspondingjschauma2-7/+7
to Sun's 1.4.2_02). This is done even though we are in a freeze since older distfiles disappear and a security vulnerability in older versions might make people update. Changes/bugfixes since 1.4.2_01, according to http://java.sun.com/j2se/1.4.2/ReleaseNotes.html - Regression: IllegalStateException:constrain(xywh) not supp. for complex transform - AsyncGetCallTrace() on Solaris/Intel core dumps with assertion failure - occasional crashes/deadlocks from AsyncGetCallTrace() - JVMPI_EVENT_COMPILED_ METHOD_LOAD: "must release all locks when leaving VM" asser - Cannot set preferences factory in web start - crash in AsyncGetCallTrace() when invoked during Deoptimization - AsyncGetCallTrace() is absent in linux/Intel JVM - infinite recursion in AsyncGetCallTrace() with the server JVM - syncGetCallTrace: assert(pc_desc != 0, "scopeDesc must exist"). - AsyncGetCallTrace: guarantee(get_thread() == thread, "must be the same thread. - JNI GetEnv() race with ThreadLocalStorage::set_thread() guarantee - Cache versioning fails to work in 1.4.1 and higher releases - Get/SetThreadLocalStorage need to work with AsyncGetCallTrace - JInternalFrame setDefaultCloseOperation ignored under Motif look-and-feel. - OBJ_ALLOC event deadlock between VMThread and Finalizer thread - VM crash when HeapDump requested - Util buffer cache uses wrong release strategy - Need general-purpose way to dispatch object invocations on Java GUI thread - Crash in OopFlow::build_oop_map - [mercury] Java Setup menuitem location misleading - Update cacerts file with GeoTrust root certs - extra pings to server if WeakReferenced CachedJarLoaders gc'ed - Size of sliders in GTK L&F larger than original - Open/Closing buttons on split panes are very small
2003-08-26Apparently, as wiz found out, Sun released a new version of their 1.4.2 JDK,jschauma2-7/+7
aptly called 1_4_2_01, or, as we call it, sun-jdk14-2.1. Bugs fixed in this release, according to http://java.sun.com/j2se/1.4.2/ReleaseNotes.html - DPI setting not supported in GTK L&F - j2re-1_4_2-iftw.exe installer has problems if IE proxy config is incorrect - enable JavaUpdate in 1.4.2_01 - Remove \r\rn characters from Balloon Tip text - JavaUpdate shows 'Java Update not completed' message when reboot is accepted - Can't input character into the applet text field when doing the applet demo - Random date/time attributes produced in jars through unpack breaks Java Update - No warning/error messages if patching fails through incremental update - The auto download URL in Mantis FCS demo is not correct. - Trigger installer to reboot if Sun VM is running in IE during Java Update - Java Update tab should be hidden from non-administrative users - Web bundle installer fails to install if proxy requires authentication - Installer needs a more explicit message than "creating jar files" - Updated PhoneHome behavior for consumers - Need to update java logos in Java2Demo - Upgrade from 1.4.2 to 1.4.2_01 & uninstall leaves JavaUpdate registry entries - JavaScript, wrong url for auto-install - 1.4.2_01 HTMLConverter refers to the wrong default autodl URL - jre 1.4.2_01, Fr, computer needs to be rebooted dialog is too long - jre 1.4.2_01, It, string 'Finishing installation...' is too long - j2sdk 1.4.2_01, ja, extra '\' character in the installshield - FloatingDecimal throws an assertion error with -enablesystemassertions flag.
2003-08-13Note that one needs procfs mounted with the 'linux' option, too.jschauma1-6/+4
2003-08-13Update sun-j*14 to Sun 1.4.2. This version of the JDK requires ajschauma4-23/+14
-current kernel from at least 2003-08-09. Previous 1.4.1 versions never really worked all that well and needed special kernel options as well as a -current kernel from that date, so updating to 1.4.2 is better than keeping both. A complete list of changes from previous 1.4 JDKs is available at http://java.sun.com/j2se/1.4.2/changes.html
2003-08-11wrap lines to <= 75grant1-3/+4
2003-08-11this stuff is NetBSD-specific, and not needed on Linux, Solaris, orgrant1-1/+1
likely any other platform, so move it to the platform specific MESSAGE for NetBSD.
2003-08-10Say what will fail, and state clearly that this needs a current kernel.christos1-1/+5
2003-08-10Tell users to compile their kernel withjschauma1-4/+10
makeoptions TEXTADDR=d0100000 options KERNBASE_LOCORE=0xd0000000 options COMPAT_LINUX so they can use the JDK. Pointed out by Christos.
2003-08-10Update sun-j*14 to latest version 1.4.1_04 using patches provided byjschauma2-7/+7
Tyler R. Retzlaff in PR pkg/22429. A complete list of changes is available at http://java.sun.com/j2se/1.4.1/ReleaseNotes.html but appears to consist of two bug fixes: - URLConnection openConnection with setUseCaches(true) fails (jpg, gif) - Java webcams does not work on JRE1.4+
2003-06-23Update sun-j*14 to version 1.4.1_03. Changes since _02 are numerous andjschauma2-7/+7
can be found at http://java.sun.com/j2se/1.4.1/ReleaseNotes.html.
2003-03-17Update sun-jdk14 and sun-jre14 to 1.4.1_02. Who knows what's new in this.jschauma2-7/+7
2003-02-13improve download instructionshubertf1-2/+4
2003-02-11Bump PKGREVISIONs for:jlam2-2/+5
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-01-29Update sun-jre14 and sun-jdk14 to 1.0.1. These are bug fix releases fromjlam6-42/+78
Sun for JDK 1.4.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. Also, the JDK 1.4.x series are now installed into ${LOCALBASE}/java/sun-1.4 so that future updates of this package won't require a new JDK directory. This closes PR 19853 by FUKAUMI Naoki <naoki at fukaumi.org>.
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.jlam1-5/+3
* Minor improvements to the package Makefiles. * Correct the PLIST.
2002-10-13Cosmetic changes to MESSAGE files for JVMs for readability.jlam1-10/+13
2002-09-24Complete standardization of messages according to latest pkglint.wiz1-3/+3
2002-08-01These packages are available for Linux and NetBSD-1.6*-i386,jschauma1-1/+1
not only Linux and -current. (Pointed out by zuntum.)
2002-07-28Format paragraphs. Normalize indentation. Apostrophize. Spell "your"schmonz1-8/+8
using only 7-bit ASCII.
2002-07-27We allow several JDKs/JREs to coexist, installing them in separatejschauma3-90/+20
subdirectories under ${PREFIX}/java/ -- Change VI of many. Thus install this JDK into ${PREFIX}/java/sun-1.4.0 and remove CONFLICTS with other JDKs/JREs. Rename package from sun-jdk-1.4.0 to sun-jdk14-0 (avoids conflict with sun-jre13). Pull in common stuff by including lang/sun-jre14/Makefile.common. Extend MESSAGE and finally bump PKGREVISION.
2002-05-15Add a message to inform the user that "ulimit -d" needs to be >= 131204jschauma1-0/+8
to use this JVM.
2002-05-14Initial import of Sun's JDK 1.4.jschauma4-0/+1186
This JDK is functional only on NetBSD-1.5Z[A-Z]-i386, NetBSD-1.[6-9]-i386 and Linux-*-i386, thus no upgrade of pksrc/lang/sun-jre13. Changes over sun-jre13 are too many to list here, please see http://java.sun.com/j2se/1.4/relnotes.html for details.