<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/java/javavmwrapper/files, branch 13-eol</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=13-eol</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=13-eol'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2021-04-06T14:31:13Z</updated>
<entry>
<title>all: Remove all other $FreeBSD keywords.</title>
<updated>2021-04-06T14:31:13Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2021-04-06T14:21:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=135fdeebb99c3569e42d8162b265e15d29bd937d'/>
<id>urn:sha1:135fdeebb99c3569e42d8162b265e15d29bd937d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixes to pkg-install and version handling</title>
<updated>2019-08-10T19:28:18Z</updated>
<author>
<name>Greg Lewis</name>
<email>glewis@FreeBSD.org</email>
</author>
<published>2019-08-10T19:28:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=2d13292940dc21b831dee08ff2f390a851679b44'/>
<id>urn:sha1:2d13292940dc21b831dee08ff2f390a851679b44</id>
<content type='text'>
* In pkg-install, fix the exclusion of the bootstrap directories. [1]
* In pkg-install, fix the find expression so it actually finds jdks if
  there are multiple present. [1]
* When determining the VM version, be better about ensuring we end up
  with only a number.

PR:		239705 [1]
Submitted by:	John Hein &lt;jcfyecrayz@liamekaens.com&gt; [1]
</content>
</entry>
<entry>
<title>Remove the deinstall script that appears to be deleting all the temporary files</title>
<updated>2016-07-31T12:30:24Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2016-07-31T12:30:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=64f16bafaf21351ad112dfb1dc26a73ebc5f9bcc'/>
<id>urn:sha1:64f16bafaf21351ad112dfb1dc26a73ebc5f9bcc</id>
<content type='text'>
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
MFH:		2016Q3
</content>
</entry>
<entry>
<title>Shut up noise when there is no JDK/JRE to register.</title>
<updated>2012-10-31T21:50:25Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2012-10-31T21:50:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e93fd3199668174c1c919b53d19afc4753103cf2'/>
<id>urn:sha1:e93fd3199668174c1c919b53d19afc4753103cf2</id>
<content type='text'>
Reviewed by:	glewis (maintainer)
Feature safe:	yes
</content>
</entry>
<entry>
<title>- Ignore bootstrap-openjdk when we automatically register existing JVMs.</title>
<updated>2012-10-28T02:11:29Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2012-10-28T02:11:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=ace34c1a63d2023b28ff447b8f2f73f81b4b4a83'/>
<id>urn:sha1:ace34c1a63d2023b28ff447b8f2f73f81b4b4a83</id>
<content type='text'>
- Make sure to destroy all symlinks pointing to ${PREFIX}/bin/javavm and
${PREFIX}/etc/javavms when we deinstall the package.

Reviewed by:	glewis (maintainer)
Feature safe:	yes
</content>
</entry>
<entry>
<title>. The new Diablo JDK release doesn't need -XX:+UseMembar.</title>
<updated>2006-07-05T20:32:58Z</updated>
<author>
<name>Greg Lewis</name>
<email>glewis@FreeBSD.org</email>
</author>
<published>2006-07-05T20:32:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=0a27ea89b81bc8ffd2e60fdaeec40562061a4267'/>
<id>urn:sha1:0a27ea89b81bc8ffd2e60fdaeec40562061a4267</id>
<content type='text'>
</content>
</entry>
<entry>
<title>. Revert previous commit.  It was my recollection that javac needed the</title>
<updated>2006-06-07T20:26:21Z</updated>
<author>
<name>Greg Lewis</name>
<email>glewis@FreeBSD.org</email>
</author>
<published>2006-06-07T20:26:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=ca4a8507f4edbe59d73c7180f43f47562e674339'/>
<id>urn:sha1:ca4a8507f4edbe59d73c7180f43f47562e674339</id>
<content type='text'>
  flags when being used to bootstrap the jdk15 port, and this was confirmed
  by somebody else.  However, javac doesn't seem to be happy with it so
  turn it back off.

Submitted by:	hq
</content>
</entry>
<entry>
<title>. Diablo's javac also needs -XX:+UseMembar.</title>
<updated>2006-06-07T04:12:31Z</updated>
<author>
<name>Greg Lewis</name>
<email>glewis@FreeBSD.org</email>
</author>
<published>2006-06-07T04:12:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=1868851b7a36233fe14f881a48699fee25325028'/>
<id>urn:sha1:1868851b7a36233fe14f881a48699fee25325028</id>
<content type='text'>
</content>
</entry>
<entry>
<title>. Restrict the -XX:+UseMembar option to the java(1) programme to prevent it</title>
<updated>2006-06-06T15:25:50Z</updated>
<author>
<name>Greg Lewis</name>
<email>glewis@FreeBSD.org</email>
</author>
<published>2006-06-06T15:25:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=efe0ee61964216558cc0a40d8c1d2adecdf50755'/>
<id>urn:sha1:efe0ee61964216558cc0a40d8c1d2adecdf50755</id>
<content type='text'>
  causing problems for programmes such as jar(1).  I actually believe it is
  needed by some of the other programmes, but we'll add it as needed.
. Bump PORTREVISION for this change.

PR:		98586
Submitted by:	Achilleas Mantzios &lt;achill@matrix.gatewaynet.com&gt;
</content>
</entry>
<entry>
<title>. Allow the setting up of command line options to be passed to the</title>
<updated>2006-06-03T17:32:24Z</updated>
<author>
<name>Greg Lewis</name>
<email>glewis@FreeBSD.org</email>
</author>
<published>2006-06-03T17:32:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=3694308948de29ebb30d8321cc91cb905e7d19da'/>
<id>urn:sha1:3694308948de29ebb30d8321cc91cb905e7d19da</id>
<content type='text'>
  invoked Java VM.

Reviewed by:	hq
</content>
</entry>
</feed>
