summaryrefslogtreecommitdiff
path: root/java/netbeans3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Let DOWNLOAD_URL point to the actual 3.5.1 license page.Jimmy Olgeni2003-08-051-1/+1
| | | | | | | Submitted by: Carlos F. A. Paniago <pan@cnpm.embrapa.br> Notes: svn path=/head/; revision=86358
* Upgrade to release 3.5.1.Jimmy Olgeni2003-08-052-4/+5
| | | | Notes: svn path=/head/; revision=86340
* Update to version 3.5.Jimmy Olgeni2003-06-114-614/+550
| | | | | | | 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-072-1/+6
| | | | | | | | | | | | | 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
* Revert javavm hack, which prevents execution of jpda related modules.Jimmy Olgeni2003-06-022-53/+1
| | | | | | | | | JDK_HOME will have to be set by hand (or use the -jdkhome switch). Submitted by: Khairil Yusof <kaeru@pd.jaring.my> Notes: svn path=/head/; revision=82034
* Merge some fixes from ports/44275 and ports/49100:Jimmy Olgeni2003-06-022-5/+17
| | | | | | | | | | | | | | * Mark as RESTRICTED * Use java >= 1.3 * Add better package description PR: ports/44275 Submitted by: Stefan Schmidt <stefan.schmidt@twest.de> PR: ports/49100 Submitted by: Angel Todorov <angel.todorov@-u.de> Notes: svn path=/head/; revision=82021
* Add a port for NetBeans, fix the startup script ("expr" syntax) andJimmy Olgeni2003-06-025-0/+915
use the javavm command to start. Notes: svn path=/head/; revision=81986