Commit Graph

22 Commits

Author SHA1 Message Date
Ernst de Haan
c7a99a779e Slightly improved the COMMENT.
Requested by:	lofi
2004-02-10 13:01:16 +00:00
Greg Lewis
79644f5967 . Set LATEST_LINK to avoid conflict with other JBoss ports.
. Restrict usage of the port to JDK1.4.

PR:		62458
Submitted by:	Jonathan Chen <jonc@chen.org.nz> (maintainer)
2004-02-07 06:04:50 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Trevor Johnson
439b8a040c Use the CPIO macro defined in bsd.port.mk. 2004-01-22 12:18:43 +00:00
Ernst de Haan
c9039bd5c2 Minor patch to remove bogus dependancy and to stop portlint FATAL error.
PR:		61220
Submitted by:	jonc@chen.org.nz (maintainer)
2004-01-13 21:27:46 +00:00
Mark Linimon
e8d7350321 Update to 3.2.3 and enable building from source. It remains to be
determined whether or not this fixes the problem with attempting
to use JDK1.3 to run the binary (see ports/57854).

PR:		ports/60996
Submitted by:	Jonathan Chen <jonc@chen.org.nz> (maintainer)
2004-01-07 09:30:15 +00:00
Greg Lewis
4d78fef3f2 . Update to 3.2.2
. 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)
2003-11-04 17:55:46 +00:00
Dag-Erling Smørgrav
17f2303497 Make this look and behave more like a FreeBSD port. 2003-07-14 10:03:13 +00:00
Ernst de Haan
fd2b81642a Handing over maintainership to des.
Requested by:	des
2003-07-14 07:27:12 +00:00
Ernst de Haan
f7924d5f28 Update to 3.2.1. 2003-07-11 12:53:50 +00:00
Ernst de Haan
4e657c8927 Patch to delete the symbol CR (carriage return) in some files.
Bumped PORTREVISION.

Submitted by:	Ivanchenko V. I. <webmaster@asiamusic.ru>
2003-07-11 07:14:31 +00:00
Ernst de Haan
a2fcfaf1e5 Update to 3.0.7.
Submitted by:	Ivanchenko V. I. <webmaster@asiamusic.ru>
2003-07-10 10:15:56 +00:00
Ernst de Haan
bf81e3e211 Officially dropping maintainership. I have no time nor the interest
to maintain the JBoss ports.
2003-04-16 08:06:44 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Ernst de Haan
aa1f22138c Fixed daemonctl control program to work with the FreeBSD JDK 1.3.1.
The fix consists of 2 lines at the beginning of the program:

	setuid(geteuid());
	setgid(getegid());

Bumped PORTREVISION of Orion, Tomcat and JBoss ports.

PR:		40470, 43679
Submitted by:	Ari Suutari <ari.suutari@syncrontech.com>
Reviewed by:	audit
Approved by:	Silence on -audit (since Sept 13, 2002)
2002-10-09 23:10:32 +00:00
Ernst de Haan
054458fd11 Changed target installation directory so it does not include
the minor version number anymore.

Bumped PORTREVISION.

PR:		43565
Requested by:	Andrew Gerweck <andy@gerweck.dyndns.org>
2002-10-09 22:37:54 +00:00
Ernst de Haan
cee03dba7d Changed WRKDIR definition. It is changed from
${.CURDIR}/work to ${WRKDIRPREFIX}${.CURDIR}/work.

PR:		39593
2002-08-10 10:42:48 +00:00
Ernst de Haan
e73407c4f2 Upgrade to JBoss 3.0.0. 2002-06-11 07:38:25 +00:00
Ernst de Haan
fe69929d4c Upgrade from 2.4.4 to 2.4.6. 2002-06-06 12:36:34 +00:00
Ernst de Haan
dee957eb95 Using bin/run.jar for startup. Now the control program
no longer reports an error at startup.

Bumped PORTREVISION.

PR:	38069
2002-05-15 07:43:11 +00:00
Ernst de Haan
156b71b59f Changed daemonctl program to check if the JAR file exists before
trying to start the JVM. This is a serious usability improvement.
Bumped PORTREVISION.
2002-05-08 22:00:04 +00:00
Ernst de Haan
4fe0ef03ca New port jboss2.
The jboss2ctl program does not work at this stage. I chose
to commit this port anyway because it has been lying around
for too long. Once it is in the ports tree, the improved
interest may trigger somebody else to fix the problem.

JBoss can be started using the supplied shell script anyway,
so it is still useful.

This is not the JBoss port submitted by Jesse Gallup in PR
35853, but one based on the www/orion port.

PR:	35853
2002-04-26 21:54:15 +00:00