aboutsummaryrefslogtreecommitdiffstats
path: root/java/j2sdkee13
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | java)
* - Don't attempt to build when PACKAGE_BUILDING, just hitsbdrewery2013-08-291-1/+1
| | | | | | a fetch error trying FreeBSD mirrors With hat: portmgr
* Fix porteadler2013-03-191-0/+1
| | | | Reported by: bapt
* "aaargh, quoted Makefile variables"eadler2013-03-191-3/+2
| | | | Approved by: portmgr (bapt)
* Decommissioning java 1.5 (EOLed since October 2009):bapt2012-12-101-1/+1
| | | | suppress any reference to JAVA_VERSION= 1.5+ (part2)
* Remove useless metadata from ports I created.des2012-09-051-5/+0
|
* Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,linimon2011-07-211-1/+1
| | | | | | | | | | | | | | | | remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5 or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM is also removed, as it is not available in Java 1.5 and higher. Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5. While here, replace static values of JAVA_VERSION in files/*.in by %%JAVA_VERSION%% . PR: ports/158969 Submitted by: rene Tested on: pointyhat-west -exp
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* 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)
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* SHA256ify (and sometimes SIZEify)edwin2006-01-301-0/+2
| | | | Approved by: krion@
* Add 'devel' categoryhq2005-02-191-1/+1
|
* - Update to bsd.java.mk 2.0hq2005-02-181-2/+3
| | | | - Minor cosmetic improvement
* Fix download URLhq2004-12-101-2/+1
| | | | Reported by: kris
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 2)
* . Adjust download instructions for new download URL.glewis2004-01-171-2/+3
|
* . Convert a space to a tab.glewis2004-01-171-2/+3
| | | | . Use a download URL which is one less hop away from the actual download.
* assign maintainer to java@, requested by maintainer des.alfred2004-01-091-1/+1
|
* Don't use a leading zero in PORTREVISION, it confuses the pkg* tools andalfred2004-01-031-4/+4
| | | | | | | | | | | | | portupgrade with "missing origin". Properly detect that the distfile doesn't exist. We can't use ${DISTDIR}/${DISTFILES} because it's not defined until after bsd.port.post.mk, but after inclusion of bsd.port.post.mk we can not define IGNORE. To fix use the already known variables as so: ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} Reviewed by: maintainer timeout. PR: ports/60652
* Back out previous commit. Further inspection reveals that it is thekris2003-09-241-2/+0
| | | | | diablo-jdk port that is bogusly requiring manual input at pkg_add time, thereby preventing any other packages from building with it.
* Mark as IS_INTERACTIVE because it asks for manual license acceptance andkris2003-09-241-0/+2
| | | | | | | causes the bento build to loop. This probably should be patched out as in the other jdk ports, so it can be packaged on bento.
* Java 2 SDK Enterprise Edition 1.3.1des2003-06-274-0/+1058