summaryrefslogtreecommitdiff
path: root/lang/sun-jre14
AgeCommit message (Collapse)AuthorFilesLines
2004-05-05bl3ifyxtraeme2-2/+25
2004-04-02As this needs a procfs mounted with the linux option, suggest /emul/linux/procjmmv1-2/+2
as the mount point, instead of /proc. This way, one can mount a regular (i.e, w/o linux compatiblity) procfs under /proc.
2004-03-22Let ONLY_FOR_PLATFORM recognize NetBSD 2.0 and future versions.kristerw1-2/+2
2004-03-17Update sun-j*14 to latest version 1.4.2_04 or sun-j*14-2.4.jschauma3-15/+16
This is done during the freeze since the default distfile vanishes from Sun's website. Changes and bugs fixed since 1.4.2_03 according to http://java.sun.com/j2se/1.4.2/ReleaseNotes.html: Encoding Unicode to JIS0208 Throw exception HTMLEditorKit uses always default editor kit for rendering of frames javac requires exponential time to attribute methods in a large hierarchy NullPointerException in JFileChooser when accessing system level icons 1.4 REGRESSION: Metal & Windows FileChooserUI classes cannot be used without She Cross-platform PrinterJob.printDialog gets hidden by main application window GTK+ theme keynav for JTree expand/collapse doesn't confirm with GTK+2 standard closing sequencer sometimes crashes the VM GTK+ L&F not fully reflecting GNOME High contrast large print theme GTK+ JFileChooser doesn't open multiple files RMI call remains blocked even after network cable is unplugged in Solaris 8 REGRESSION: Unicode escape processing is redone REGRESSION: regex character class negation error REGRESSION: infinite loop in ISO2022_JP$Decoder. decodeArrayLoop() Printing: Legal page sizes not correctly selected/printed on Linux in with J2se1.3 in multithread situation, socket reads data unexpectly JPI Control Panel "Help" refers to the incorrect Update button name Include UseSpinning, UseTLAB, PreBlockSpin with -XX:+AggressiveHeap for Linux DefaultWriteObject Flag is always true in RMI-IIOP data stream IOP serialization is slow for large objects CHROOT JDK 1.4.2-b28 Incorrect ordering of loads/stores of same memory loc with -XX:-OptoScheduling JDK 1.4 and the JIS0208 character set encoding Java plugin downloads sticky applet multiple time for sites using load balancing javax.rmi.CORBA.Util.isLocal(stub) restricts custom ORB spinners don't look like native ones on blueprint GTK L&F: In JFileChooser folder ordering is unlike native mercury ordering JFileChooser filepanel background color is unlike native mercury GTK L&F: Behaviour of new folder button in JFileChooser is unlike native mercury JFileDIalog does not show the current directory in GTK Swing's GTK look and feel should be updated to track GTK 2.2 GTK L&F: Shift+Tab causes the JFileChosser to behave vague Drag anchor of JToolBar is unlike the native mercury toolbar JFileChooser Dialog does not respond to the ESC key unlike Native FileDialog RepositoryId Lists not handled correctly Swing's blueprint engine is not in sync with native version Wrong discriminator received on a union with multiple case labels on a branch CORBA COMM_FAILURE when destroy() takes too long and close() happens J2SE needs to support Korean on Mercury Ship currently published CA certificates in cacerts file Regression: 1.4.2 JVM core dumps with error ID 4F530E43505002EF 01 Regression: jarsigner fails to verify the jar files Cannot specify java.util.logging.manager property using JWS IOException on drop part of drag'n'drop JavaWebStart version number inaccurate on Korean Locale on Win2000 C2 crash in adjust_check Java Web Start 1.4.2 uses obsolete cacerts file. GTK L&F: Behaviour of rename button in JFileChooser is unlike native mercury sun.nio.ch.Util.releaseTemporaryDirectBuffer NullPointerException classDepth(null) crashes VM consider removing validity check on trusted cert anchor selection -XX:NewSize, MaxNewSize CL arguments sometimes ignored JRE 1.4.2 support for Chinese/Korean fonts on Redhat AS 2.1 Signature timestamps in signed jar files break forward compatibility REG: JVM crash on RH3.0 w/ 4F533F4C494E55583F 491418160E4350500306 Interop broken b/w 1.4.2_04 and 1.4.1,1.5 for TreeSet, BigInteger, BigDecimal Krb5LoginModule authentication fails with exception, "connection reset"
2004-02-28A ulimit datasize of 131072 (128K) is too small; crank to 262144 (256K).lukem1-2/+2
(Whilst 132096 (129K) does work for simple tests, it's better to be conservative and suggest something that should work most of the time...)
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-12-12Don't duplicate the FETCH_MESSAGE, move it to Makefile.common instead.jschauma2-17/+22
2003-12-12Found a URL for older distfiles, so make that known.jschauma2-3/+5
2003-12-12_02 is no longer available, updating to _03; couldn't find any differences ↵adam2-7/+7
listed
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,jschauma3-8/+14
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-23Put these packages into a new pseudo-category called 'java'.jschauma1-2/+2
2003-08-13Note that one needs procfs mounted with the 'linux' option, too.jschauma1-1/+5
2003-08-13Fix download URL.seb1-2/+2
2003-08-13Update sun-j*14 to Sun 1.4.2. This version of the JDK requires ajschauma6-20/+74
-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-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 byjschauma3-9/+9
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-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-23Update sun-j*14 to version 1.4.1_03. Changes since _02 are numerous andjschauma3-19/+9
can be found at http://java.sun.com/j2se/1.4.1/ReleaseNotes.html.
2003-03-26De-confusify: Let emulators/suse_*/Makefile.* _not_ include bsd.pkg.mk, but ↵jschauma1-4/+4
rather make all packages that use linux emulation include bsd.pkg.mk as the last files just like any normal package.
2003-03-17Update sun-jdk14 and sun-jre14 to 1.4.1_02. Who knows what's new in this.jschauma4-11/+21
2003-02-13improve download instructionshubertf1-2/+4
2003-02-05Mark these as having interactive fetch stages.jlam1-1/+3
2003-01-31The default location for the JVMs is ${LOCALBASE}/java/sun-1.4.jlam1-2/+2
2003-01-29Update sun-jre14 and sun-jdk14 to 1.0.1. These are bug fix releases fromjlam7-54/+90
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-11-07Don't try to chmod the distfile if the permissions are already correct.jlam1-2/+4
Addresses pkg/18941 by Robert Elz.
2002-10-15We need the suse-Makefile when we _are_ on NetBSD.jschauma1-2/+2
2002-10-13Note that using this package implies needing datasize >= 131204 by addingjlam1-1/+2
datasize to UNLIMIT_RESOURCES.
2002-10-13Add buildlink2.mk files for use by other package Makefiles. Each JVMjlam1-0/+25
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-62/+62
* Minor improvements to the package Makefiles. * Correct the PLIST.
2002-10-13Cosmetic changes to MESSAGE files for JVMs for readability.jlam1-9/+12
2002-09-30Trivially use buildlink2.jlam1-1/+2
2002-09-24Complete standardization of messages according to latest pkglint.wiz1-3/+3
2002-09-03Don't use ${MACHINE_ARCH} - this is _always_ i386.jschauma1-44/+44
2002-08-01These packages are available for Linux and NetBSD-1.6*-i386,jschauma1-2/+2
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-28Entab (not as serious as previous).schmonz1-2/+2
2002-07-27We allow several JDKs/JREs to coexist, installing them in separatejschauma5-661/+651
subdirectories under ${PREFIX}/java/ -- Change V of many. Thus install this JRE into ${PREFIX}/java/sun-1.4.0 and remove CONFLICTS with other JDKs/JREs. Rename package from sun-jre-1.4.0 to sun-jre14-0 (avoids conflict with sun-jre13). Split Makefile into Makefile and Makefile.common, to allow reusing of some of the stuff in lang/sun-jdk14 (commit coming up). Add informative 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.jschauma5-0/+687
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.