Commit graph

14 commits

Author SHA1 Message Date
Dimitry Andric
fa94e1b861 java/openjdk14: fix build with clang 12
During an exp-run for llvm 12 (see bug 255570), it turned out that at
least openjdk11 and openjdk12 do not build with clang 12.0.0. The
exp-run therefore skipped openjdk14.

Building this manually shows that it results in a compile error:

gmake[4]: Leaving directory '/wrkdirs/usr/ports/java/openjdk14/work/jdk14u-jdk-14.0.2-12-1/make'
/wrkdirs/usr/ports/java/openjdk14/work/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/x86/vm_version_ext_x86.cpp:748:3: error: suspicious concatenation of string literals in an array initialization; did you mean to separate the elements with a comma? [-Werror,-Wstring-concatenation]
  "",
  ^
/wrkdirs/usr/ports/java/openjdk14/work/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/x86/vm_version_ext_x86.cpp:747:3: note: place parentheses around the string literal to silence warning
  "Opteron QC/Phenom"  // Barcelona et.al.
  ^
1 error generated.

This is due to a missing backport of this upstream commit:

commit f8a9602a0a65cdc98eb940aac9529256ded2bf42
Author: Yasumasa Suenaga <ysuenaga@openjdk.org>
Date:   Thu Jan 21 06:08:13 2021 +0000

    8260025: Missing comma in VM_Version_Ext::_family_id_amd

    Reviewed-by: dholmes, stuefe

Even after applying this fix, there is still a possibility of a segfault
during the build, due to another missing backport, of this upstream
commit:

commit c484d8904285652246c3af212a4211b9a8955149
Author: Thomas Stuefe <stuefe@openjdk.org>
Date:   Tue Mar 16 05:49:01 2021 +0000

    8263557: Possible NULL dereference in Arena::destruct_contents()

    Reviewed-by: kbarrett, coleenp

Approved by:    maintainer timeout (2 weeks)
PR:             255903
MFH:            2021Q2
2021-05-29 16:08:19 +02:00
Mathieu Arnold
cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Piotr Kubaj
befc45230e java/openjdk14: enable dtrace on powerpc64 2021-03-17 12:57:11 +00:00
Piotr Kubaj
de4c16f87d java/openjdk15: fix build on powerpc64le
Also cosmetic fixes related to powerpc64* for openjdk 12, 13, 14.
2021-03-16 18:06:55 +00:00
Piotr Kubaj
3f4435d085 java/openjdk14: fix build on powerpc64le
Approved by:	tier 2 blanket
2021-03-16 17:13:49 +00:00
Jung-uk Kim
31ae652e5f Fix build with Clang 11.
11c638e62d
a01e80aa36
0874ad9af5

PR:		250270
2021-02-05 04:06:54 +00:00
Kyle Evans
5bc1617efc Multiple ports: improve regex compliance (part 2)
This is again a part of the project to stop extraneous escaping of
ordinary characters and redefine some ordinary escapes as special
behavior.

Most of these ports are pushed over to use textproc/gsed because they
want to use GNU extensions.  Others are fixed to either escape appropriately
(e.g. $$ rather than \$ in Makefiles!) or just remove redundant escapes
(e.g. backtick in single quotes doesn't need escaped).

PR:		229925
MFH:		no (invasive risk)
2020-07-24 17:10:51 +00:00
Greg Lewis
06b29a0787 Update to 14.0.2 2020-07-16 07:17:41 +00:00
Greg Lewis
0e8769531d More accurate vendor information
PR:		244634
2020-07-12 02:13:27 +00:00
Dmitri Goutnik
5f86a47e40 java/openjdk14: Add fontconfig support
PR:		247901
Approved by:	java (glewis)
2020-07-11 18:28:56 +00:00
Greg Lewis
79a3c0ff78 Update to 14.0.1 GA 2020-04-17 23:41:56 +00:00
Greg Lewis
46a96691cb Fix build for aarch64
Submitted by:	Klaus Küchemann <maciphone2@googlemail.com>
2020-03-22 20:32:24 +00:00
Greg Lewis
308ce63a84 Add a port of OpenJDK 14 2020-03-18 03:33:51 +00:00