<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/java, branch 2016Q3</title>
<subtitle>FreeBSD ports tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/'/>
<entry>
<title>MFH: r420883</title>
<updated>2016-08-26T17:26:44+00:00</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2016-08-26T17:26:44+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=e0a91f4d98dfd420fe2400fda4d2f4321a517b59'/>
<id>e0a91f4d98dfd420fe2400fda4d2f4321a517b59</id>
<content type='text'>
Update to b40.

Approved by:	ports-secteam (junovitch)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update to b40.

Approved by:	ports-secteam (junovitch)
</pre>
</div>
</content>
</entry>
<entry>
<title>MFH: r419364</title>
<updated>2016-07-31T12:31:52+00:00</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2016-07-31T12:31:52+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=7b247088b5ff823bdc37df91eee23c7d9ccb8327'/>
<id>7b247088b5ff823bdc37df91eee23c7d9ccb8327</id>
<content type='text'>
Remove the deinstall script that appears to be deleting all the temporary files
created by pkg(8) during upgrades

It happens because the deinstall script tries to clean up the potential manual
VM registration by cleaning out all symlinks to bin/javavm

Given all VM are registring/unregistering themselves this part is not needed

The other thing the script was doing handling the configuration which has been
replaced by @sample.

pkg-install has been modified to drop the handling of the configuration file but
keep the auto registration if all VM found. While this part is not necessary as
well, we keep it because otherwise anyone doing delete/install on javavmwapper
version 2.5 being the installed version would end up with all VM unregistered.

The pkg-install should be removed after EOL of FreeBSD 10.3

PR:		210313
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove the deinstall script that appears to be deleting all the temporary files
created by pkg(8) during upgrades

It happens because the deinstall script tries to clean up the potential manual
VM registration by cleaning out all symlinks to bin/javavm

Given all VM are registring/unregistering themselves this part is not needed

The other thing the script was doing handling the configuration which has been
replaced by @sample.

pkg-install has been modified to drop the handling of the configuration file but
keep the auto registration if all VM found. While this part is not necessary as
well, we keep it because otherwise anyone doing delete/install on javavmwapper
version 2.5 being the installed version would end up with all VM unregistered.

The pkg-install should be removed after EOL of FreeBSD 10.3

PR:		210313
</pre>
</div>
</content>
</entry>
<entry>
<title>java/openjfx8-devel: Unbreak build after Gradle update</title>
<updated>2016-07-10T20:22:45+00:00</updated>
<author>
<name>Kurt Jaeger</name>
<email>pi@FreeBSD.org</email>
</author>
<published>2016-07-10T20:22:45+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=34664683d861a6c20b80ec91dcf71016d1c1fc5e'/>
<id>34664683d861a6c20b80ec91dcf71016d1c1fc5e</id>
<content type='text'>
- fix the build after recent update to Gradle 2.12.

PR:		208470
MFH:		r418313
Submitted by:	Tobias Kortkamp &lt;t@tobik.me&gt; (maintainer)
Approved by:	portmgr (junovitch)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- fix the build after recent update to Gradle 2.12.

PR:		208470
MFH:		r418313
Submitted by:	Tobias Kortkamp &lt;t@tobik.me&gt; (maintainer)
Approved by:	portmgr (junovitch)
</pre>
</div>
</content>
</entry>
<entry>
<title>Add port of JXGrabKey -- a Java library for working with X11</title>
<updated>2016-06-30T07:42:20+00:00</updated>
<author>
<name>Mikhail Teterin</name>
<email>mi@FreeBSD.org</email>
</author>
<published>2016-06-30T07:42:20+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=ff6a653684765916442d689f3bab689923f60ad6'/>
<id>ff6a653684765916442d689f3bab689923f60ad6</id>
<content type='text'>
keys.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
keys.
</pre>
</div>
</content>
</entry>
<entry>
<title>New port: java/aparapi</title>
<updated>2016-06-26T11:51:09+00:00</updated>
<author>
<name>Kurt Jaeger</name>
<email>pi@FreeBSD.org</email>
</author>
<published>2016-06-26T11:51:09+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=f8f66d777fdc93a4ecc35c50c439f53bb3723dcd'/>
<id>f8f66d777fdc93a4ecc35c50c439f53bb3723dcd</id>
<content type='text'>
aparapi is an open source API for expressing data parallel workflows in Java.

