Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 7576 - [UPDATE] dev-util/netbeans-3.4
Summary: [UPDATE] dev-util/netbeans-3.4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Lowest normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-06 07:19 UTC by Davide Savazzi
Modified: 2003-01-28 00:30 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.