summaryrefslogtreecommitdiff
path: root/java/jdk13/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* A better fix for creating src.jar. Using tar by itself fails because theGreg Lewis2002-04-121-5/+4
| | | | | | | | | | | | | | argument list is too long. Hence the first patch invoked tar once for each file. This works, but is inefficient. This version of the patch uses cpio in pass through mode to copy all the files at once. PR: 35658 Submitted by: "Remco van 't Veer" <rwvtveer@xs4all.nl> Reviewed by: sobomax Approved by: sobomax Notes: svn path=/head/; revision=57603
* Link Mozilla pligin with libXt to make it working with Mozilla-0.9.9. ThisMaxim Sobolev2002-03-131-0/+14
| | | | | | | | | | | | | | | | | resolves the following error when starting Mozilla: LoadPlugin: failed to initialize shared library /usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so [/usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so: Undefined symbol "XtShellStrings"] While I'm here add a tweak to prune empty directories before installing JDK, so that JDK installed from a pre-built package deinstalls properly. Bump PORTREVISION. Notes: svn path=/head/; revision=56006
* Fixes the problem that the source JAR is too small.Ernst de Haan2002-03-111-0/+26
| | | | | | | | Submitted by: Greg Lewis PR: ports/35658 Notes: svn path=/head/; revision=55855
* Update to patchlevel 5.Maxim Sobolev2001-10-163-69/+0
| | | | | | | | PR: 31257 Submitted by: Greg Lewis <glewis@eyesbeyond.com> Notes: svn path=/head/; revision=48838
* Fix a potential crash on 5-CURRENT.Maxim Sobolev2001-09-121-0/+28
| | | | | | | Submitted by: Fuyuhiko Maruyama <fuyuhik8@is.titech.ac.jp> Notes: svn path=/head/; revision=47744
* Update to patchlevel 4. This release contains many critical bug fixes, soMaxim Sobolev2001-09-103-278/+33
| | | | | | | | | | please make sure that you have upgraded before reporting a bug or problem. PR: 30481 Submitted by: Greg Lewis <glewis@eyesbeyond.com> Notes: svn path=/head/; revision=47603
* Add native port of Sun's Java Devepment Kit, v.1.3.1 (repo-copied fromMaxim Sobolev2001-08-274-36/+304
| | | | | | | | | | jdk12-beta). PR: 29949 Submitted by: Greg Lewis <glewis@eyesbeyond.com> Notes: svn path=/head/; revision=46988
* Correct patch, so it will apply cleanly.Maxim Sobolev2000-10-161-2/+2
| | | | | | | Submitted by: Ed Sweeney <edwardsweeney@yahoo.com> Notes: svn path=/head/; revision=33886
* Add jdk12-beta - a "glue" to build a native JDK1.2.2 using source code fromMaxim Sobolev2000-10-131-0/+36
Sun and patchset from FreeBSD Java Project. Notes: svn path=/head/; revision=33771