summaryrefslogtreecommitdiff
path: root/java/bootstrap-openjdk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to r333271.Jung-uk Kim2013-11-114-10/+16
|
* - Update to r330538.Jung-uk Kim2013-10-215-10/+55
| | | | | | | | - Turn off mixed mode for HotSpot (i. e., JIT compiler) by default for extreme safety. Although it may be too conservative and/or slow, it is okay because it is not useful for anything but bootstrapping OpenJDK itself. In fact, it does not seem stable within jails (e. g., QAT) for unknown reasons. - Revert r330422. Now it is obsolete by r330500.
* Chase misc/compat8x change. libstdc++.so.6 is now available from compat9x.Jung-uk Kim2013-10-151-0/+3
|
* Update to r330107 (OpenJDK6 b28).Jung-uk Kim2013-10-133-6/+6
|
* Tidy up staging support.Jung-uk Kim2013-09-261-5/+1
|
* Add support for staging.Jung-uk Kim2013-09-251-2/+1
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | java)
* Update to r316538 and drop support for 7.x.Jung-uk Kim2013-04-264-11/+10
|
* - Update to r306764.Jung-uk Kim2012-11-015-120/+34
| | | | | | | | | | | | - Generate distfiles directly from pkg-plist. This list was compiled from running "ktrace -i -tn make" on openjdk6 and openjdk7 ports. - Re-add jre/bin/java to work around a bug in openjdk7 build infrastructure. It is not really necessary but langtools fails to build without it because langtools/make/tools/GenStubs/GenStubs.java executes it based on java.home property, which points to jre subdirectory. Note this problem only exists on recent jdk7 langtools and jdk6 and jdk8 are not affected. Feature safe: yes
* Register javavmwrapper as dependency. It is not strictly necessary but itJung-uk Kim2012-10-251-1/+9
| | | | | | should unbreak tinderbox build for openjdk6 and openjdk6-jre. Feature safe: yes
* - Update to r306294.Jung-uk Kim2012-10-245-44/+13
| | | | | | - Trim more files to simplify maintenance. Feature safe: yes
* Fix pkg-plist for i386.Jung-uk Kim2012-10-121-0/+1
| | | | Feature safe: yes
* Add a port to self-bootstrap OpenJDK6. Note the initial distfiles wereJung-uk Kim2012-10-127-0/+352
bootstrapped with pre-built openjdk6 packages from FreeBSD build clusters on clean 7.4-RELEASE installation, and the ports tree was checked out at r305682. Feature safe: yes