aboutsummaryrefslogtreecommitdiffstats
path: root/java/netbeans3/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 2011-03-31 java/netbeans3: old, unmaintainedbapt2011-03-311-52/+0
| | | | | 2011-03-31 java/netbeans4: old, unmaintained 2011-03-31 java/netbeans5: old, unmaintained
* Mark for deletion on 2011-03-31itetcu2010-12-111-0/+3
|
* Release maintainership.olgeni2008-11-051-1/+1
|
* Bump portrevision due to upgrade of devel/gettext.edwin2008-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)
* Remove always-false/true conditions based on OSVERSION 500000edwin2007-10-041-2/+0
|
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Remove pkg-plist using code from ports/105254.olgeni2006-11-231-0/+5
|
* Allow package buildskris2006-09-031-1/+1
|
* Upgrade to current bsd.java.mk syntax, remove commented MASTER_SITES.olgeni2006-02-141-2/+3
|
* Whitespace.olgeni2006-02-061-6/+6
|
* Make portlint happy.olgeni2006-02-061-2/+2
|
* Change netbeans -> netbeans3 in in pathnames and executable to avoidolgeni2004-12-211-5/+5
| | | | conflicts with java/netbeans.
* Remove extra file from pkg-plist.olgeni2004-10-121-0/+1
|
* Upgrade java requirement to 1.4+.olgeni2004-06-051-1/+1
| | | | | PR: 67593 Submitted by: John Cochran <jdc(at)fiawol.org>
* Upgrade to version 3.6.olgeni2004-04-161-6/+4
| | | | Submitted by: Conrad Sabatier <conrads(at)cox.net>
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* Let DOWNLOAD_URL point to the actual 3.5.1 license page.olgeni2003-08-061-1/+1
| | | | Submitted by: Carlos F. A. Paniago <pan@cnpm.embrapa.br>
* Upgrade to release 3.5.1.olgeni2003-08-051-3/+4
|
* Update to version 3.5.olgeni2003-06-121-5/+4
| | | | Submitted by: Ivanchenko V. I. <webmaster@asiamusic.ru>
* The NetBeans startup script should be patched on -CURRENT only.olgeni2003-06-081-0/+5
| | | | | | | | | | 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).
* Revert javavm hack, which prevents execution of jpda related modules.olgeni2003-06-031-0/+1
| | | | | | JDK_HOME will have to be set by hand (or use the -jdkhome switch). Submitted by: Khairil Yusof <kaeru@pd.jaring.my>
* Merge some fixes from ports/44275 and ports/49100:olgeni2003-06-021-3/+12
| | | | | | | | | | | * 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>
* Add a port for NetBeans, fix the startup script ("expr" syntax) andolgeni2003-06-021-0/+29
use the javavm command to start.