aboutsummaryrefslogtreecommitdiff
path: root/java/openjdk8-jre
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* . Update to 8u25.Greg Lewis2014-11-091-1/+0
| | | | Notes: svn path=/head/; revision=372338
* Merge Linux-specific changes to BSD patches. Most importantly, this changeJung-uk Kim2014-10-301-1/+1
| | | | | | | | | corrects 'os.arch' property for i386 to fix regressions. PR: 194419 Notes: svn path=/head/; revision=371759
* Implement current and signal methods for sun.nio.ch.NativeThread. Note thisJung-uk Kim2014-06-271-1/+1
| | | | | | | | | | | 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-211-1/+1
| | | | | | | | | | | | 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-171-1/+1
| | | | | | | | | | 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-151-1/+1
| | | | Notes: svn path=/head/; revision=354182
* Add a separate comment for the package.Jung-uk Kim2014-05-021-0/+2
| | | | Notes: svn path=/head/; revision=352834
* Add a slave port to create JRE-only package for java/openjdk8.Jung-uk Kim2014-05-021-0/+9
Notes: svn path=/head/; revision=352833