Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
05 Feb 2021 04:04:54
12.0.2+10.4_2

|
jkim  |
Fix build with Clang 11.
https://github.com/battleblow/openjdk-jdk12u/commit/9e8e504992f95cc36c6dcd6e6f57ac18b58e0db5
https://github.com/battleblow/openjdk-jdk12u/commit/c525150ace8816c503ccc618ea5559d06c99bbcb
https://github.com/battleblow/openjdk-jdk12u/commit/dc2d99a20d0eea8d79cb31960cb693b2a4a39a4b
PR: 250270 |
12 Jul 2020 02:13:27
12.0.2+10.4_1

|
glewis  |
More accurate vendor information
PR: 244634 |
08 Jun 2020 04:41:31
12.0.2+10.4_1

|
kevans  |
Multiple ports: improve regex compliance
These changes largely fall into just two categories:
1. Need textproc/gsed for GNU extensions
2. Extraneous escapes that can go away
For #1, there's a further subdivision into those that require autoconf magic
and those that can get away with BINARY_ALIAS=sed=${LOCALBASE}/bin/gsed.
-CURRENT will soon gain GNU extensions, but these will take longer to get to
all supported releases; we must switch them to gsed to ensure we're actually
properly building them as intended.
For #2, I've fixed these as I can and we should upstream these fixes.
(Only the first 15 lines of the commit message are shown above ) |
09 May 2020 19:24:50
12.0.2+10.4

|
tijl  |
Update devel/gmake to 4.3.
Some changes have been made in this release that break backwards
compatibility. Let USES=gmake force users to upgrade to this version so
port maintainers don't have to support older versions.
PR: 245725
Exp-run by: antoine
Approved by: portmgr (antoine) |
18 Apr 2020 20:42:12
12.0.2+10.4

|
glewis  |
Update to 12.0.2+10.4
PR: 244947
Submitted by: Trond.Endrestol@ximalas.info |
22 Mar 2020 20:00:25
12.0.2+10.3_1

|
glewis  |
Fix the build on aarch64
Submitted by: Klaus Kuchemann <maciphone2@googlemail.com> |
16 Jan 2020 13:59:09
12.0.2+10.3_1

|
pkubaj  |
java/openjdk12: correctly patch openjdk12 for ppc64 elfv2
The previous patch didn't check for architecture.
PR: 243183 |
16 Jan 2020 13:34:01
12.0.2+10.3_1

|
antoine  |
Revert r523218, it breaks build on tier 1
With hat: portmgr |
16 Jan 2020 09:29:00
12.0.2+10.3_1

|
pkubaj  |
java/openjdk12: fix compilation for powerpc64 elfv2
Because of issue with macros in precompiled.hpp, --disable-precompiled-headers
is necessary.
Since openjdk compiles for elfv1 by default on big-endian ppc64, use a patch to
compile for elfv2.
PR: 243183
Approved by: glewis (maintainer) |
09 Nov 2019 22:28:53
12.0.2+10.3_1

|
glewis  |
Reinstate guidance to have /proc mounted
* Having /proc mounted is not generally critical, but there is at least one
piece of functionality that does rely on its presence at the moment
(e.g. OperatingSystemMXBean) |
06 Nov 2019 18:03:34
12.0.2+10.3_1

|
zeising  |
Add USES=xorg USES=gl, ports categories j
Add USES=xorg and USES=gl to ports in categories starting with 'j'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
06 Nov 2019 17:31:33
12.0.2+10.3_1

|
glewis  |
Fix build on FreeBSD 12.x/powerpc64 on POWER8+ machines
* Make sure has_mfdscr() returns false on these machines as using it on
FreeBSD 12.x will cause problems (e.g. SIGILL).
PR: 239368
Sponsored by: The FreeBSD Foundation |
17 Oct 2019 20:38:39
12.0.2+10.3_1

|
glewis  |
Fix internal versioning
* Set the Java version correctly
* Bump PORTREVISION since some software may rely on this |
27 Sep 2019 15:44:39
12.0.2+10.3

