ports/65479: ports reinstall ignores ${MAKE_ARGS}

Panagiotis Astithas past at netmode.ntua.gr
Mon Aug 23 12:10:21 PDT 2004


The following reply was made to PR ports/65479; it has been noted by GNATS.

From: Panagiotis Astithas <past at netmode.ntua.gr>
To: freebsd-gnats-submit at FreeBSD.org, rafan at 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.


More information about the freebsd-java mailing list