Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 7576

Summary: [UPDATE] dev-util/netbeans-3.4
Product: Gentoo Linux Reporter: Davide Savazzi <davide.savazzi>
Component: New packagesAssignee: Java team <java>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Lowest    
Version: 1.2   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Davide Savazzi 2002-09-06 07:19:27 UTC
Hi,  
  
version 3.4 of Netbeans is out. Ebuild could be exactly the same as version 
3.3.2, but I'd remove the section:  
---  
# runide.sh  
cp runide.sh runide.sh.orig  
sed -e 's:^jdkhome="":jdkhome="`java-config --jdk-home`":' \  
  runide.sh.orig >runide.sh  
rm -f runide.sh.orig  
---  
 
Variable jdkhome is overwritten by environment variable JDK_HOME (setted by 
java-config). 
  
Anyway, the line:  
 
sed -e 's:^jdkhome="":jdkhome="`java-config --jdk-home`":' \  
 
Doesn't function, it could be replaced with:  
 
sed -e 's:^jdkhome="":jdkhome="$JDK_HOME":' \   
 
 
Thank you for your good work, I love Gentoo
Comment 1 Adrian Almenar 2002-12-15 14:07:50 UTC
Thanks, Netbeans 3.4 on portage.

Also that line AFAIK is the same without the change, and it works for me in 5
different system.