|
glewis  |
Sync with openjdk11
* Separate out platform/compiler concerns
* Disable AoT on all arches except amd64
Sponsored by: The FreeBSD Foundation |
20 Sep 2019 15:46:43
12.0.2+10.3

|
glewis  |
Udpate to 12.0.2+10-3 |
30 Aug 2019 22:21:29
12.0.2+10.2_1

|
glewis  |
Add support for aarch64
* Add aarch64 to ONLY_FOR_ARCHES on FreeBSD 12.0 and up.
PR: 239246
Submitted by: Mikael Urankar <mikael.urankar@gmail.com> |
30 Aug 2019 04:26:01
12.0.2+10.2_1

|
glewis  |
Prepare for aarch64 support
* Add necessary configure arguments for aarch64
* Add patches needed to compile on aarch64. These have been upstreamed but
are not in a release yet. |
28 Aug 2019 15:34:33
12.0.2+10.2_1

|
glewis  |
Remove guidance about needing procfs
* Remove portions of pkg-message that mention needing /proc mounted.
This hasn't been the case for a while afaik (I don't have it mounted
and haven't observed any related problems). |
26 Aug 2019 02:00:43
12.0.2+10.2_1

|
glewis  |
Add powerpc64 support
PR: 237370 |
25 Aug 2019 20:55:20
12.0.2+10.2_1

|
glewis  |
Allow the JDK to be compiled with gcc.
This is required for powerpc64 support.
PR: 237370 |
20 Aug 2019 18:25:11
12.0.2+10.2_1

|
glewis  |
Update cacerts
* Use the latest cacerts file from Oracle's public distribution of 12.0.2 |
13 Aug 2019 22:22:35
12.0.2+10.2

|
mat  |
Convert to UCL & cleanup pkg-message (categories h-k) |
13 Aug 2019 13:32:13
12.0.2+10.2

|
glewis  |
Update to 12.0.2+10.2 |
31 Jul 2019 16:46:25
12.0.2+10.1_1

|
glewis  |
Register openjdk12 as a java provider with javavm
PR: 237991
Submitted by: Tommy P <tommyhp2@gmail.com> |
24 Jul 2019 22:45:29
12.0.2+10.1

|
glewis  |
* Set NO_CCACHE to match configure being passed --disable-ccache
Fixes the build for people trying to use ccache
PR: 239387
Submitted by: Jonathan Chen <jonc@chen.org.nz> |
19 Jul 2019 17:08:29
12.0.2+10.1

|
glewis  |
Update to 12.0.2 |
16 Jun 2019 16:05:29
12.0.1+12.2

|
antoine  |
Clean up LIB_DEPENDS |
17 May 2019 04:32:40
12.0.1+12.2

|
glewis  |
Update to 12.0.1.12.2 which includes powerpc64 support.
PR: 237370 |
11 May 2019 19:52:08
12.0.1+12.1

|
mat  |
Use USE_GITHUB when appropriate. |
17 Apr 2019 20:57:53
12.0.1.12.1

|
glewis  |
. Update to 12.0.1 |
29 Mar 2019 17:39:15
12.0.0.33.2

|
glewis  |
* Update to 12.0.0.33.2
* Sort LIB_DEPENDS and USE_XORG.
* Add a dependency in alsa-lib now that sound is supported on FreeBSD.
* Don't disable dtrace now that it is supported on FreeBSD.
* Less intrusive iconv change. |
28 Mar 2019 23:27:12
12.0.0.33.1_2

|
jkim  |
Fix iconv(3) issues.
PR: 236759 |
21 Mar 2019 20:25:08
12.0.0.33.1_1

|
glewis  |
. Fix permissions on jspawnhelper.
. Bump PORTREVISION. |
21 Mar 2019 17:34:20
12.0.0.33.1

|
glewis  |
Re-add the port of OpenJDK 12 |
21 Mar 2019 17:31:48
12.0.0.33.1

|
glewis  |
Remove openjdk12 to try a repo copy again. |
21 Mar 2019 04:38:51
12.0.0.33.1

|
glewis  |
Add files missing in last commit somehow. |
21 Mar 2019 03:33:15
12.0.0.33.1

|
glewis  |
Add a port of OpenJDK 12 |