| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=562170
|
|
|
|
|
|
|
|
|
|
| |
This mostly adds powerpc64le in places where there's only powerpc64.
PR: 251263
Approved by: java (maintainer timeout)
Notes:
svn path=/head/; revision=556940
|
|
|
|
|
|
|
|
|
| |
The previous patch didn't check for architecture.
PR: 243183
Notes:
svn path=/head/; revision=523231
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=523224
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
. 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
|
|
* 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
|