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)
JBoss AS 5 GA will be Java EE 5 certified and will include the following core
technologies.
* JBoss Microcontainer - POJO based microcontainer removing the dependency
on JMX
* EJB 3.0 - Fully certified as part of the Java EE 5 compliant JBoss AS 5
* Hibernate 3.2 - JPA certified
* JBoss Messaging 1.2 - the next generation messaging platform from JBoss
with HA features.
* JBoss WebServices 2.0 - new custom built JAX-WS compliant WebServices
stack.
* JBoss Seam 1.1 - a powerful new application framework to build next
generation Web 2.0 applications by unifying and integrating popular
service oriented architecture (SOA) technologies
Submitted by: Nemo Liu <nemoliu gmail com>
PR: ports/110163
Repocopy by: marcus
Update java/jboss4 to 4.0.3 SP1, which includes the usual
bugfixes and minor tweaks. I tweaked the Makefile so that
it can handle the SP1 version properly and while keeping
the Makefile valid and passes portlint.
PR: ports/91066
Submitted by: Linh Pham <question+fbsdports@closedsrc.org>
- Add note on starting up JBoss4 with rcNG
- Add new "-config" option to jboss4ctl for JBoss4 startup config
- Move some notices in pkg-message [1]
PR: 75345
Submitted by: maintainer
Approved by: maintainer [1]
PLIST_FILES for scripts [1]
- Use FIND | INSTALL_DATA to install documentation rather than CP -r
- Added a missing SETENV macro in pre-install target
- Put JAVA_HOME/bin in front of PATH as the new javavmwrapper version would
otherwise cause trouble (see UPDATING for further information)
- ECHO_CMD -> ECHO_MSG
- Tweaked the comment: the name of the port is redundant here
PR: 72900
Requested by: linimon [1]
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)
. 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)
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)
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