summaryrefslogtreecommitdiff
path: root/java/javavmwrapper/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-062-5/+0
|
* Fixes to pkg-install and version handlingGreg Lewis2019-08-101-3/+6
| | | | | | | | | | | | | | * 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 <jcfyecrayz@liamekaens.com> [1] Notes: svn path=/head/; revision=508503
* Remove the deinstall script that appears to be deleting all the temporary filesBaptiste Daroussin2016-07-311-11/+0
| | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=419364
* Shut up noise when there is no JDK/JRE to register.Jung-uk Kim2012-10-311-1/+1
| | | | | | | | Reviewed by: glewis (maintainer) Feature safe: yes Notes: svn path=/head/; revision=306767
* - Ignore bootstrap-openjdk when we automatically register existing JVMs.Jung-uk Kim2012-10-281-3/+8
| | | | | | | | | | | - 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 Notes: svn path=/head/; revision=306536
* . The new Diablo JDK release doesn't need -XX:+UseMembar.Greg Lewis2006-07-051-2/+0
| | | | Notes: svn path=/head/; revision=167008
* . Revert previous commit. It was my recollection that javac needed theGreg Lewis2006-06-071-1/+0
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=164752
* . Diablo's javac also needs -XX:+UseMembar.Greg Lewis2006-06-071-0/+1
| | | | Notes: svn path=/head/; revision=164664
* . Restrict the -XX:+UseMembar option to the java(1) programme to prevent itGreg Lewis2006-06-061-1/+1
| | | | | | | | | | | | 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 <achill@matrix.gatewaynet.com> Notes: svn path=/head/; revision=164616
* . Allow the setting up of command line options to be passed to theGreg Lewis2006-06-032-1/+64
| | | | | | | | | invoked Java VM. Reviewed by: hq Notes: svn path=/head/; revision=164308
* . Ignore errors from the call to registervm, otherwise one sees a wholeGreg Lewis2005-04-111-2/+2
| | | | | | | slew of spurious errors when upgrading the port. Notes: svn path=/head/; revision=133091
* . Move pkg-install to files/pkg-install.in since it is modified before use.Greg Lewis2004-12-161-0/+20
This also fixes a problem that when being modified it wasn't specified by absolute path. Reported by: Robert Backhaus <robbak@robbak.com> Notes: svn path=/head/; revision=124218