1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
Commit Graph

13 Commits

Author SHA1 Message Date
Jung-uk Kim
060ab65b65 Update to r333271. 2013-11-11 18:51:17 +00:00
Jung-uk Kim
30b9bd7b94 - Update to r330538.
- 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.
2013-10-21 21:27:59 +00:00
Jung-uk Kim
929f912569 Chase misc/compat8x change. libstdc++.so.6 is now available from compat9x. 2013-10-15 18:15:21 +00:00
Jung-uk Kim
62b0ca1b39 Update to r330107 (OpenJDK6 b28). 2013-10-13 06:17:15 +00:00
Jung-uk Kim
c44d6234b5 Tidy up staging support. 2013-09-26 00:49:49 +00:00
Jung-uk Kim
b5118332fc Add support for staging. 2013-09-25 23:43:07 +00:00
Baptiste Daroussin
c2c2a2b86b Add NO_STAGE all over the place in preparation for the staging support (cat: java) 2013-09-20 19:48:32 +00:00
Jung-uk Kim
9ea410ac09 Update to r316538 and drop support for 7.x. 2013-04-26 20:25:39 +00:00
Jung-uk Kim
627eaadea8 - Update to r306764.
- 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
2012-11-01 17:25:59 +00:00
Jung-uk Kim
39d23ac84d Register javavmwrapper as dependency. It is not strictly necessary but it
should unbreak tinderbox build for openjdk6 and openjdk6-jre.

Feature safe:	yes
2012-10-25 22:21:53 +00:00
Jung-uk Kim
e702292487 - Update to r306294.
- Trim more files to simplify maintenance.

Feature safe:	yes
2012-10-24 19:57:17 +00:00
Jung-uk Kim
2d4e9c6a9c Fix pkg-plist for i386.
Feature safe:	yes
2012-10-12 06:41:51 +00:00
Jung-uk Kim
2151c80bb7 Add a port to self-bootstrap OpenJDK6. Note the initial distfiles were
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
2012-10-12 00:42:31 +00:00