notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: java/openjdk8/Makefile

Number of commits found: 180 (showing only 80 on this page)

«  1 | 2 

Sunday, 15 Jan 2017
22:51 glewis search for other commits by this committer
. Fix compilation with Clang 4.0

PR:		216016
Submitted by:	jbeich@
Original commitRevision:431607 
Monday, 9 Jan 2017
13:16 amdmi3 search for other commits by this committer
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL

Approved by:	portmgr blanket
Original commitRevision:430947 
Monday, 2 Jan 2017
23:45 glewis search for other commits by this committer
. Add powerpc64 support.

PR:		212709
Submitted by:	Curtis Hamilton <hamiltcl@verizon.net>
Original commitRevision:430424 
Friday, 9 Dec 2016
20:30 asomers search for other commits by this committer
Add an X11 option to java/openjdk[78]

It defaults to on.  Disabling it will remove X support from Java, and reduce
X-related dependencies.

PR:		210000
Reviewed by:	brd
Approved by:	brd (ports)
Approved by:	glewis (maintainer timeout)
Sponsored by:	Spectra Logic Corp
Differential Revision:	https://reviews.freebsd.org/D6698
Original commitRevision:428241 
Sunday, 30 Oct 2016
03:51 glewis search for other commits by this committer
. Update to 8u112.
Original commitRevision:424926 
Monday, 24 Oct 2016
08:53 ale search for other commits by this committer
Update cacerts file using the one included in 8u111 release.

Notable change is the inclusion of Let's Encrypt CA.
Original commitRevision:424546 
Friday, 21 Oct 2016
12:51 mat search for other commits by this committer
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Original commitRevision:424411 
Sunday, 4 Sep 2016
04:06 glewis search for other commits by this committer
. Include the thread id so that jstack can provide stack traces when
  analysing core dumps.
. Bump PORTREVISION.

PR:		211196
Submitted by:	Ron Roskens <ronald.roskens@gmail.com>
Original commitRevision:421302 
Friday, 26 Aug 2016
18:29 jkim search for other commits by this committer
Make the FPU hack for ARM optional.  Note this hack is not necessary for
VFPv3 or later, i.e., only VFPv1 and VFPv2 require this hack.

https://svnweb.freebsd.org/changeset/base/288983
Original commitRevision:420940 
Sunday, 31 Jul 2016
12:51 bapt search for other commits by this committer
More typos
Original commitRevision:419370 
12:43 bapt search for other commits by this committer
Use the new @javavm
Original commitRevision:419367 
Saturday, 30 Jul 2016
13:55 glewis search for other commits by this committer
. Update to 8u102.
Original commitRevision:419318 
Thursday, 16 Jun 2016
06:24 glewis search for other commits by this committer
. Fix a double free bug.  This is pulled from upstream.
. Bump PORTREVISION.

PR:		210226
Submitted by:	girgen@
Original commitRevision:416952 
Monday, 13 Jun 2016
12:00 jkim search for other commits by this committer
Unbreak arm.

- Remove armv6hf because it is default now.
- Merge a HotSpot fix from src/os_cpu/linux_zero/vm/os_linux_zero.cpp.
http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/c6ef40024aa2
- Add an upstream patch to unbreak Zero.
http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/8f58998958ca
- Extend PR209599 to cover arm platforms.
Original commitRevision:416839 
Sunday, 12 Jun 2016
21:56 glewis search for other commits by this committer
. Use poll() rather than select() on BSD to avoid crashes during network
  timeouts.  This is forwarded ported from OpenJDK 7.
. Bump PORTREVISION for this fix.

PR:		210191
Submitted by:	Andrew Smith <iamasmith.home@gmail.com>
Original commitRevision:416826 
Tuesday, 17 May 2016
05:14 glewis search for other commits by this committer
. Update to 8u92.
Original commitRevision:415373 
Friday, 1 Apr 2016
14:08 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412347 
Sunday, 27 Mar 2016
23:02 glewis search for other commits by this committer
. Update to 8u77.
Original commitRevision:412020 
Friday, 11 Mar 2016
11:53 tijl search for other commits by this committer
Combine print/cups-base, print/cups-client and print/cups-image into
print/cups and update it to 2.1.3.  Also remove print/cups-pstoraster,
improve print/cups-filters, print/foomatic-* and update print/hplip to
3.16.2.

