Date: Mon, 23 Aug 2004 19:10:21 GMT From: Panagiotis Astithas <past@netmode.ntua.gr> To: freebsd-java@FreeBSD.org Subject: Re: ports/65479: ports reinstall ignores ${MAKE_ARGS} Message-ID: <200408231910.i7NJALgN026718@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/65479; it has been noted by GNATS. From: Panagiotis Astithas <past@netmode.ntua.gr> To: freebsd-gnats-submit@FreeBSD.org, rafan@infor.org Cc: Subject: Re: ports/65479: ports reinstall ignores ${MAKE_ARGS} Date: Mon, 23 Aug 2004 22:07:34 +0300 The problem seems to be eliminated in the latest version of the port: # make JAVA_HOME=/usr/local/jdk1.4.2 install ===> Installing for eclipse-3.0_1 ===> eclipse-3.0_1 depends on file: /usr/local/jdk1.4.2/bin/java - found # make JAVA_HOME=/usr/local/jdk1.4.2 reinstall ===> Installing for eclipse-3.0_1 ===> eclipse-3.0_1 depends on file: /usr/local/jdk1.4.2/bin/java - found # make JAVA_HOME=/usr/local/jdk1.3.1 install ===> Installing for eclipse-3.0_1 ===> eclipse-3.0_1 depends on file: /usr/local/jdk1.3.1/bin/java - not found # make JAVA_HOME=/usr/local/jdk1.3.1 reinstall ===> Installing for eclipse-3.0_1 ===> eclipse-3.0_1 depends on file: /usr/local/jdk1.3.1/bin/java - not found In every case the JAVA_HOME variable gets passed correctly to the install & reinstall targets. I propose that this problem report is closed.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408231910.i7NJALgN026718>