aboutsummaryrefslogtreecommitdiff
path: root/java/jboss4
Commit message (Collapse)AuthorAgeFilesLines
* . Update to 3.2.2Greg Lewis2003-11-043-55/+962
| | | | | | | | | | | . 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) Notes: svn path=/head/; revision=93093
* Make this look and behave more like a FreeBSD port.Dag-Erling Smørgrav2003-07-143-1466/+1416
| | | | Notes: svn path=/head/; revision=84870
* Handing over maintainership to des.Ernst de Haan2003-07-141-1/+1
| | | | | | | Requested by: des Notes: svn path=/head/; revision=84862
* Update to 3.2.1.Ernst de Haan2003-07-113-833/+1349
| | | | Notes: svn path=/head/; revision=84668
* Patch to delete the symbol CR (carriage return) in some files.Ernst de Haan2003-07-111-2/+14
| | | | | | | | | Bumped PORTREVISION. Submitted by: Ivanchenko V. I. <webmaster@asiamusic.ru> Notes: svn path=/head/; revision=84653
* Update to 3.0.7.Ernst de Haan2003-07-103-181/+764
| | | | | | | Submitted by: Ivanchenko V. I. <webmaster@asiamusic.ru> Notes: svn path=/head/; revision=84582
* Officially dropping maintainership. I have no time nor the interestErnst de Haan2003-04-161-1/+1
| | | | | | | to maintain the JBoss ports. Notes: svn path=/head/; revision=79062
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Fixed daemonctl control program to work with the FreeBSD JDK 1.3.1.Ernst de Haan2002-10-091-1/+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) Notes: svn path=/head/; revision=67721
* Changed target installation directory so it does not includeErnst de Haan2002-10-091-1/+2
| | | | | | | | | | | | the minor version number anymore. Bumped PORTREVISION. PR: 43565 Requested by: Andrew Gerweck <andy@gerweck.dyndns.org> Notes: svn path=/head/; revision=67718
* Changed WRKDIR definition. It is changed fromErnst de Haan2002-08-101-1/+1
| | | | | | | | | ${.CURDIR}/work to ${WRKDIRPREFIX}${.CURDIR}/work. PR: 39593 Notes: svn path=/head/; revision=64325
* Upgrade to JBoss 3.0.0.Ernst de Haan2002-06-114-1262/+245
| | | | Notes: svn path=/head/; revision=61091
* Upgrade from 2.4.4 to 2.4.6.Ernst de Haan2002-06-063-1161/+1102
| | | | Notes: svn path=/head/; revision=60690
* Using bin/run.jar for startup. Now the control programErnst de Haan2002-05-151-3/+3
| | | | | | | | | | | no longer reports an error at startup. Bumped PORTREVISION. PR: 38069 Notes: svn path=/head/; revision=59151
* Changed daemonctl program to check if the JAR file exists beforeErnst de Haan2002-05-081-0/+1
| | | | | | | | trying to start the JVM. This is a serious usability improvement. Bumped PORTREVISION. Notes: svn path=/head/; revision=58756
* New port jboss2.Ernst de Haan2002-04-267-0/+1604
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 Notes: svn path=/head/; revision=58192