| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
Reviewed by: glewis (maintainer)
Feature safe: yes
Notes:
svn path=/head/; revision=306767
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Notes:
svn path=/head/; revision=167008
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=164664
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
invoked Java VM.
Reviewed by: hq
Notes:
svn path=/head/; revision=164308
|
|
|
|
|
|
|
| |
slew of spurious errors when upgrading the port.
Notes:
svn path=/head/; revision=133091
|
|
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
|