aboutsummaryrefslogtreecommitdiffstats
path: root/java/javavmwrapper
Commit message (Expand)AuthorAgeFilesLines
* Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,linimon2011-07-212-22/+4
* Fix "realpath: : No such file or directory" error from the latest realpath.jkim2010-05-142-11/+11
* . Add support for JAVA_VERSION of 1.7.glewis2010-01-184-12/+24
* . Add support for openjdk6.glewis2009-05-224-12/+30
* Try jman(1) from ports/japanese/man instead of man(1) for japanese manualjkim2008-05-012-3/+8
* - Add support for 1.6 VMs.jkim2008-04-282-8/+11
* . Cross reference manvm(1).glewis2006-09-201-0/+1
* . The new Diablo JDK release doesn't need -XX:+UseMembar.glewis2006-07-061-2/+0
* . Add manvm(1). This is similar to javavm(1), but allows one to view theglewis2006-06-134-175/+362
* . Introduce the JAVAVM_DRYRUN variable. If this is set, then javavm willglewis2006-06-093-6/+50
* . Revert previous commit. It was my recollection that javac needed theglewis2006-06-082-2/+1
* . Diablo's javac also needs -XX:+UseMembar.glewis2006-06-072-1/+2
* . Restrict the -XX:+UseMembar option to the java(1) programme to prevent itglewis2006-06-062-1/+2
* . ! -z -> -n for clarity.glewis2006-06-041-25/+25
* . Allow the setting up of command line options to be passed to theglewis2006-06-048-13/+236
* . Bump PORTREVISION for the previous fix.glewis2006-04-271-1/+1
* . Avoid stomping on environment variables by prefixing variable names withglewis2006-04-271-123/+121
* . Avoid an infinite loop by ignoring JAVA_HOME if its set to the locationglewis2005-11-032-8/+11
* . Add a couple of comments.glewis2005-06-211-0/+14
* . Check the user can read/write the configuration file and that it existsglewis2005-06-212-8/+11
* . Update description.glewis2005-04-251-2/+4
* . Try to clarify that the BUGS section is talking about the Java VMglewis2005-04-191-3/+4
* . A big mdoc fixup kindly provided by the mdoc police. Any problems shouldglewis2005-04-134-33/+72
* . Yet more clarification of how the selection of the Java VM can beglewis2005-04-131-1/+4
* . Fix some sentence breaks.glewis2005-04-132-6/+29
* . Document that the environment variables can also be a space delimitedglewis2005-04-121-9/+13
* . Install manual pages for javavmwrapper.glewis2005-04-125-1/+318
* . Ignore errors from the call to registervm, otherwise one sees a wholeglewis2005-04-121-2/+2
* . Separate standard variables from variables local to this Makefile.glewis2005-04-121-1/+2
* One more place to reflect existence of jdk 1.5.phantom2005-01-212-5/+8
* Take into account the '-devel' package name suffix when registering CONFLICTShq2004-12-241-1/+1
* - Register CONFLICTS with java/kaffe and java/kaffe-develhq2004-12-241-0/+2
* . Move pkg-install to files/pkg-install.in since it is modified before use.glewis2004-12-162-2/+3
* . Run the pkg-install script correctly.glewis2004-12-081-2/+2
* . Some minor comment and formatting fixes (should have probably have beenglewis2004-12-081-7/+31
* . javavmwrapper uses PATH to make sure it gets the system version ofglewis2004-11-132-0/+5
* . Usher in javavmwrapper 2.0, a rewrite of the wrapper scripts designed toglewis2004-11-125-36/+512
* . JAVALIBDIR is more appropriate than JAVAJARDIR now we have it.glewis2004-09-042-4/+4
* Add a classpath script.des2004-04-013-3/+23
* Let be hohest: I really don't have a time now to properly maintain allsobomax2003-07-291-1/+1
* Clear moonlight beckons.ade2003-03-072-1/+1
* Long overdue fix: correctly process arguments with spaces.sobomax2002-02-032-5/+4
* Revert previous fix - it was not properly thought out.sobomax2001-12-032-3/+4
* Use "$@" instead of "$*" to pass parameters to a subshell. This ensures thatsobomax2001-11-262-4/+3
* Fix typoroger2001-01-191-1/+1
* Whitespace-only:sobomax2000-11-011-2/+2
* Add "unset JAVA_HOME" to make javavmwrapper working with some brain damagedsobomax2000-06-202-1/+3
* Fix typo.sobomax2000-06-121-1/+1
* Handle comments in all places.sobomax2000-06-121-3/+4
* Initial import of javavmwrapper - a simple shell script which would allowsobomax2000-06-125-0/+161