Long description:

First some background.  When you hand a file to cups it sets up a chain of
filter programs that converts the file to something a printer understands.
Each filter has a cost associated with it and cups tries to find the
cheapest chain.  Costs used to be configured in such a way that files were
first converted to PostScript.  This could then be manipulated further (e.g.
putting multiple pages on one sheet) before finally being sent to a
PostScript printer or another filter like pstoraster which produces a raster
format understood by non-PostScript printer drivers.  Nowadays most filters
have been moved from cups to cups-filters and they have been configured to
use PDF as an intermediate format instead of PostScript.

Merging of cups-base, cups-client and cups-image into print/cups:
- cups-image provides a library to work with the cups raster format.  It is
  only used to implement filters and printer drivers and these only exist
  in the context of a cups server so there's no need to separate this from
  cups-base.
- cups-client provides a library that allows applications to print via cups.
  It is possible to use the library to access a remote cups server without
  running a local cups server, but such a setup is discouraged and the
  configuration file to set this up has been marked deprecated.  It is
  better to run a local cups server and let that talk to the remote cups
  server because then you have the benefits of local job queuing in case the
  remote server is down or busy.  Given this and the fact that without
  filters cups-base is now smaller than it used to be it makes sense to
  merge the ports.  The patch also adds options IPPTOOL, DOCS and NLS which
  when disabled make the new cups package smaller than the current
  cups-client package.  Merging the ports also prevents problems with
  options like ZEROCONF being configured differently in both ports.
- print/cups was a metaport that depended on cups-base and some filters.
  There isn't really a need for such a metaport so cups-base can be renamed
  to cups.  The filters can be depended on by printer drivers such as hplip
  if they need them.

Additional changes to the new print/cups:
- Clean up the patches.  They seem to have been regenerated with post-patch
  changes included.
- Add a patch to prevent intermediate conversion to PDF when a PostScript
  file is sent to a PostScript printer when cups-filters is installed.
- Fix the PAM configuration file.
- Add a patch to let the server search /usr/local/share/ppd like on Linux so
  other ports don't have to add links to it.
- Remove ulpt(4) helper scripts.  The port uses libusb with ugen(4).
- Remove support for mDNSResponder.  cups-filters only supports Avahi.
- Combine ICONS and XDG_OPEN options into an X11 option to support WITHOUT_X11.
- Optionally depend on colord for ICC profile support.
- Various smaller changes.

Changes to print/cups-filters:
- Let the cups_browsed rc.d script depend on cupsd and avahi_daemon instead
  of LOGIN.
- Development of foomatic-filters has been moved to cups-filters so let this
  port install foomatic related files and add foomatic-filters to CONFLICTS.
- Fix location of liblouis tables.
- Add patch to fix ICC support.

Changes to print/cups-pstoraster:
This port is essentially an old version of Ghostscript plus a cups filter.
It's no longer developed.  This commit removes it and changes existing
dependencies to print/cups-filters which depends on print/ghostscript* and
includes a gstoraster filter that can handle both PostScript and PDF.

Changes to print/foomatic-db*:
Remove old MASTER_SITES and dependencies and eliminate PKGNAMEPREFIX.

Changes to print/foomatic-filters:
Install beh backend with its original name again and add cups-filters to
CONFLICTS.

Changes to print/hplip:
- Stop installing hpijs/foomatic-rip support.  This is no longer supported
  upstream.
- Stop installing hpcups PPDs.  These are now automatically generated.  The
  bundled PPDs are generated for an older version of cups.
- Rename the QT option to X11 to support WITHOUT_X11.
- Simplify the patches now that ports are installed in a staging area.
- Add a patch to set SO_REUSEPORT (next to SO_REUSEADDR) on the mDNS socket
  like avahi-daemon does.  This fixes Zeroconf support for HP network
  printers.

