non port: java/bootstrap-openjdk/Makefile.update |
SVNWeb
|
Number of commits found: 10 |
Wed, 18 Jan 2017
|
[ 13:20 tijl ] (Only the first 10 of 120 ports in this commit are shown above. )
The output of tools like awk, date, sort, tr,... depends on the current
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)
|
Wed, 23 Apr 2014
|
[ 03:25 jkim ]
- Update to r351880.
- Bundle libfreetype.so.6.
|
Thu, 13 Mar 2014
|
[ 21:26 jkim ]
Update to r348097.
|
Mon, 10 Mar 2014
|
[ 18:16 jkim ]
- Update to r347418.
- 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.
|
Mon, 11 Nov 2013
|
[ 18:51 jkim ]
Update to r333271.
|
Mon, 21 Oct 2013
|
[ 21:27 jkim ]
- 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.
|
Fri, 26 Apr 2013
|
[ 20:25 jkim ]
Update to r316538 and drop support for 7.x.
|
Thu, 1 Nov 2012
|
[ 17:25 jkim ]
- 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
|
Wed, 24 Oct 2012
|
[ 19:57 jkim ]
- Update to r306294.
- Trim more files to simplify maintenance.
Feature safe: yes
|
Fri, 12 Oct 2012
|
[ 00:42 jkim ]
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
|
Number of commits found: 10 |