summaryrefslogtreecommitdiff
path: root/java/netbeans5/files/bin_runide.sh.diff (follow)
Commit message (Collapse)AuthorAgeFilesLines
* I forgot to remove an empty patch file.Jimmy Olgeni2004-12-211-0/+0
| | | | Notes: svn path=/head/; revision=124684
* Upgrade to version 4.0.Jimmy Olgeni2004-12-211-14/+0
| | | | | | | | PR: ports/75162 Submitted by: Miguel Mendez <flynn(at)energyhq.es.eu.org> Notes: svn path=/head/; revision=124682
* Upgrade to version 3.6.Jimmy Olgeni2004-04-161-4/+4
| | | | | | | Submitted by: Conrad Sabatier <conrads(at)cox.net> Notes: svn path=/head/; revision=107226
* Update to version 3.5.Jimmy Olgeni2003-06-111-6/+6
| | | | | | | Submitted by: Ivanchenko V. I. <webmaster@asiamusic.ru> Notes: svn path=/head/; revision=82811
* The NetBeans startup script should be patched on -CURRENT only.Jimmy Olgeni2003-06-071-0/+14
The -CURRENT /bin/expr command may get confused when matching regexps against strings that begin with "-", because they are interpreted as command flags. Using "--" as the first flag solves this, but it will in turn confuse -STABLE expr (syntax error), so it looks like there's no common way to do it (that I can think of). Notes: svn path=/head/; revision=82466