Jung-uk Kim
d0b0657655
Clean up patches again. No functional change.
2015-03-16 18:53:10 +00:00
Greg Lewis
72d2e02134
. Update to 8u40.
2015-03-15 21:30:04 +00:00
Jung-uk Kim
6a5bb1c2f8
- Revert all damages done in r372338 and r379049.
...
- Really fix non-release builds. [1]
PR: 193009 [1]
2015-02-27 06:54:30 +00:00
Jung-uk Kim
6ff1cd31f3
Properly use BLOCKING_IO_RETURN_INT() macro for NET_Accept().
2015-02-16 23:58:16 +00:00
Jung-uk Kim
ea9a2868cf
Remove redundant linker options added in r379049.
2015-02-16 23:48:19 +00:00
Greg Lewis
2c4da2b583
. Fix the DEBUG build.
...
PR: 193009
Submitted by: Brian Gardner (openjdk@getsnappy.com )
2015-02-15 21:18:12 +00:00
Greg Lewis
3bc2661ea9
. Update to 8u31.
2015-02-02 06:27:11 +00:00
Antoine Brodin
2fde215147
Allow building with either giflib 4.2 or 5.0
2014-12-27 07:37:59 +00:00
Jung-uk Kim
7df9bf91d2
Turn off -Werror for Clang 3.5+ and revert r374780 for now.
2014-12-16 21:37:30 +00:00
Jung-uk Kim
73bb14c0e3
Add an upstream patch to remove adlc's unused class FileBuffRegion.
...
https://bugs.openjdk.java.net/browse/JDK-8041620
Note this is an attempt to fix build with upcoming Clang 3.5.
Obtained from: jdk9
2014-12-16 00:25:58 +00:00
Jung-uk Kim
bb07796994
- 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]
2014-11-20 04:37:20 +00:00
Jung-uk Kim
c8829a2519
- Fix build on i386 with clang. [1]
...
- Fix mismerged libnio.so. [2]
Reported by: antoine [1]
Tested by: antoine [1]
PR: 194941 [2]
2014-11-11 23:53:59 +00:00
Greg Lewis
ec0ba98b99
. Update to 8u25.
2014-11-09 05:23:31 +00:00
Jung-uk Kim
b81354a1df
Merge Linux-specific changes to BSD patches. Most importantly, this change
...
corrects 'os.arch' property for i386 to fix regressions.
PR: 194419
2014-10-30 16:30:36 +00:00
John Baldwin
1ebd0e3345
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)
2014-10-18 12:20:42 +00:00
Baptiste Daroussin
4064c61d2c
Fix build with gmake 4.1
2014-10-08 07:25:18 +00:00
Greg Lewis
6aff7f3a8a
. Don't hardcode /bin/bash. Fixes build trace output.
2014-07-20 19:33:08 +00:00
Greg Lewis
fafc5e69ef
. Update to 8u11. This requires moving the patch file for 8u5 to start
...
with 8u05 to preserve patch file ordering.
2014-07-20 17:00:57 +00:00
Jung-uk Kim
6d8c62429c
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>
2014-06-27 18:41:19 +00:00
Jung-uk Kim
0702846b6c
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).
2014-05-21 20:06:16 +00:00
Jung-uk Kim
a548434ab2
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.
2014-05-17 06:14:58 +00:00
Jung-uk Kim
86dcea5c7a
Add support for java/icedtea-web. Clean up some patches while I am here.
2014-05-15 23:53:56 +00:00
Jung-uk Kim
09a9ed6002
Merge more HotSpot patches from java/openjdk6 and clean up.
2014-05-01 04:43:39 +00:00
Jung-uk Kim
50649382a2
- 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]
2014-04-29 05:25:45 +00:00
Jung-uk Kim
272cfd36b7
Add couple of patches missed in the previous commit.
2014-04-28 19:43:16 +00:00
Jung-uk Kim
e3b3ad973c
Merge more patches for JDK from java/openjdk6 and clean up.
2014-04-28 19:27:48 +00:00
Jung-uk Kim
db1cc7694d
- 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]
2014-04-25 05:02:35 +00:00
Jung-uk Kim
70c243430e
Update to 8u5.
2014-04-21 21:30:04 +00:00
Jung-uk Kim
aa8f38c3b6
Add a port of OpenJDK8.
...
Submitted by: Brian Gardner <openjdk@getsnappy.com> (preliminary version)
2014-03-28 22:11:29 +00:00