Originally an AMD product, Aparapi was released to open source on September
14, 2011. Aparapi is an API for expressing data parallel workloads in Java
and a runtime component capable of converting the Java# bytecode of compatible
workloads into OpenCL# so that it can be executed on a variety of GPU devices.

WWW: https://github.com/aparapi/aparapi

PR:		204024
Submitted by:	dieterich@ogolem.org
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
aparapi is an open source API for expressing data parallel workflows in Java.

Originally an AMD product, Aparapi was released to open source on September
14, 2011. Aparapi is an API for expressing data parallel workloads in Java
and a runtime component capable of converting the Java# bytecode of compatible
workloads into OpenCL# so that it can be executed on a variety of GPU devices.

WWW: https://github.com/aparapi/aparapi

PR:		204024
Submitted by:	dieterich@ogolem.org
</pre>
</div>
</content>
</entry>
<entry>
<title>With the power of USES=dos2unix, get rid of most patches and files</title>
<updated>2016-06-20T16:23:28+00:00</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2016-06-20T16:23:28+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=7ae7b018ccf7760013f368fcb83aad9ecd8982a8'/>
<id>7ae7b018ccf7760013f368fcb83aad9ecd8982a8</id>
<content type='text'>
with CRLF.

While there, run make makepatch, rename patches to use the new scheme,
and various fixes.

With hat:	portmgr
Sponsored by:	Absolight
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
with CRLF.

While there, run make makepatch, rename patches to use the new scheme,
and various fixes.

With hat:	portmgr
Sponsored by:	Absolight
</pre>
</div>
</content>
</entry>
<entry>
<title>. Regenerate patch-bsd and patch-bsd-test.  This obsoletes another patch</title>
<updated>2016-06-18T05:44:35+00:00</updated>
<author>
<name>Greg Lewis</name>
<email>glewis@FreeBSD.org</email>
</author>
<published>2016-06-18T05:44:35+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=f497c53064930fe5a6da955112a7a4a0bf7498a2'/>
<id>f497c53064930fe5a6da955112a7a4a0bf7498a2</id>
<content type='text'>
  and should also fix ppc64 support.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  and should also fix ppc64 support.
</pre>
</div>
</content>
</entry>
<entry>
<title>. Fix a double free bug.  This is pulled from upstream.</title>
<updated>2016-06-16T06:24:34+00:00</updated>
<author>
<name>Greg Lewis</name>
<email>glewis@FreeBSD.org</email>
</author>
<published>2016-06-16T06:24:34+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=9c0e7d35bcf308ef553893c48cf22ccd94a0ae75'/>
<id>9c0e7d35bcf308ef553893c48cf22ccd94a0ae75</id>
<content type='text'>
. Bump PORTREVISION.

PR:		210226
Submitted by:	girgen@
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
. Bump PORTREVISION.

PR:		210226
Submitted by:	girgen@
</pre>
</div>
</content>
</entry>
<entry>
<title>Unbreak arm.</title>
<updated>2016-06-13T12:00:19+00:00</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2016-06-13T12:00:19+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=cb138fe9d4e2016759433e881b9ae842d2ddd4b5'/>
<id>cb138fe9d4e2016759433e881b9ae842d2ddd4b5</id>
<content type='text'>
- 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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- 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.
</pre>
</div>
</content>
</entry>
<entry>
<title>. Handle unsafe operations that access invalid memory more gracefully.</title>
<updated>2016-06-13T04:57:28+00:00</updated>
<author>
<name>Greg Lewis</name>
<email>glewis@FreeBSD.org</email>
</author>
<published>2016-06-13T04:57:28+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=9733c016f581556175106734b0eb4e49226e7752'/>
<id>9733c016f581556175106734b0eb4e49226e7752</id>
<content type='text'>
. Bump PORTREVISION for this fix.

PR:		209599
Submitted by:	Andrew Smith &lt;iamasmith.home@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
. Bump PORTREVISION for this fix.

PR:		209599
Submitted by:	Andrew Smith &lt;iamasmith.home@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
