summaryrefslogtreecommitdiff
path: root/java/jdk12-beta (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Unification of JDK port names.Ernst de Haan2002-06-127-1209/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ports/java/Makefile Matches new names and locations of JDK ports. Checked sorting. ports/java/jdk All files removed from CVS. This port is moved to java/jdk11. Checked that the repocopy was okay. ports/java/jdk12-beta All files removed from CVS. This port is moved to java/jdk12. Checked that the repocopy was okay. ports/java/linux-jdk All files removed from CVS. This port is moved to java/linux-blackdown-jdk12. Checked that the repocopy was okay. ports/java/linux-jdk13 All files removed from CVS. This port is moved to java/linux-sun-jdk13. Checked that the repocopy was okay. ports/java/linux-jdk14 All files removed from CVS. This port is moved to java/linux-sun-jdk14. Checked that the repocopy was okay. PR: 27358
* Switch dependency from open-motif-devel to open-motif, since the formerKris Kennaway2002-06-041-1/+1
| | | | | | was removed. Pointy hat to: obrien
* Fix user and group ownership of the installed files when they have beenGreg Lewis2002-04-131-4/+4
| | | | | | | | | | | | built by someone other than root. Instead of moving the files with tar, move them with cpio and set up ownership. This leaves 11 of the ports listed in the PR still to go. PR: 36411 Submitted by: Alan Eldridge <ports@geeksrus.net> Reviewed by: sobomax Approved by: sobomax
* Hand over maintainership to Java Boy (glewis). :)))Maxim Sobolev2002-04-121-1/+1
|
* 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.