cvs commit: ports/java/javavmwrapper
Makefileports/java/javavmwrapper/src javavmwrapper.sh
Greg Lewis
glewis at FreeBSD.org
Fri Nov 12 08:12:48 PST 2004
glewis 2004-11-12 16:12:48 UTC
FreeBSD ports repository
Modified files:
java/javavmwrapper Makefile
java/javavmwrapper/src javavmwrapper.sh
Log:
. javavmwrapper uses PATH to make sure it gets the system version of
utilities. Unfortunately this overrides any PATH that may have been
set by the user and hence affects the ability of java to execute
external programmes. So, save the PATH before setting it and then
restore it immediately before executing java.
. Bump PORTREVISION for this fix.
Reported by: Christian Laursen <xi at borderworlds.dk>
Revision Changes Path
1.12 +1 -0 ports/java/javavmwrapper/Makefile
1.9 +5 -1 ports/java/javavmwrapper/src/javavmwrapper.sh
More information about the cvs-all
mailing list