aboutsummaryrefslogtreecommitdiff
path: root/java/openjdk8
Commit message (Collapse)AuthorAgeFilesLines
* . Don't hardcode /bin/bash. Fixes build trace output.Greg Lewis2014-07-201-0/+11
| | | | Notes: svn path=/head/; revision=362358
* . Introduce a DIST_BUILD_NUMBER variable and refer to that in both DISTNAMEGreg Lewis2014-07-201-2/+4
| | | | | | | | | | | and MASTER_SITES. This fixes the download URL. [1] . Add a dependency on fontconfig. [2] Pointed out by: Chris Sabo <csabo2@gmail.com> [1] Requested by: Michael Schmiedgen <schmiedgen@takwa.de> [2] Notes: svn path=/head/; revision=362356
* . Update to 8u11. This requires moving the patch file for 8u5 to startGreg Lewis2014-07-204-17/+6011
| | | | | | | 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-272-1/+52
| | | | | | | | | | | 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-213-7/+69
| | | | | | | | | | | | 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-174-154/+178
| | | | | | | | | | 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-156-33/+176
| | | | Notes: svn path=/head/; revision=354182
* Add a slave port to create JRE-only package for java/openjdk8.Jung-uk Kim2014-05-021-17/+42
| | | | Notes: svn path=/head/; revision=352833
* Merge more HotSpot patches from java/openjdk6 and clean up.Jung-uk Kim2014-05-012-975/+468
| | | | Notes: svn path=/head/; revision=352721
* - Unbreak libnet. Obviously, bsd_close.c must not be excluded for BSD.Jung-uk Kim2014-04-292-23/+70
| | | | | | | | | | | - 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-287-85/+662
| | | | Notes: svn path=/head/; revision=352544
* - Disable ccache. Precompiled headers seem to cause troubles with it. [1]Jung-uk Kim2014-04-252-40/+2837
| | | | | | | | | - 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-215-10/+13956
| | | | Notes: svn path=/head/; revision=351721
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* Fix build on 8.3. We still have to support it for few more weeks.Jung-uk Kim2014-04-031-0/+4
| | | | Notes: svn path=/head/; revision=350044
* - Fix a typo, which may add an unnecessary run-time dependency.Jung-uk Kim2014-03-311-5/+5
| | | | | | | | | - Prefer PKGNAMESUFFIX to deprecated LATEST_LINK. Reported by: sunpoet Notes: svn path=/head/; revision=349803
* Add a port of OpenJDK8.Jung-uk Kim2014-03-2817-0/+8779
Submitted by: Brian Gardner <openjdk@getsnappy.com> (preliminary version) Notes: svn path=/head/; revision=349468