Commit Graph

18 Commits

Author SHA1 Message Date
Gerasim Troeglazov
012d5e9dac OpenJDK17: add recipe for 17.0.7+3 version 2023-04-01 20:16:57 +10:00
Gerasim Troeglazov
49e8d059c0 openjdk16: fix build for x86 arch 2023-03-26 18:37:15 +10:00
Gerasim Troeglazov
8228cf9d94 openjdk15: fix build for x86 arch 2023-03-25 19:42:02 +10:00
Jerome Duval
2bd811e8a9 openjdk11: bump version
fix build on VM without AVX
2020-11-03 17:16:38 +01:00
Jerome Duval
b7fc99174e openjdk11: missing patch 2020-10-30 20:37:50 +01:00
Jerome Duval
031101b998 openjdk14: new recipe 2020-10-30 18:18:00 +01:00
Jerome Duval
0c53275807 openjdk: workaround for NetworkInterface ioctl calls
11: fix generation of SocketOptionRegistry.java
8: fix x86 build
2020-10-30 18:18:00 +01:00
Jerome Duval
5153d840f5 openjdk: apply two upstream patches for gcc5+.
bugreport for details: https://bugzilla.redhat.com/show_bug.cgi?id=1208369
2018-11-03 15:47:08 +01:00
Adrien Destugues
b17ac441ce OpenJDK: fix build.
- Needs an existing openjdk package
- Some policy warnings (appears to be false positives)
2017-12-20 19:55:20 +01:00
Adrien Destugues
f2bc78a187 Some fixes to OpenJDK
Builds ok (if you have an older version installed), but runs out of
memory during INSTALL. Help welcome.
2017-12-19 22:12:27 +01:00
Sergei Reznikov
a3a757aa75 OpenJDK: added patch to make it work again. Break into two packages. 2015-10-07 16:03:15 +03:00
Ingo Weinhold
c60ef3bce2 openjdk: Build with external zlib
* Patch the build system to allow building with an external zlib
  instead of using the included one. Since the included zlib symbols
  would be visible also to other JNI code (e.g. translators used by the
  SWT libs), this could cause problems where a newer version was
  required (e.g. libpng used by the PNG translator).
* Verified ALT_JDK_IMPORT_PATH as needed to be set.
2013-12-23 01:07:55 +01:00
Ingo Weinhold
2ceacd897f openjdk: Fix for missing java.lang.CharacterData* classes 2013-12-04 03:51:38 +01:00
Ingo Weinhold
91dc0dcc7e Make use of $ORIGIN in rpath now supported in Haiku 2013-11-26 22:51:02 +01:00
Ingo Weinhold
bd4216a951 openjdk: Update hard-coded library paths 2013-11-26 22:51:01 +01:00
Ingo Weinhold
587fb33a47 openjdk: Some hotspot build fixes, typo in recipe 2013-11-26 00:12:54 +01:00
Ingo Weinhold
9e27639aac openjdk: WIP recipe
Doesn't fully build yet. The build runs for a while, but eventually,
when building the jaxws/jaf sources, javac hangs. It blocks trying to
write to stderr, a pipe whose other end isn't read from (by Ant). I
haven't determined yet, whether the hang is an Ant bug and the issue
is javac simply encountering too many issues, or whether javac writing
a lot to stderr is just fine (verbose diagnostics?) and the hang is
actually a Haiku (pipe related?) bug, a combination of the two, or
something else entirely.
2013-11-12 03:06:42 +01:00
Scott McCreary
91070feda8 Updated openjdk bep and patch from GCI2012 student TriEdge AI. 2013-02-19 23:02:21 +00:00