| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Patching hotspot/src/cpu/ppc/vm/sharedRuntime_ppc.cpp is not necessary anymore.
|
| |
|
|
|
|
|
| |
Remove files/patch-hotspot_src_cpu_ppc_vm_sharedRuntime__ppc.cpp to fix patching.
I'm not sure why this patch was added. Removing it doesn't break build on powerpc64 (both elfv1 and elfv2). There's no include for alloca.h in sharedRuntime_ppc.cpp.
|
|
|
|
| |
Submitted by: Curtis Hamilton
|
| |
|
|
|
|
|
|
|
| |
This evidently breaks some software that does parsing of -version output
PR: 244634
Submitted by: Stefan Ehmann <shoesoft@gmx.net>
|
|
|
|
|
|
|
| |
I've tweaked the values suggested in the PR patch.
PR: 244634
Submitted by: Michael Osipov <michael.osipov@siemens.com>
|
|
|
|
|
|
|
|
|
|
| |
Chase the devel/libffi update
Bump portrevision of all dependent ports to chace shard library version bump
in libffi.
Update LIB_DEPENDS lines where needed to not require a specific version of
libffi.so.
PR: 247028 (for tracking)
|
| |
|
|
|
|
|
|
| |
A patch was mismerged in the previous update.
PR: 243454
|
|
|
|
| |
Security: https://openjdk.java.net/groups/vulnerability/advisories/2020-01-14
|
|
|
|
|
|
|
|
| |
Since the maintainer didn't respond, I'm adding the bootstrap to my own directory on freefall.
PR: 242965
Submitted by: Mikael Urankar (original version)
Approved by: java (maintainer timeout)
|
|
|
|
|
|
| |
* 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)
|
| |
|
|
|
|
|
| |
PR: 235453
Submitted by: John Hein <jcfyecrayz@liamekaens.com>
|
|
|
|
|
| |
PR: 241324
Submitted by: VVD <vvd@unislabs.com>
|
|
|
|
|
|
|
| |
* This gets the fontconfig patch applying cleanly and building. No idea
if it actually works or not.
PR: 241294
|
|
|
|
|
|
|
|
| |
* Load libnio in BsdNativeDispatcher, as per other OSes
* Export getmntonname0 from libnio
PR: 241317
Submitted by: cmt@
|
| |
|
|
|
|
|
| |
Should have been X11_MAKE_ENV. It has been that way since r451167
and this does not seem to have caused any trouble. Just drop it.
|
|
|
|
|
|
| |
* 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).
|
|
|
|
| |
* Use the latest cacerts file from Oracle's public distribution of 8u221.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* FreeBSD crashes on infinite recursion rather than throwing a stack
overflow because the stack address of the fault is in the page below
the guard area. Workaround this by rounding down the fault address to
the nearest page boundary. Investigation is still under way into what
may be causing this but this appears to prevent it in simple test cases.
PR: 222146
|
|
|
|
|
|
|
|
| |
* Updated the fontconfig.patch file
* Simplified FONTCONFIG to use EXTRA_PATCHES rather than a separate target
PR: 239358
Submitted by: John Hein <jcfyecrayz@liamekaens.com>, fluffy
|
|
|
|
|
| |
PR: 239368
Submitted by: pkubaj
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Previous commit was:
Always depend on fontconfig
PR: 237436
Submitted by: Dominik Lisiak <dominik.lisiak@bemsoft.pl>
|
|
|
|
|
| |
PR: 203862
Submitted by: Dominik Lisiak <dominik.lisiak@bemsoft.pl>
|
|
|
|
| |
Reported by: Charlie Li <ml+freebsd@vishwin.info>
|
|
|
|
|
| |
* Change master site to Github
* Remove patches and Makefile fixes that have been upstreamed to Github
|
|
|
|
| |
Approved by: portmgr (blanket)
|
| |
|
|
|
|
|
|
|
|
| |
missed during a large merge of the configuration file. This resulted in,
at least, macros affecting maths operations using the big endian rather
than the little endian versions.
PR: 234689
|
|
|
|
| |
PR: 234593
|
|
|
|
|
|
|
|
|
| |
leveraging the libinotify wrapper.
It's still possible to use the polling watchservice,
by defining the following system property:
sun.nio.fs.watchservice=polling
|
|
|
|
| |
in both Java IO and NIO.
|
|
|
|
|
| |
PR: 233883
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
|
|
|
|
|
| |
PR: 230321
Submitted by: Timo Voelker <timo.voelker@fh-muenster.de>
|
|
|
|
|
| |
PR: 223834
Submitted by: Curtis Hamilton <hamiltcl@verizon.net>
|
|
|
|
| |
PR: 230364
|
|
|
|
|
|
|
|
| |
- Use '-pthread' for Clang. Clang supports '-pthread' on all BSDs except
for Darwin. [1]
Reported by: Achilleas Mantzios <achill@matrix.gatewaynet.com> [1]
Tested by: Achilleas Mantzios <achill@matrix.gatewaynet.com> [1]
|
| |
|
| |
|
| |
|
|
|
|
| |
PR: 210297
|
|
|
|
|
| |
PR: 223589
Submitted by: bra@fsn.hu
|
|
|
|
|
|
|
|
| |
rendering and loading and may noticeably improves font rendering in Java
appications
PR: 215636
Submitted by: Dmitri Goutnik <dg@syrec.org>
|
|
|
|
|
|
|
|
|
|
|
|
| |
http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/8bd024c567e7
This patch complements the following commits.
http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/f8a45a60bc6b
http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/b1606443958a
http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/a3e756231625
Reported by: Mikaƫl Urankar (mikael.urankar@gmail.com) (via swills)
|