aboutsummaryrefslogtreecommitdiff
path: root/java/netbeans4
Commit message (Collapse)AuthorAgeFilesLines
* Release maintainership.Jimmy Olgeni2008-11-051-1/+1
| | | | Notes: svn path=/head/; revision=222414
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Remove pkg-plist using code from ports/105254.Jimmy Olgeni2006-11-224-1107/+23
| | | | Notes: svn path=/head/; revision=177820
* Add SHA256.Jimmy Olgeni2006-11-211-0/+1
| | | | Notes: svn path=/head/; revision=177769
* Remove stale files and use JAVA_HOME.Jimmy Olgeni2006-09-072-1/+8
| | | | Notes: svn path=/head/; revision=172462
* Allow package buildsKris Kennaway2006-09-031-1/+1
| | | | Notes: svn path=/head/; revision=172020
* Install port in ${PREFIX}/netbeans4 so that it could be usedJimmy Olgeni2006-03-282-1111/+1111
| | | | | | | | | concurrently with java/netbeans. Submitted by: Andreas Haakh <bugReporter(at)Haakh.de> Notes: svn path=/head/; revision=158356
* Fix PORTNAME.Jimmy Olgeni2006-02-181-1/+1
| | | | Notes: svn path=/head/; revision=156305
* Upgrade to current bsd.java.mk syntax, fix portlint issues, cleanup whitespace.Jimmy Olgeni2006-02-131-7/+8
| | | | Notes: svn path=/head/; revision=155954
* Fix DOWNLOAD_URL.Jimmy Olgeni2006-01-311-1/+1
| | | | | | | | PR: ports/92534 Submitted by: Edwin Groothuis <edwin(at)mavetju.org> Notes: svn path=/head/; revision=154928
* Fix DOWNLOAD_URL.Jimmy Olgeni2005-05-171-1/+1
| | | | | | | Submitted by: Ralf Folkerts <ralf.folkerts(at)gmx.de> Notes: svn path=/head/; revision=135451
* Upgrade to version 4.1 (plus JDK home fix from ports/76670)Jimmy Olgeni2005-05-164-958/+1114
| | | | | | | | PR: ports/76670 Submitted by: Miguel Mendez <flynn(at)energyhq.es.eu.org> Notes: svn path=/head/; revision=135393
* 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-214-1282/+965
| | | | | | | | PR: ports/75162 Submitted by: Miguel Mendez <flynn(at)energyhq.es.eu.org> Notes: svn path=/head/; revision=124682
* Remove extra file from pkg-plist.Jimmy Olgeni2004-10-122-1/+1
| | | | Notes: svn path=/head/; revision=118865
* Upgrade java requirement to 1.4+.Jimmy Olgeni2004-06-051-1/+1
| | | | | | | | PR: 67593 Submitted by: John Cochran <jdc(at)fiawol.org> Notes: svn path=/head/; revision=110867
* Upgrade to version 3.6.Jimmy Olgeni2004-04-164-434/+945
| | | | | | | Submitted by: Conrad Sabatier <conrads(at)cox.net> Notes: svn path=/head/; revision=107226
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* 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