Commit Graph

15 Commits

Author SHA1 Message Date
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