| Summary: | mod_perl fixes for apache13 port | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Dominic Mitchell <dom> | ||||
| Component: | Individual Port(s) | Assignee: | Andrey A. Chernov <ache> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Dominic Mitchell
2001-10-25 18:50:00 UTC
On Thu, Oct 25, 2001 at 00:05:15 +0100, Dominic Mitchell wrote: > > Possibly, it should be another option, WITH_EXPAT, which also > uses a LIB_DEPEND? I'm not sure. If you want to use full expat, it should be directly specified with LIB_DEPEND, not as indirect guessing. BTW, what are drawbacks to permanently include LARGEFILES and full expat support in apache? Is they are performance or size ones? -- Andrey A. Chernov http://ache.pp.ru/ Responsible Changed From-To: freebsd-ports->ache Over to maintainer On Thu, Oct 25, 2001 at 09:59:58PM +0400, Andrey A. Chernov wrote: > On Thu, Oct 25, 2001 at 00:05:15 +0100, Dominic Mitchell wrote: > > > > Possibly, it should be another option, WITH_EXPAT, which also > > uses a LIB_DEPEND? I'm not sure. > > If you want to use full expat, it should be directly specified with > LIB_DEPEND, not as indirect guessing. Right. I'll adjust that. However, is there any reason to not make apache dependent on expat, generally? It will reduce a number of support problems with modules thgat use expat. > BTW, what are drawbacks to permanently include LARGEFILES and full expat > support in apache? Is they are performance or size ones? I'm not sure; the settings I used were suggested by mod_perl. I would imagine that testing on 4.4-STABLE would help, if it works there it should be ok. -Dom On Mon, Nov 05, 2001 at 09:31:53 +0000, Dominic Mitchell wrote: > > Right. I'll adjust that. However, is there any reason to not make > apache dependent on expat, generally? It will reduce a number of > support problems with modules thgat use expat. As I already say, it depends of full expat library size and performance compared to expat lite. If tests shows that Apache will run with almost equal speed and size with full expat, we can switch to it. > > BTW, what are drawbacks to permanently include LARGEFILES and full expat > > support in apache? Is they are performance or size ones? > > I'm not sure; the settings I used were suggested by mod_perl. I would > imagine that testing on 4.4-STABLE would help, if it works there it > should be ok. If you show your test results indicating no drawbacks, both LARGEFILES and expat can be included into the main Apache port. -- Andrey A. Chernov http://ache.pp.ru/ State Changed From-To: open->closed Full expat now is default now for apache port |