aboutsummaryrefslogtreecommitdiffstats
path: root/java/bootstrap-openjdk/Makefile.update
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired ports:rene2017-12-011-106/+0
| | | | | | | 2017-11-30 www/p5-Yahoo-Lifestyle: This service has been shut down 2017-11-30 games/linux-rtcw: Use the native and open source games/iortcw instead 2017-11-30 java/bootstrap-openjdk: superseded by java/bootstrap-openjdk[68] 2017-11-30 lang/gcc46: Unsupported by upstream. Use GCC 6 or newer instead.
* The output of tools like awk, date, sort, tr,... depends on the currenttijl2017-01-181-2/+2
| | | | | | | | | | | | | | | | | | locale set by the user. Add LANG=C and LC_ALL=C at the beginning of bsd.port.mk and export them so all commands are executed with the C locale. LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3) as default value for LC_* variables, so normally it isn't used when LC_ALL is set, but there's code out there that looks at LANG directly so it's safer to set it as well. The only commands not captured by this are != assignments before any inclusion of bsd.port.*mk. Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a different locale (e.g. USE_LOCALE=en_US.UTF-8). PR: 215882 Exp-run by: antoine Approved by: portmgr (antoine)
* - Update to r351880.jkim2014-04-231-0/+2
| | | | - Bundle libfreetype.so.6.
* Update to r348097.jkim2014-03-141-1/+1
|
* - Update to r347418.jkim2014-03-111-8/+18
| | | | | | - Re-enable mixed mode by default. Now we know it is not our problem. - Do not build with system zlib and include libstdc++.so.6 in the distfile to avoid misc/compat8x dependency.
* Update to r333271.jkim2013-11-121-4/+10
|
* - Update to r330538.jkim2013-10-221-1/+4
| | | | | | | | - 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.
* Update to r316538 and drop support for 7.x.jkim2013-04-271-1/+1
|
* - Update to r306764.jkim2012-11-021-9/+8
| | | | | | | | | | | | - 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
* - Update to r306294.jkim2012-10-251-2/+5
| | | | | | - Trim more files to simplify maintenance. Feature safe: yes
* Add a port to self-bootstrap OpenJDK6. Note the initial distfiles werejkim2012-10-121-0/+83
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