PR:		207746
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:410825 
Sunday, 31 Jan 2016
19:37 glewis search for other commits by this committer
. Update to 8u72.
Original commitRevision:407661 
Tuesday, 5 Jan 2016
22:39 jkim search for other commits by this committer
- Partially implement getThreadUserTime() using getrusage(2).  Note we can
only get usage for the current thread.  Return -1 if the requested function
is not supported, i.e., user time for other threads, rather than crash. [1]
- Properly implement os::elapsedVTime() using getrusage().  Basically, it is
taken from Linux version.
- Temporarily revert r403748 to fix bootstrapping with earlier OpenJDK8. [2]

PR:		205523, 205843 [1]
PR:		205544 [2]
Original commitRevision:405320 
Saturday, 2 Jan 2016
09:30 glewis search for other commits by this committer
. Stub implementation of OperatingSystemImpl.

PR:		205229
Original commitRevision:405058 
Wednesday, 23 Dec 2015
00:22 jkim search for other commits by this committer
Implement ThreadMXBean.getThreadCpuTime(), etc.

PR:		205523
Submitted by:	will (via bsd-port-dev@openjdk.java.net)
Original commitRevision:404270 
Tuesday, 15 Dec 2015
06:45 jkim search for other commits by this committer
Fix build with fmake.

Reported by:	antoine
Original commitRevision:403763 
Monday, 14 Dec 2015
23:32 jkim search for other commits by this committer
Build compilefontconfig.jar and javazic.jar with bootstrap jar.  Originally
it was intended to test the newly built JVM, it is not cross-build friendly.

Submitted by:	Eugene M. Zheganin (emz at norma dot perm dot ru)
Original commitRevision:403749 
23:20 jkim search for other commits by this committer
Build with sjavac when we are self-hosting to improve build speed.
Original commitRevision:403748 
23:15 jkim search for other commits by this committer
Allow java/openjdk7 for bootstrapping java/openjdk8.  Although we cannot
build OpenJDK7 for ARM yet, there is no need to disallow it at all.
Original commitRevision:403747 
23:05 jkim search for other commits by this committer
Respect CC, CPP and CXX with full paths.

PR:		203747
Original commitRevision:403746 
23:02 jkim search for other commits by this committer
Respect CC, CPP and CXX with full paths.

PR:		203747
Original commitRevision:403745 
Sunday, 13 Dec 2015
00:50 glewis search for other commits by this committer
. Update to 8u66.
Original commitRevision:403646 
Thursday, 10 Dec 2015
19:37 jkim search for other commits by this committer
Work around build failures with Poudriere.  We have to limit max heap size
when building 32-bit targets on a 64-bit host for some unknown reason.
Original commitRevision:403465 
18:43 jkim search for other commits by this committer
Fix regression introduced in r372338, i.e., mis-merged fix for JDK-8031581.

PR:		205192
Original commitRevision:403464 
Thursday, 3 Dec 2015
20:01 antoine search for other commits by this committer
Update giflib to 5.1.1

PR:		204492
Original commitRevision:402898 
Thursday, 15 Oct 2015
18:01 jkim search for other commits by this committer
Add support for armv6hf.  Tested on Raspberry Pi 2 Model B.
Original commitRevision:399355 
Tuesday, 29 Sep 2015
21:56 jkim search for other commits by this committer
Clean up and modernize the port.  No functional change.
Original commitRevision:398188 
14:54 glewis search for other commits by this committer
. Add support for armv6.

PR:		201308
Submitted by:	mikael.urankar@gmail.com
Reviewed by:	sbruno
Original commitRevision:398182 
Wednesday, 16 Sep 2015
05:39 jkim search for other commits by this committer
Do not build unnecessary targets to reduce build time.
Original commitRevision:397040 
Wednesday, 9 Sep 2015
09:39 glewis search for other commits by this committer
. Switch to xz for the new remote patches to decrease download size.
Original commitRevision:396459 
Tuesday, 8 Sep 2015
05:04 glewis search for other commits by this committer
. Move the large patches which contain the changes between updates of the
  JDK to being fetched remotely using PATCHFILES and PATCH_SITES.

  This cuts the size taken by openjdk8 in the ports repository.
