Bug 56661 - modify port mod_jk2 to build mod_jk2 2.x
Summary: modify port mod_jk2 to build mod_jk2 2.x
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Clement Laforet
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-10 02:10 UTC by Palle Girgensohn
Modified: 2004-04-18 11:44 UTC (History)
0 users

See Also:


Attachments
file.diff (8.27 KB, patch)
2003-09-10 02:10 UTC, Palle Girgensohn
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Palle Girgensohn 2003-09-10 02:10:15 UTC
This patch modifies the mod_jk2 port to build mod_jk2 instead of
mod_jk-1 for apache2.

This port actually produces (almost) the same thing as the just
comitted www/mod_jk-apache2. I think the name of this port is an
unlucky choice, since there exists such a thing as mod_jk2, which is
not really related to apache2. The maintainer/author of this port,
Larry Lansing, and myself have agreed on the following scheme:

mod_jk          - mod_jk 1.x for apache 1.3
mod_jk2         - mod_jk2 2.x for apache 1.3
mod_jk-apache2  - mod_jk 1.x for apache 2.x
mod_jk2-apache2 - mod_jk2 2.x for apache 2.x

since Larry's time is more limited than mine at the moment, I'll
temporarily take maintainership over these ports. He'll get it back
when things have settled down.

Fix: cvs remove mod_jk2/files/mod_jk.conf.sample
cvs remove mod_jk2/files/workers.properties.sample

 and after patching per below,

cvs add mod_jk2/files/patch-common::jk_mutex_thread_c
cvs add mod_jk2/files/patch-include::jk_mutex_h
cvs add mod_jk2/files/patch-apache13-makefile-apxs-in

Then, perhaps, there should be an entry in MOVED, since mod_jk2
actually moved to mod_jk-apache2. I'm not sure about this, as I'm not
sure whether the header of the Makefile should be altered. This port
builds a different binary after this patch, the old version of the
port is moved... The comitter decides...
Comment 1 Palle Girgensohn 2003-10-05 13:46:56 UTC
Hi,

What happened to this PR? I had a mail discussion about the apache2 and 
mod_jk2 confusion with the current mod_jk2 maintainer, and we agreed as per 
the text in this PR. It would be great if it got committed.

Thank,
Palle
Comment 2 Clement Laforet freebsd_committer freebsd_triage 2003-12-18 17:06:57 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clement

Grab this one.
Comment 3 Clement Laforet freebsd_committer freebsd_triage 2004-03-05 20:13:19 UTC
State Changed
From-To: open->feedback

Waiting for approval: 
http://people.freebsd.org/~clement/apache/download/ports/update/mod_jk2.tar.gz
Comment 4 Clement Laforet freebsd_committer freebsd_triage 2004-04-18 11:44:27 UTC
State Changed
From-To: feedback->closed

Committed, thanks!