summaryrefslogtreecommitdiffstats
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* . Update to 3.2.2glewis2003-11-049-165/+2886
| | | | | | | | . Fix an owner/permission problem that stops JBoss starting up correctly. . Change maintainer to jonc@chen.org.nz PR: 58743 Approved by: des (previous maintainer)
* Reset maintainer on ports owned by the following committers who havekris2003-11-031-1/+1
| | | | | | | been inactive for over 12 months and did not respond to my email confirming their status: keith, nakai, torstenb Reviewed by: portmgr
* undo previous commit.edwin2003-11-021-1/+1
|
* ports with possibly unreachable MAINTAINERsedwin2003-11-021-1/+1
| | | | | | | | *** addresses that may be dead, even though the error is temporary: *** addresses that seem to be dead, but give a hint to a new address: PR: ports/58694 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* ports with possibly unreachable MAINTAINERsedwin2003-11-021-1/+1
| | | | | | | *** addresses that seem to be dead: PR: ports/58694 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* Fix email addressedwin2003-11-021-1/+1
| | | | | PR: 58694 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* - Chase MAINTAINER e-mail changessergei2003-10-301-1/+1
| | | | | PR: 58694 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>, ceri
* Fix a comment, the first line was "apache New ports" (apache -> #).olgeni2003-10-301-1/+1
|
* People should report problems with this port to maintainers. Make thekan2003-10-301-1/+0
| | | | | confusion less likely by removing all non-relevant email addresses from the Makefile.
* . Add fix for "runaway process" problem. It should fix of stalledphantom2003-10-299-6/+285
| | | | | | | | | | | | | | processes problem for people who use Runtime.getRuntime.exec() method and related things. Least five people reported that this patch fixed problem for them. IMPORTANT: I'd also suggested to all jdk14 users who runs FreeBSD 4.x and use libc_r at FreeBSD 5.x to upgrade. . Stop removing "src.zip" from installation bundle. Since -p4 it builds correctly and there's no reason to forbit people to use it. . Bump PORTREVISION.
* . Fix the plugin build when LOCALBASE is not /usr/local.glewis2003-10-281-1/+2
| | | | | PR: 58618 Submitted by: harti
* Update to 1.8.fjoe2003-10-275-11/+69
| | | | | Fix build on -CURRENT. Utilize DOCSDIR, obey NOPORTDOCS.
* . Update to 1.4.1 Service Release 1.glewis2003-10-233-71/+5
| | | | Prompted by: Marco Wertejuk <wertejuk@mwcis.com>
* . Add PLIST_SUB settings that somehow didn't get committed. This unbreaksglewis2003-10-231-0/+4
| | | | | | | the package list. PR: 58398 Submitted by: Palle Girgensohn <girgen@pingpong.net>
* . Sort PTHREAD_FILES.glewis2003-10-213-6/+9
| | | | | | | | . Add j2se/ext/plugin/build/solaris/GNUmakefile to PTHREAD_FILES. Should fix plugin compilation on -CURRENT. Mea culpa. PR: 58269 Submitted by: Scott Dodson <sdodson@sdodson.com>
* . Update to 1.1.16.glewis2003-10-176-85/+339
| | | | | | | | | . Allow build with any native JDK, not just 1.1.8. The default is the Diablo Caffe JDK. This part should be revisited once bsd.java.mk 2.0 hits the scene. One could also consider doing it so it could install for all the native JDKs, not just one at a time. . Fix build on 5.x. . Respect NOPORTDOCS.
* . Fix pre-everything target.glewis2003-10-161-1/+1
| | | | | PR: 58148 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* BROKEN on 5.x: does not compilekris2003-10-151-1/+7
|
* . Add a missing BUILD_DEPENDS on NSPR so the plugin builds.glewis2003-10-133-3/+6
| | | | Forgotten by: glewis
* . Override PKGINSTALL to place it in WRKDIR, which is writeable, ratherglewis2003-10-134-0/+4
| | | | | | than PORTSDIR, which may not be. Submitted by: kris
* . Install system preferences during post-install to avoid annoying errorglewis2003-10-113-1/+28
| | | | messages.
* . Update to 1.4.1p4.glewis2003-10-1124-177/+1839
| | | | | | | . Use ${PTHREAD_LIBS} rather than -pthread or -lc_r. . Install system preferences to avoid annoying and constant error messages. Approved by: phantom (the update, anyway)
* . Unset -Werror when compiling the NIO stuff. GCC 3.3.1 tends to generateglewis2003-10-113-0/+39
| | | | warnings that 2.95 doesn't and breaks the build on -CURRENT.
* . Update to 1.3glewis2003-10-102-5/+7
| | | | | PR: 57764 Submitted by: Dave Glowacki <dglo@glowacki.dyndns.org> (maintainer)
* [maintainer update] Update java/jakarta-oroedwin2003-10-102-3/+4
| | | | | | | | The jakarta-oro port no longer fetches. There's also a newer version PR: ports/57763 Submitted by: Dave Glowacki <dglo@glowacki.dyndns.org>
* Add slash to WWW tag.osa2003-10-082-4/+2
| | | | | | Also remove pair new-lines for portlint(1) happy. Submitted by: Anton Yudin <toha@toha.org.ua> (maintainer)
* . Use ${PTHREAD_LIBS} rather than -pthread.glewis2003-10-082-1/+30
| | | | Suggested by: mi
* . Make HotSpot compile with gcc 3.3.1.glewis2003-10-084-0/+151
| | | | | Submitted by: Munehiro Matsuda <haro@h4.dion.ne.jp> Reminded by: mi
* . Update to 1.2.2.017.glewis2003-10-063-5/+7
| | | | . Some minor syncing with the linux-sun-jdk13 port while I'm here.
* New port: Jakarta Commons DBCP.znerd2003-10-066-0/+149
| | | | | PR: 57573 Submitted by: Anton Yudin <toha@toha.org.ua>
* New port: Jakarta Commons Pool.znerd2003-10-065-0/+105
| | | | | PR: 57573 Submitted by: Anton Yudin <toha@toha.org.ua>
* . Update to 0.35.glewis2003-10-052-2/+2
| | | | | PR: 57581 Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
* . Sync with the change to linux-sun-jdk14 (it now installs inglewis2003-10-013-3/+3
| | | | /usr/local/linux-sun-jdk1.4.2) so this port will bootstrap.
* . Install in ${LOCALBASE}/linux-sun-jdk1.4.2, notglewis2003-09-301-3/+5
| | | | | | | | ${LOCALBASE}/linux-sun-jdk1.4.2_01 as the latter is wrong and breaks detection in bsd.java.mk. . Bump PORTREVISION for this fix. PR: 57420
* . Unbreak this port. The binaries call the program "arch" to determineglewis2003-09-294-6/+47
| | | | | | | the architecture. Unfortunately arch doesn't exist on FreeBSD or in linux_base or linux_base-8. Since "arch" is simply "uname -m" implement it as such and make sure its in the path when running any of the binaries.
* [new port] java/gj[-jdk11]: Generic Javaedwin2003-09-299-0/+714
| | | | | | | | | | | | | | | | | GJ is an extension of the Java programming language that supports generic types. * Support for generics * Superset of the Java programming language * Compiles into the Java Virtual Machine * Compatible with existing libraries WWW: http://www.cis.unisa.edu.au/~pizza/gj/ gj-jdk11 is a slave port to gj which uses JDK 1.1. PR: ports/55111 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
* [new port] java/gj[-jdk11]: Generic Javaedwin2003-09-291-0/+1
| | | | | | | | | | | | | | | | | GJ is an extension of the Java programming language that supports generic types. * Support for generics * Superset of the Java programming language * Compiles into the Java Virtual Machine * Compatible with existing libraries WWW: http://www.cis.unisa.edu.au/~pizza/gj/ gj-jdk11 is a slave port to gj which uses JDK 1.1. PR: ports/55111 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
* New port: java/linux-blackdown-jre11: Blackdown Linux JRE 1.1.8edwin2003-09-297-0/+199
| | | | | | | | Blackdown Linux Java Runtime Environment 1.1.8 It is needed for running Oracle for Linux PR: ports/56738 Submitted by: Simun Mikecin <sime@logos.hr> <sime@logos.hr>
* . Update to the 1.4.2 docs.glewis2003-09-262-3/+3
|
* . Set EXPR_COMPAT so 5.x expr doesn't get confused by having "-" at the startglewis2003-09-261-0/+10
| | | | | | of an argument. Submitted by: jmallett
* Fix GCC33 issue. Bumped PORTREVISION.znerd2003-09-252-0/+12
| | | | | PR: 55957 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
* Make portlint(1) happy by changing strip to ${STRIP_CMD}osa2003-09-242-2/+2
| | | | | Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998
* . s:NO_CDROM:RESTRICTED: as neither the distfiles nor the packages shouldglewis2003-09-242-2/+2
| | | | | | be on FTP sites according to my understanding of the license. Mea culpa. Approved by: portmgr (kris)
* 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.
* Fix compilation with WITHOUT_X11.osa2003-09-191-1/+1
| | | | | Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer) PR: 57000
* kaffe-devel doesn't know about amd64 CPUs.edwin2003-09-181-0/+2
| | | | | Maintainer is informed. Noticed by: bento/kris@
* Update linux jdk location after recent linux-sun-jdk update to 1.4.2_01phantom2003-09-083-3/+3
|
* Removed the DIST_SUBDIR statement.znerd2003-09-082-2/+1
| | | | | | | | | | | | | | | | | Explanation from maintainer: "Log4j has been the first port from the Jakarta series and back then I thought it would be useful to put all distfiles from the Jakarta project in the same subdirectory. Now I don't think it is such a good idea. Furthermore, the ports of other Jakarta projects do not use this scheme. So here is a patch to fix it. I didn't bump the PORT_REVISION as there is no point in updating the port if already installed." PR: 56490 Submitted by: maintainer
* New port: kaffe-devel, development release of kaffe Java VMedwin2003-09-076-0/+159
| | | | | | | Multi-platform Java virtual machine with JIT compiler and AWT package PR: ports/55270 Submitted by: Mark Huizer <xaa+ports@timewasters.nl>
OpenPOWER on IntegriCloud