summaryrefslogtreecommitdiff
path: root/java/jdk16 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add Taiwan Chinese font properties support (if I understandGreg Lewis2002-04-163-0/+255
| | | | | | | | the locale correctly). Submitted by: Zhenbang Wei <forth@zbwei.net> (via clive) Reviewed by: sobomax Approved by: sobomax
* Start my bid for world domination by taking maintainershipGreg Lewis2002-04-151-1/+1
| | | | | | | of the jdk13 port. Reviewed by: sobomax Approved by: sobomax
* 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
* Fix user and group ownership of the installed files when they have beenGreg Lewis2002-04-121-4/+4
| | | | | | | | | | | | | built by someone other than root. Instead of moving the files with tar, move them with cpio and set up ownership. Note that I have not closed the PR as there are 12 other ports named in the PR with this problem. PR: 36411 Submitted by: Alan Eldridge <ports@geeksrus.net> Reviewed by: sobomax Approved by: sobomax
* Now creating an 'ext' directory as a subdirectory ofErnst de Haan2002-04-062-1/+3
| | | | | | the application home directory. Prompted by: Marc Recht <recht@contentmedia.de>
* Correct when WITHOUT_PLUGIN is defined.Maxim Sobolev2002-03-151-5/+5
| | | | | PR: 35899 Submitted by: Lev Serebryakov <lev@serebryakov.spb.ru>
* Link Mozilla pligin with libXt to make it working with Mozilla-0.9.9. ThisMaxim Sobolev2002-03-133-4/+23
| | | | | | | | | | | | | | 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.
* Bumped PORTREVISION. Added a patch earlier today, and theErnst de Haan2002-03-111-0/+1
| | | | | | | port should be rebuilt for the patch to be applied. Now portupgrade should work as expected. PR: ports/35658
* Fixes the problem that the source JAR is too small.Ernst de Haan2002-03-111-0/+26
| | | | | Submitted by: Greg Lewis PR: ports/35658
* Add urwfonts into RUN_DEPENDS to prevent lot of "missed font" warnings whenMaxim Sobolev2002-03-061-1/+2
| | | | | | | starting any Swing app. PR: 31364 Submitted by: Jonathan Chen <jonathan.chen@itouch.co.nz>
* Corrected the gtk version number at the request of Greg Lewis.Chad David2002-02-201-1/+1
| | | | Submitted by: Greg Lewis
* Use correct LIB_DEPENDS.Maxim Sobolev2002-02-191-1/+1
| | | | | PR: 35120 Submitted by: Greg Lewis <glewis@eyesbeyond.com>
* Correct pkg-plist in the default and NODEBUG cases.Maxim Sobolev2002-02-181-6/+6
|
* Fix ampersand entities...Patrick S. Gardella2002-02-141-7/+7
| | | | Submitted by: Remco van't Veer
* Update to patch set 6Patrick S. Gardella2002-02-143-2/+207
| | | | | PR: 34923 Submitted by: Greg Lewis
* Use java@FreeBSD.org as a MAINTAINER, so question will go into appropriateMaxim Sobolev2001-12-141-1/+1
| | | | place.
* Update to patchlevel 5.Maxim Sobolev2001-10-165-73/+7
| | | | | PR: 31257 Submitted by: Greg Lewis <glewis@eyesbeyond.com>
* Fix a potential crash on 5-CURRENT.Maxim Sobolev2001-09-122-0/+29
| | | | Submitted by: Fuyuhiko Maruyama <fuyuhik8@is.titech.ac.jp>
* Update to patchlevel 4. This release contains many critical bug fixes, soMaxim Sobolev2001-09-106-300/+55
| | | | | | | please make sure that you have upgraded before reporting a bug or problem. PR: 30481 Submitted by: Greg Lewis <glewis@eyesbeyond.com>
* Add native port of Sun's Java Devepment Kit, v.1.3.1 (repo-copied fromMaxim Sobolev2001-08-279-480/+1564
| | | | | | | jdk12-beta). PR: 29949 Submitted by: Greg Lewis <glewis@eyesbeyond.com>
* Update link to the place where distfile can be downloaded.Maxim Sobolev2001-05-031-2/+2
| | | | | PR: 27058 Submitted by: Ernst de Haan <ernst@heinz.jollem.com>
* fix typo:Mario Sergio Fujikawa Ferreira2001-02-141-1/+1
| | | | | | | - the previous replacement of \s+# -> \t\t# triggered error "Unassociated shell command #" Submitted by: Dan Langille <dan@langille.org>
* typo clean up police: \s -> \tMario Sergio Fujikawa Ferreira2001-02-141-1/+1
|
* Forcefully set JAVA_COMPILER and CLASSPATH to "" to prevent build from failing.Maxim Sobolev2000-11-031-1/+3
| | | | Reported by: Max Khon <fjoe@plesk.com>, Ilya Krel <ilya@krel.org>
* Correct patch, so it will apply cleanly.Maxim Sobolev2000-10-161-2/+2
| | | | Submitted by: Ed Sweeney <edwardsweeney@yahoo.com>
* This port is i386 only for the moment. We need some assembler code writtenMaxim Sobolev2000-10-141-0/+1
| | | | | | to make the Alpha work. Submitted by: Greg Lewis <glewis@trc.adelaide.edu.au>
* Add jdk12-beta - a "glue" to build a native JDK1.2.2 using source code fromMaxim Sobolev2000-10-137-0/+1206
Sun and patchset from FreeBSD Java Project.