index
:
freebsd-ports
2024Q1
2024Q2
2025Q1
LuaLS
golang-allow_triage-2025Q1
main
mcwm-from-git
p5-HTTP-DAV_0.50
py-calendar-cli
py-calendar_cli
py-calendar_cli@2025Q1
py-icalendar-6.1.1@2025Q1
wp-cli
FreeBSD ports tree
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
java
/
javavmwrapper
Age
Commit message (
Expand
)
Author
2006-09-20
. Cross reference manvm(1).
Greg Lewis
2006-07-05
. The new Diablo JDK release doesn't need -XX:+UseMembar.
Greg Lewis
2006-06-12
. Add manvm(1). This is similar to javavm(1), but allows one to view the
Greg Lewis
2006-06-08
. Introduce the JAVAVM_DRYRUN variable. If this is set, then javavm will
Greg Lewis
2006-06-07
. Revert previous commit. It was my recollection that javac needed the
Greg Lewis
2006-06-07
. Diablo's javac also needs -XX:+UseMembar.
Greg Lewis
2006-06-06
. Restrict the -XX:+UseMembar option to the java(1) programme to prevent it
Greg Lewis
2006-06-04
. ! -z -> -n for clarity.
Greg Lewis
2006-06-03
. Allow the setting up of command line options to be passed to the
Greg Lewis
2006-04-27
. Bump PORTREVISION for the previous fix.
Greg Lewis
2006-04-26
. Avoid stomping on environment variables by prefixing variable names with
Greg Lewis
2005-11-02
. Avoid an infinite loop by ignoring JAVA_HOME if its set to the location
Greg Lewis
2005-06-20
. Add a couple of comments.
Greg Lewis
2005-06-20
. Check the user can read/write the configuration file and that it exists
Greg Lewis
2005-04-25
. Update description.
Greg Lewis
2005-04-18
. Try to clarify that the BUGS section is talking about the Java VM
Greg Lewis
2005-04-12
. A big mdoc fixup kindly provided by the mdoc police. Any problems should
Greg Lewis
2005-04-12
. Yet more clarification of how the selection of the Java VM can be
Greg Lewis
2005-04-12
. Fix some sentence breaks.
Greg Lewis
2005-04-12
. Document that the environment variables can also be a space delimited
Greg Lewis
2005-04-11
. Install manual pages for javavmwrapper.
Greg Lewis
2005-04-11
. Ignore errors from the call to registervm, otherwise one sees a whole
Greg Lewis
2005-04-11
. Separate standard variables from variables local to this Makefile.
Greg Lewis
2005-01-21
One more place to reflect existence of jdk 1.5.
Alexey Zelkin
2004-12-24
Take into account the '-devel' package name suffix when registering CONFLICTS
Herve Quiroz
2004-12-24
- Register CONFLICTS with java/kaffe and java/kaffe-devel
Herve Quiroz
2004-12-16
. Move pkg-install to files/pkg-install.in since it is modified before use.
Greg Lewis
2004-12-07
. Run the pkg-install script correctly.
Greg Lewis
2004-12-07
. Some minor comment and formatting fixes (should have probably have been
Greg Lewis
2004-11-12
. javavmwrapper uses PATH to make sure it gets the system version of
Greg Lewis
2004-11-11
. Usher in javavmwrapper 2.0, a rewrite of the wrapper scripts designed to
Greg Lewis
2004-09-03
. JAVALIBDIR is more appropriate than JAVAJARDIR now we have it.
Greg Lewis
2004-04-01
Add a classpath script.
Dag-Erling Smørgrav
2003-07-29
Let be hohest: I really don't have a time now to properly maintain all
Maxim Sobolev
2003-03-07
Clear moonlight beckons.
Ade Lovett
2002-02-02
Long overdue fix: correctly process arguments with spaces.
Maxim Sobolev
2001-12-03
Revert previous fix - it was not properly thought out.
Maxim Sobolev
2001-11-26
Use "$@" instead of "$*" to pass parameters to a subshell. This ensures that
Maxim Sobolev
2001-01-19
Fix typo
Roger Hardiman
2000-11-01
Whitespace-only:
Maxim Sobolev
2000-06-20
Add "unset JAVA_HOME" to make javavmwrapper working with some brain damaged
Maxim Sobolev
2000-06-12
Fix typo.
Maxim Sobolev
2000-06-12
Handle comments in all places.
Maxim Sobolev
2000-06-12
Initial import of javavmwrapper - a simple shell script which would allow
Maxim Sobolev