| Summary: | [PATCH] www/mod_perl: add missing manpage | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Yen-Ming Lee <leeym> | ||||||
| Component: | Individual Port(s) | Assignee: | freebsd-apache (Nobody) <apache> | ||||||
| Status: | Closed FIXED | ||||||||
| Severity: | Affects Only Me | CC: | apache | ||||||
| Priority: | Normal | ||||||||
| Version: | Latest | ||||||||
| Hardware: | Any | ||||||||
| OS: | Any | ||||||||
| Attachments: |
|
||||||||
|
Description
Yen-Ming Lee
2004-08-30 18:10:23 UTC
+-Le 31/08/2004 01:03 +0800, Yen-Ming Lee a dit : | - Bundle::Apache.3 \ | + Bundle::Apache.3 Apache::MyConfig.3 \ This is true with 5.8.5 but not with 5.6.1 or 5.005_03, this is a bug in ExtUtils, so, you also have to add a patch to the Makefile.PL to add the full list of man pages. -- Mathieu Arnold On Mon, Aug 30, 2004 at 07:19:07PM +0200, Mathieu Arnold wrote:
> +-Le 31/08/2004 01:03 +0800, Yen-Ming Lee a dit :
> | - Bundle::Apache.3 \
> | + Bundle::Apache.3 Apache::MyConfig.3 \
>
> This is true with 5.8.5 but not with 5.6.1 or 5.005_03, this is a bug in
> ExtUtils, so, you also have to add a patch to the Makefile.PL to add the
> full list of man pages.
How about add a conditional MAN3 after ".include <bsd.port.pre.mk>"?
--
Yen-Ming Lee [utf7:+Z05fZWYO] | KeyID:0x5EB52E51 | Taipei, Taiwan
+-Le 31/08/2004 02:51 +0800, Yen-Ming Lee a dit : | On Mon, Aug 30, 2004 at 07:19:07PM +0200, Mathieu Arnold wrote: |> +-Le 31/08/2004 01:03 +0800, Yen-Ming Lee a dit : |> | - Bundle::Apache.3 \ |> | + Bundle::Apache.3 Apache::MyConfig.3 \ |> |> This is true with 5.8.5 but not with 5.6.1 or 5.005_03, this is a bug in |> ExtUtils, so, you also have to add a patch to the Makefile.PL to add the |> full list of man pages. | | How about add a conditional MAN3 after ".include <bsd.port.pre.mk>"? That's good too, some port chose this way, as it's way easier :-) -- Mathieu Arnold Responsible Changed From-To: freebsd-ports-bugs->freebsd-apache Over to maintainer(s). State Changed From-To: open->closed Committed, thanks ! |