summaryrefslogtreecommitdiff
path: root/java/openjdk8/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Allow building with either giflib 4.2 or 5.0Antoine Brodin2014-12-271-0/+14
| | | | Notes: svn path=/head/; revision=375672
* Turn off -Werror for Clang 3.5+ and revert r374780 for now.Jung-uk Kim2014-12-161-270/+0
| | | | Notes: svn path=/head/; revision=374824
* Add an upstream patch to remove adlc's unused class FileBuffRegion.Jung-uk Kim2014-12-161-0/+270
| | | | | | | | | | | https://bugs.openjdk.java.net/browse/JDK-8041620 Note this is an attempt to fix build with upcoming Clang 3.5. Obtained from: jdk9 Notes: svn path=/head/; revision=374780
* - 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] Notes: svn path=/head/; revision=372834
* - 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] Notes: svn path=/head/; revision=372474
* . Update to 8u25.Greg Lewis2014-11-0913-1371/+414653
| | | | Notes: svn path=/head/; revision=372338
* 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 Notes: svn path=/head/; revision=371759
* 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) Notes: svn path=/head/; revision=371117
* Fix build with gmake 4.1Baptiste Daroussin2014-10-081-0/+11
| | | | Notes: svn path=/head/; revision=370420
* . Don't hardcode /bin/bash. Fixes build trace output.Greg Lewis2014-07-201-0/+11
| | | | Notes: svn path=/head/; revision=362358
* . Update to 8u11. This requires moving the patch file for 8u5 to startGreg Lewis2014-07-203-14/+6009
| | | | | | | with 8u05 to preserve patch file ordering. Notes: svn path=/head/; revision=362333
* 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> Notes: svn path=/head/; revision=359595
* Fix printing services. When CUPS is used, ${LOCALBASE}/bin/lpr must be usedJung-uk Kim2014-05-212-6/+67
| | | | | | | | | | | | 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). Notes: svn path=/head/; revision=354762
* Always link libjli statically. When launchers are symlinked, it may not beJung-uk Kim2014-05-173-153/+177
| | | | | | | | | | 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. Notes: svn path=/head/; revision=354285
* Add support for java/icedtea-web. Clean up some patches while I am here.Jung-uk Kim2014-05-155-27/+170
| | | | Notes: svn path=/head/; revision=354182
* Merge more HotSpot patches from java/openjdk6 and clean up.Jung-uk Kim2014-05-011-963/+452
| | | | Notes: svn path=/head/; revision=352721
* - 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] Notes: svn path=/head/; revision=352573
* Add couple of patches missed in the previous commit.Jung-uk Kim2014-04-281-0/+232
| | | | Notes: svn path=/head/; revision=352548
* Merge more patches for JDK from java/openjdk6 and clean up.Jung-uk Kim2014-04-286-81/+658
| | | | Notes: svn path=/head/; revision=352544
* - 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] Notes: svn path=/head/; revision=352085
* Update to 8u5.Jung-uk Kim2014-04-214-0/+13947
| | | | Notes: svn path=/head/; revision=351721
* Add a port of OpenJDK8.Jung-uk Kim2014-03-2813-0/+8545
Submitted by: Brian Gardner <openjdk@getsnappy.com> (preliminary version) Notes: svn path=/head/; revision=349468