summaryrefslogtreecommitdiff
path: root/java/openjdk8/files/patch-bsd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* . Update to 8u51.Greg Lewis2015-07-191-386/+1344
|
* Do not use static libjli for stable/10 and head. This complements PR193009.Jung-uk Kim2015-05-191-43/+1
| | | | | | Re-apply r381431 while I am here. Submitted by: Kurt Miller <kurt@intricatesoftware.com>
* . Update to 8u45.Greg Lewis2015-05-061-309/+309
|
* Clean up patches again. No functional change.Jung-uk Kim2015-03-161-43/+1
|
* . Update to 8u40.Greg Lewis2015-03-151-813/+572
|
* - Revert all damages done in r372338 and r379049.Jung-uk Kim2015-02-271-44/+2
| | | | | | - Really fix non-release builds. [1] PR: 193009 [1]
* . Update to 8u31.Greg Lewis2015-02-021-372/+295
|
* - Add an empty directory to plist to fix staging.Jung-uk Kim2014-11-201-0/+11
| | | | | | | | - 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]
* - Fix build on i386 with clang. [1]Jung-uk Kim2014-11-111-4/+21
| | | | | | | | - Fix mismerged libnio.so. [2] Reported by: antoine [1] Tested by: antoine [1] PR: 194941 [2]
* . Update to 8u25.Greg Lewis2014-11-091-893/+4806
|
* Merge Linux-specific changes to BSD patches. Most importantly, this changeJung-uk Kim2014-10-301-0/+23
| | | | | | corrects 'os.arch' property for i386 to fix regressions. PR: 194419
* The MAP_NORESERVE flag to mmap() has never been implemented in FreeBSD andJohn Baldwin2014-10-181-1/+28
| | | | | | | | | 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)
* . Update to 8u11. This requires moving the patch file for 8u5 to startGreg Lewis2014-07-201-14/+5
| | | | with 8u05 to preserve patch file ordering.
* Implement current and signal methods for sun.nio.ch.NativeThread. Note thisJung-uk Kim2014-06-271-0/+51
| | | | | | | | 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>
* Fix printing services. When CUPS is used, ${LOCALBASE}/bin/lpr must be usedJung-uk Kim2014-05-211-6/+33
| | | | | | | | | 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).
* Always link libjli statically. When launchers are symlinked, it may not beJung-uk Kim2014-05-171-145/+170
| | | | | | | 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.
* Add support for java/icedtea-web. Clean up some patches while I am here.Jung-uk Kim2014-05-151-27/+33
|
* Merge more HotSpot patches from java/openjdk6 and clean up.Jung-uk Kim2014-05-011-963/+452
|
* - Unbreak libnet. Obviously, bsd_close.c must not be excluded for BSD.Jung-uk Kim2014-04-291-15/+64
| | | | | | | | - 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]
* Add couple of patches missed in the previous commit.Jung-uk Kim2014-04-281-0/+232
|
* Merge more patches for JDK from java/openjdk6 and clean up.Jung-uk Kim2014-04-281-35/+621
|
* - Disable ccache. Precompiled headers seem to cause troubles with it. [1]Jung-uk Kim2014-04-251-38/+2831
| | | | | | - Add more BSD patches for Java files and fix endianness issues for C files. Reported by: Jenkins (via swills) [1]
* Update to 8u5.Jung-uk Kim2014-04-211-0/+11
|
* Add a port of OpenJDK8.Jung-uk Kim2014-03-281-0/+6843
Submitted by: Brian Gardner <openjdk@getsnappy.com> (preliminary version)