non port: java/openjdk8/files/patch-bsd |
Number of commits found: 42 |
Friday, 19 Apr 2019
|
16:31 glewis
* Update to 8u212.
* Change master site to Github
* Remove patches and Makefile fixes that have been upstreamed to Github
 |
Tuesday, 12 Feb 2019
|
11:48 glewis
. Update to 8u202.
 |
Saturday, 8 Dec 2018
|
18:35 glewis
. Update to 8u192.
PR: 230364
 |
Saturday, 8 Sep 2018
|
20:53 glewis
. Update to 8u181.
 |
Monday, 21 May 2018
|
00:03 glewis
. Update to 8u172.
 |
Saturday, 3 Feb 2018
|
21:41 glewis
. Update to 8u162.
 |
Sunday, 19 Nov 2017
|
05:14 glewis
. Update to 8u152.
 |
Sunday, 27 Aug 2017
|
17:48 glewis
. Update to 8u144.
 |
Wednesday, 19 Apr 2017
|
13:36 glewis
Update to 8u131.
 |
Sunday, 29 Jan 2017
|
07:08 glewis
. Update to 8u121.
 |
Thursday, 29 Dec 2016
|
07:50 glewis
. Add support for the HotSpot Serviceability Agent for ppc64.
. 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>
 |
Sunday, 30 Oct 2016
|
03:51 glewis
. Update to 8u112.
 |
Saturday, 30 Jul 2016
|
13:55 glewis
. Update to 8u102.
 |
Saturday, 18 Jun 2016
|
05:44 glewis
. Regenerate patch-bsd and patch-bsd-test. This obsoletes another patch
and should also fix ppc64 support.
 |
Tuesday, 17 May 2016
|
05:14 glewis
. Update to 8u92.
 |
Sunday, 31 Jan 2016
|
19:37 glewis
. Update to 8u72.
 |
Sunday, 13 Dec 2015
|
00:50 glewis
. Update to 8u66.
 |
Monday, 7 Sep 2015
|
09:41 glewis
. Update to 8u60.
 |
Sunday, 19 Jul 2015
|
14:23 glewis
. Update to 8u51.
 |
Tuesday, 19 May 2015
|
22:13 jkim
Do not use static libjli for stable/10 and head. This complements PR193009.
Re-apply r381431 while I am here.
Submitted by: Kurt Miller <kurt@intricatesoftware.com>
 |
Wednesday, 6 May 2015
|
07:03 glewis
. Update to 8u45.
 |
Monday, 16 Mar 2015
|
18:53 jkim
Clean up patches again. No functional change.
 |
Sunday, 15 Mar 2015
|
21:30 glewis
. Update to 8u40.
 |
Friday, 27 Feb 2015
|
06:54 jkim
- Revert all damages done in r372338 and r379049.
- Really fix non-release builds. [1]
PR: 193009 [1]
 |
Monday, 2 Feb 2015
|
06:27 glewis
. Update to 8u31.
 |
Thursday, 20 Nov 2014
|
04:37 jkim
- Add an empty directory to plist to fix staging.
- Fix build for 8.x on amd64. [1]
- Use tar(1) to extract all distfiles. [2]
PR: 194988 [1]
Submitted by: Mikhail T. (mi at aldan dot algebra dot com) [2]
 |
Tuesday, 11 Nov 2014
|
23:53 jkim
- Fix build on i386 with clang. [1]
- Fix mismerged libnio.so. [2]
Reported by: antoine [1]
Tested by: antoine [1]
PR: 194941 [2]
 |
Sunday, 9 Nov 2014
|
05:23 glewis
. Update to 8u25.
 |
Thursday, 30 Oct 2014
|
16:30 jkim
Merge Linux-specific changes to BSD patches. Most importantly, this change
corrects 'os.arch' property for i386 to fix regressions.
PR: 194419
 |
Saturday, 18 Oct 2014
|
12:20 jhb
The MAP_NORESERVE flag to mmap() has never been implemented in FreeBSD and
is being removed. No portrev bump needed since the kernel will continue to
accept this flag for old binaries even after support for it in new binaries
is removed.
PR: 193961
Approved by: portmgr (antoine)
 |
Sunday, 20 Jul 2014
|
17:00 glewis
. Update to 8u11. This requires moving the patch file for 8u5 to start
with 8u05 to preserve patch file ordering.
 |
Friday, 27 Jun 2014
|
18:41 jkim
Implement current and signal methods for sun.nio.ch.NativeThread. Note this
fixes a test case in the following Apache Solr bug report.
https://issues.apache.org/jira/browse/SOLR-6204
Reported by: Dawid Weiss <dawid.weiss@gmail.com>
 |
Wednesday, 21 May 2014
|
20:06 jkim
Fix printing services. When CUPS is used, ${LOCALBASE}/bin/lpr must be used
to print a generated PostScript file. When lpd(8) is used, lpr(1) from base
must be used. Also, status command for lpc(8) requires a printer name. If
no argument is specified, i.e., "/usr/sbin/lpc status", then it displays the
command usage, i.e., "usage: status {all | printer ...}". Unfortunately,
"usage" is interpreted as a printer name because ":" is included. Add "all"
and adjust an expression for grep(1).
 |
Saturday, 17 May 2014
|
06:14 jkim
Always link libjli statically. When launchers are symlinked, it may not be
able to find libjli.so from RPATH because argv[0] points to the symlink.
Note it seems Linux does not have the problem when /proc/self/exe exists.
If it does not exist, it also fails to find libjli.so. Clean up patches
while I am here.
 |
Thursday, 15 May 2014
|
23:53 jkim
Add support for java/icedtea-web. Clean up some patches while I am here.
 |
Thursday, 1 May 2014
|
04:43 jkim
Merge more HotSpot patches from java/openjdk6 and clean up.
 |
Tuesday, 29 Apr 2014
|
05:25 jkim
- Unbreak libnet. Obviously, bsd_close.c must not be excluded for BSD.
- Move jspawnhelper to jre/lib/<arch> directory as Solaris does. [1]
- Add sigset(2) wrapper for libsig.so.
- Disable UseMembar by default.
Inspired by: Kurt Miller (kurt at intricatesoftware dot com) [1]
 |
Monday, 28 Apr 2014
|
19:43 jkim
Add couple of patches missed in the previous commit.
 |
19:27 jkim
Merge more patches for JDK from java/openjdk6 and clean up.
 |
Friday, 25 Apr 2014
|
05:02 jkim
- Disable ccache. Precompiled headers seem to cause troubles with it. [1]
- Add more BSD patches for Java files and fix endianness issues for C files.
Reported by: Jenkins (via swills) [1]
 |
Monday, 21 Apr 2014
|
21:30 jkim
Update to 8u5.
 |
Friday, 28 Mar 2014
|
22:11 jkim
Add a port of OpenJDK8.
Submitted by: Brian Gardner <openjdk@getsnappy.com> (preliminary version)
 |
Number of commits found: 42 |