| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=492485
|
|
|
|
|
|
|
| |
PR: 234593
Notes:
svn path=/head/; revision=490617
|
|
|
|
|
|
|
|
|
|
|
|
| |
leveraging the libinotify wrapper.
It's still possible to use the polling watchservice,
by defining the following system property:
sun.nio.fs.watchservice=polling
Notes:
svn path=/head/; revision=488523
|
|
|
|
|
|
|
| |
in both Java IO and NIO.
Notes:
svn path=/head/; revision=488521
|
|
|
|
|
|
|
|
| |
PR: 233883
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Notes:
svn path=/head/; revision=487219
|
|
|
|
|
|
|
|
| |
PR: 230321
Submitted by: Timo Voelker <timo.voelker@fh-muenster.de>
Notes:
svn path=/head/; revision=486983
|
|
|
|
|
|
|
|
| |
PR: 223834
Submitted by: Curtis Hamilton <hamiltcl@verizon.net>
Notes:
svn path=/head/; revision=486976
|
|
|
|
|
|
|
| |
PR: 230364
Notes:
svn path=/head/; revision=486973
|
|
|
|
|
|
|
|
|
|
|
| |
- 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]
Notes:
svn path=/head/; revision=485094
|
|
|
|
| |
Notes:
svn path=/head/; revision=479258
|
|
|
|
| |
Notes:
svn path=/head/; revision=473801
|
|
|
|
| |
Notes:
svn path=/head/; revision=470492
|
|
|
|
|
|
|
| |
PR: 210297
Notes:
svn path=/head/; revision=463688
|
|
|
|
|
|
|
|
| |
PR: 223589
Submitted by: bra@fsn.hu
Notes:
svn path=/head/; revision=463588
|
|
|
|
|
|
|
|
|
|
|
| |
rendering and loading and may noticeably improves font rendering in Java
appications
PR: 215636
Submitted by: Dmitri Goutnik <dg@syrec.org>
Notes:
svn path=/head/; revision=463545
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=463156
|
|
|
|
|
|
|
|
| |
PR: 225741
Submitted by: dim@
Notes:
svn path=/head/; revision=461197
|
|
|
|
| |
Notes:
svn path=/head/; revision=460849
|
|
|
|
|
|
|
|
|
|
|
|
| |
Note this problem was introduced with fixes for JDK-8055007.
https://bugs.java.com/view_bug.do?bug_id=8055007
http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/changeset/c6211b707068
PR: 225054
Notes:
svn path=/head/; revision=459368
|
|
|
|
|
|
|
|
| |
devel/autoconf. The upstream build system runs autoconf to regenerate
generated-configure.sh.
Notes:
svn path=/head/; revision=457243
|
|
|
|
|
|
|
|
|
|
| |
This fixes binding sockets for applications running on IPv6.
PR: 224079
Submitted by: John W. O'Brien <john@saltant.com>
Notes:
svn path=/head/; revision=457209
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Excerpted from the original submission:
"FreeBSD on several architectures automatically utilizes superpages. So,
for the JVM's JIT-compiled code cache and data heap, much of those regions
are already using superpages. However, the -XX:+UseLargePages option still
serves a useful, if secondary, purpose on FreeBSD. Essentially, it informs
the JVM's platform-independent layer what the supported page sizes are. So,
when memory is mmap(2)ed and munmap(2)ed within the code cache and data
heap, the addresses and sizes will be superpage-aligned and a multiple of
the superpage size, respectively. Currently, without this patch, the code
cache, for example, typically starts at an unaligned address, so the initial
portion of the code cache can never be a superpage. Similarly, unaligned
munmap(2)s on the data heap force the kernel to demote superpages to 4KB
pages, and this patch eliminates those demotions.
This patch both introduces the code needed on FreeBSD to implement
-XX:+UseLargePages and deletes code that was copied from Linux that is, to
the best of my knowledge, useless on any version of BSD, i.e., UseHugeTLBFS
and UseSHM. The additions are in part based on the Solaris version of
os_solaris.cpp, e.g., the sorting of the page sizes array."
Note I did minor style cleanup and regenerated the patches.
Submitted by: alc
Notes:
svn path=/head/; revision=455243
|
|
|
|
| |
Notes:
svn path=/head/; revision=454477
|
|
|
|
|
|
|
| |
It was accidentally broken by r450869.
Notes:
svn path=/head/; revision=453315
|
|
|
|
|
|
|
| |
PR: 223231
Notes:
svn path=/head/; revision=453314
|
|
|
|
| |
Notes:
svn path=/head/; revision=451167
|
|
|
|
|
|
|
| |
PR: 222750
Notes:
svn path=/head/; revision=451162
|
|
|
|
| |
Notes:
svn path=/head/; revision=450869
|
|
|
|
|
|
|
|
| |
Note PORTREVISION is not bumped because it only affects a kernel without
"options COMPAT_FREEBSD11".
Notes:
svn path=/head/; revision=449382
|
|
|
|
|
|
|
|
|
|
|
| |
'armv7'. This patch adds armv7 support. It should provide no regression
on any existing architecture.
PR: 221896
Approved by: maintainer
Notes:
svn path=/head/; revision=449081
|
|
|
|
| |
Notes:
svn path=/head/; revision=448833
|
|
|
|
|
|
|
|
|
|
|
|
| |
support and build the JDK without an ALSA dependency
PR: 219125
Reviewed by: jbeich
Approved by: mat (mentor), java (maintainer timeout, 6+ weeks)
Differential Revision: https://reviews.freebsd.org/D11331
Notes:
svn path=/head/; revision=444448
|
|
|
|
|
|
|
|
|
|
| |
While here, sort ARCHS and pet portlint.
Reviewed by: imp
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=444416
|
|
|
|
| |
Notes:
svn path=/head/; revision=438840
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
http://bugs.java.com/view_bug.do?bug_id=6900441
While we are at it, merge fix for JDK-8029453.
http://bugs.java.com/view_bug.do?bug_id=8029453
Note JDK-8029453 only affects us when "-XX:WorkAroundNPTLTimedWaitHang=0" is
forcibly set.
Reported by: 张泽鹏 (redraiment at gmail dot com)
Tested by: 张泽鹏 (redraiment at gmail dot com)
Notes:
svn path=/head/; revision=438460
|
|
|
|
|
|
|
| |
PR: 216738
Notes:
svn path=/head/; revision=433180
|
|
|
|
|
|
|
| |
PR: r216595
Notes:
svn path=/head/; revision=432874
|
|
|
|
| |
Notes:
svn path=/head/; revision=432697
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
locale set by the user. Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well. The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.
Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).
PR: 215882
Exp-run by: antoine
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=431796
|
|
|
|
|
|
|
|
| |
PR: 216016
Submitted by: jbeich@
Notes:
svn path=/head/; revision=431607
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=430947
|
|
|
|
|
|
|
|
| |
PR: 212709
Submitted by: Curtis Hamilton <hamiltcl@verizon.net>
Notes:
svn path=/head/; revision=430424
|
|
|
|
|
|
|
|
|
|
|
| |
. This also pulls in some OpenBSD tweaks, I believe. These should be a
no-op for FreeBSD though.
PR: 212709 (partial)
Submitted by: Curtis Hamilton <hamiltcl@verizon.net>
Notes:
svn path=/head/; revision=429875
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It defaults to on. Disabling it will remove X support from Java, and reduce
X-related dependencies.
PR: 210000
Reviewed by: brd
Approved by: brd (ports)
Approved by: glewis (maintainer timeout)
Sponsored by: Spectra Logic Corp
Differential Revision: https://reviews.freebsd.org/D6698
Notes:
svn path=/head/; revision=428241
|
|
|
|
| |
Notes:
svn path=/head/; revision=424926
|
|
|
|
|
|
|
| |
Notable change is the inclusion of Let's Encrypt CA.
Notes:
svn path=/head/; revision=424546
|
|
|
|
|
|
|
|
|
|
| |
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Notes:
svn path=/head/; revision=424411
|
|
|
|
|
|
|
|
|
|
|
| |
analysing core dumps.
. Bump PORTREVISION.
PR: 211196
Submitted by: Ron Roskens <ronald.roskens@gmail.com>
Notes:
svn path=/head/; revision=421302
|
|
|
|
|
|
|
|
|
| |
VFPv3 or later, i.e., only VFPv1 and VFPv2 require this hack.
https://svnweb.freebsd.org/changeset/base/288983
Notes:
svn path=/head/; revision=420940
|
|
|
|
| |
Notes:
svn path=/head/; revision=419370
|