Original commitRevision:396353 
Monday, 7 Sep 2015
09:41 glewis search for other commits by this committer
. Update to 8u60.
Original commitRevision:396257 
Monday, 20 Jul 2015
21:16 jkim search for other commits by this committer
Tidy up couple of problems in the previous update.
Original commitRevision:392604 
Sunday, 19 Jul 2015
14:23 glewis search for other commits by this committer
. Update to 8u51.
Original commitRevision:392506 
Sunday, 5 Jul 2015
00:45 glewis search for other commits by this committer
. The test target wants jtreg binaries to be found one directory up.  Allow
  that to be the case.
Original commitRevision:391340 
Thursday, 2 Jul 2015
18:17 jkim search for other commits by this committer
- Fix broken preprocessor directives.
- Use sysctl(3) instead of procfs(5) when we need executable path from PID.

MFH:		2015Q3
Original commitRevision:391177 
Tuesday, 19 May 2015
22:16 jkim search for other commits by this committer
Fix the previous commit.  Forgot to remove #'s before committing. :-(
Original commitRevision:386819 
22:13 jkim search for other commits by this committer
Do not use static libjli for stable/10 and head.  This complements PR193009.
Re-apply r381431 while I am here.

Submitted by:	Kurt Miller <kurt@intricatesoftware.com>
Original commitRevision:386818 
Wednesday, 6 May 2015
07:03 glewis search for other commits by this committer
. Update to 8u45.
Original commitRevision:385506 
Wednesday, 15 Apr 2015
15:30 bdrewery search for other commits by this committer
Fix build with GCC with recent head kernel by disabling PCH for GCC.

The case for this is a recent head kernel building an older branch that uses
GCC in a jail.

This is discussed at
https://lists.freebsd.org/pipermail/svn-src-all/2015-March/101722.html

It may be possible to fix GCC to do the right thing with mmap(2) but it would
not be simple to make ports use a fixed GCC on older releases and without
needlessly building a ports compiler when the system one would otherwise be
fine without PCH.

With hat:	portmgr
Original commitRevision:384056 
Wednesday, 1 Apr 2015
17:32 jkim search for other commits by this committer
Set rpath for libawt_xawt.so as we do for libawt.so and libawt_headless.so.
Optimize fontconfig.properties while I am here.
Original commitRevision:382926 
Tuesday, 24 Mar 2015
21:17 jkim search for other commits by this committer
Tidy up default fontconfig.properties.
Original commitRevision:382173 
00:56 jkim search for other commits by this committer
Catch up with font directory changes.
Original commitRevision:382061 
Sunday, 15 Mar 2015
21:30 glewis search for other commits by this committer
. Update to 8u40.
Original commitRevision:381360 
Friday, 27 Feb 2015
06:54 jkim search for other commits by this committer
- Revert all damages done in r372338 and r379049.
- Really fix non-release builds. [1]

PR:		193009 [1]
Original commitRevision:380064 
Monday, 16 Feb 2015
23:58 jkim search for other commits by this committer
Properly use BLOCKING_IO_RETURN_INT() macro for NET_Accept().
Original commitRevision:379126 
Thursday, 5 Feb 2015
03:13 glewis search for other commits by this committer
. Attempt to fix the build on 8.x amd64 by telling the HotSpot compilation
  not to treat warnings as errors.

Reported by:	mat@
Original commitRevision:378440 
Monday, 2 Feb 2015
06:27 glewis search for other commits by this committer
. Update to 8u31.
Original commitRevision:378297 
Saturday, 24 Jan 2015
15:07 antoine search for other commits by this committer
Switch some dependencies from a directory name or a file generated by
pkg-install
to a package name,  as the former can't be attributed to a package
Original commitRevision:377795 
Wednesday, 14 Jan 2015
18:19 antoine search for other commits by this committer
Update graphics/giflib to 5.0.5

