summaryrefslogtreecommitdiff
path: root/java/openjdk11/files/patch-make_autoconf_flags-cflags.m4 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 11.0.10 GAGreg Lewis2021-01-211-17/+0
| | | | Notes: svn path=/head/; revision=562170
* java/openjdk11: add powerpc64le supportPiotr Kubaj2020-12-031-1/+5
| | | | | | | | | | This mostly adds powerpc64le in places where there's only powerpc64. PR: 251263 Approved by: java (maintainer timeout) Notes: svn path=/head/; revision=556940
* java/openjdk11: correctly patch openejdk11 for ppc64 elfv2Piotr Kubaj2020-01-161-0/+13
| | | | | | | | | The previous patch didn't check for architecture. PR: 243183 Notes: svn path=/head/; revision=523231
* Revert r523182, it breaks build on tier 1Antoine Brodin2020-01-161-11/+0
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=523224
* java/openjdk11: add bootstrap and fix compilation for powerpc64 elfv2Piotr Kubaj2020-01-151-0/+11
| | | | | | | | | | | | | | | | Add bootstrap 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. I assume here that GCC will be used exclusively on ELFv1 systems and Clang on ELFv2. PR: 243182 Approved by: glewis (maintainer) Notes: svn path=/head/; revision=523182
* . Update to 11.0.2.9.4Greg Lewis2019-03-291-11/+0
| | | | | | | | | | . 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. Notes: svn path=/head/; revision=497064
* Fixes for include path, jshell, and process issues.Greg Lewis2019-03-261-0/+11
* Put MD specific include files (e.g. jni_md.h) in a subdirectory named 'freebsd' rather than 'bsd'. [1] * Remove the necessity to always have /usr/local/include in the header paths and linker paths. This allows jshell to use the system iconv.h rather than the third party one and link correctly. [2] * Fix getting process commands and arguments on FreeBSD. * Bump PORTREVISION. All fixes need forward porting to openjdk12. PR: 236754 [1], 236759 [2] Submitted by: Kurt Miller [2] Notes: svn path=/head/; revision=496923