has not been tested with Apache 2.0 though.
Looks for the right Tomcat JAR file. Since Tomcat 3.3
${TOMCAT_HOME}/lib/webserver.jar no longer exists.
Moved the file replacements (using ${SED}) from post-extract
to post-patch.
Changed the mod_jk.conf file to point to the right location
for the workers.properties file.
Bumped PORTREVISION.
messages for the browser plugin.
This is a bandaid for the problem expressed in the PR while I evaluate
a number of other proposed patches for the correct fix. Hence the PR
currently remains open.
PR: 37087
Reviewed by: sobomax
Approved by: sobomax
- fix remaining two places where CFLAGS weren't respected;
- use cpio(1) to copy hierarchies instead of tar(1), so that it is possible
to build the port as ordinary user, but still have installed files be
owned by root;
- use slightly different solution for the problem with 777 permissions on
directories created during the build. Instead of harcoding resulting
prmission apply umask(2) to all mode arguments of [f]chmod() calls.
Since Rotor has no notion of file-level security anyway this should be
an optimal way to fix the problem.
Submitted by: Patrick Backlund <pbacklun@cc.hut.fi> (cpio fix)
sobomax (the rest)
This is my first commit after some pause. Newest portlint is happy,
the usual procedure of package and port install/deinstall, the compare
/usr/local is happy, too. Hope I didn't forget anything else.
Renamed the control program to tomcat3ctl for consistency
with tomcat4ctl.
Now displaying installation settings in pre-patch phase.
Customizing files using ${SED} in post-patch phase.
Also some small changes to promote consistency and
genericity.
Bumped PORTREVISION.
shared among other ports, like www/orion, www/jboss2 and
www/jakarta-tomcat3.
Now displaying installation settings in pre-patch phase.
Customizing files using ${SED} in post-patch phase.
Furthermore some small changes to promote consistency and
genericity. I'm attempting to make the result of
$ diff -ruN --exclude=CVS jakarta-tomcat3 jakarta-tomcat4
as small as possible.
Bumped PORTREVISION to help portupgrade in doing what it
does best ;)
and to use green iso linux threads by default.
These patches were removed by me when I upgraded the
port to FCS, but they should have been ported to this
version of the port.
Bumped PORTREVISION.
Submitted by: glewis