Differential Revision:	https://reviews.freebsd.org/D1361
Submitted by:	bapt
Reviewed by:	self
Exp-run by:	self
Original commitRevision:377033 
Tuesday, 16 Dec 2014
21:37 jkim search for other commits by this committer
Turn off -Werror for Clang 3.5+ and revert r374780 for now.
Original commitRevision:374824 
Monday, 8 Dec 2014
16:48 tijl search for other commits by this committer
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version.  When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.

Also remove the devel/pcre dependency from USE_GNOME=glib20.  It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it.  The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20.  Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.

PR:		195724
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:374303 
Thursday, 20 Nov 2014
04:37 jkim search for other commits by this committer
- 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]
Original commitRevision:372834 
Tuesday, 11 Nov 2014
23:53 jkim search for other commits by this committer
- Fix build on i386 with clang. [1]
- Fix mismerged libnio.so. [2]

Reported by:	antoine [1]
Tested by:	antoine [1]
PR:		194941 [2]
Original commitRevision:372474 
Sunday, 9 Nov 2014
05:23 glewis search for other commits by this committer
. Update to 8u25.
Original commitRevision:372338 
Thursday, 30 Oct 2014
16:30 jkim search for other commits by this committer
Merge Linux-specific changes to BSD patches.  Most importantly, this change
corrects 'os.arch' property for i386 to fix regressions.

PR:		194419
Original commitRevision:371759 
Sunday, 20 Jul 2014
19:29 glewis search for other commits by this committer
. Introduce a DIST_BUILD_NUMBER variable and refer to that in both DISTNAME
  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]
Original commitRevision:362356 
17:00 glewis search for other commits by this committer
. Update to 8u11.  This requires moving the patch file for 8u5 to start
  with 8u05 to preserve patch file ordering.
Original commitRevision:362333 
Friday, 27 Jun 2014
18:41 jkim search for other commits by this committer
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>
Original commitRevision:359595 
Wednesday, 21 May 2014
20:06 jkim search for other commits by this committer
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).
Original commitRevision:354762 
Saturday, 17 May 2014
06:14 jkim search for other commits by this committer
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.
Original commitRevision:354285 
Thursday, 15 May 2014
23:53 jkim search for other commits by this committer
Add support for java/icedtea-web.  Clean up some patches while I am here.
Original commitRevision:354182 
Friday, 2 May 2014
18:00 jkim search for other commits by this committer
Add a slave port to create JRE-only package for java/openjdk8.
Original commitRevision:352833 
Thursday, 1 May 2014
04:43 jkim search for other commits by this committer
Merge more HotSpot patches from java/openjdk6 and clean up.
Original commitRevision:352721 
Tuesday, 29 Apr 2014
05:25 jkim search for other commits by this committer
- 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]
Original commitRevision:352573 
Monday, 28 Apr 2014
19:27 jkim search for other commits by this committer
Merge more patches for JDK from java/openjdk6 and clean up.
Original commitRevision:352544 
Friday, 25 Apr 2014
05:02 jkim search for other commits by this committer
- 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]
Original commitRevision:352085 
Monday, 21 Apr 2014
21:30 jkim search for other commits by this committer
Update to 8u5.
Original commitRevision:351721 
Wednesday, 16 Apr 2014
18:28 zeising search for other commits by this committer
The FreeBSD x11@ and graphics team proudly presents
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)
Original commitRevision:351411 
Thursday, 3 Apr 2014
20:54 jkim search for other commits by this committer
Fix build on 8.3.  We still have to support it for few more weeks.
Original commitRevision:350044 
Monday, 31 Mar 2014
21:01 jkim search for other commits by this committer
- Fix a typo, which may add an unnecessary run-time dependency.
- Prefer PKGNAMESUFFIX to deprecated LATEST_LINK.

Reported by:	sunpoet
Original commitRevision:349803 
Friday, 28 Mar 2014
22:11 jkim search for other commits by this committer
Add a port of OpenJDK8.

Submitted by:	Brian Gardner <openjdk@getsnappy.com> (preliminary version)
Original commitRevision:349468 

Number of commits found: 180 (showing only 80 on this page)

«  1 | 2