Bug 71157 - [PATCH] www/mod_perl: add missing manpage
Summary: [PATCH] www/mod_perl: add missing manpage
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: freebsd-apache (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-30 18:10 UTC by Yen-Ming Lee
Modified: 2004-09-02 10:58 UTC (History)
1 user (show)

See Also:


Attachments
mod_perl-1.29_1.patch (859 bytes, patch)
2004-08-30 18:10 UTC, Yen-Ming Lee
no flags Details | Diff
mod_perl.diff (623 bytes, patch)
2004-08-30 19:51 UTC, Yen-Ming Lee
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yen-Ming Lee 2004-08-30 18:10:23 UTC
- add missing manpage (Apache::MyConfig.3)
- bump PORTREVISION

Port maintainer (apache@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.63
Comment 1 Mathieu Arnold freebsd_committer freebsd_triage 2004-08-30 18:19:07 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
Comment 2 Yen-Ming Lee freebsd_committer freebsd_triage 2004-08-30 19:51:32 UTC
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
Comment 3 Mathieu Arnold freebsd_committer freebsd_triage 2004-08-30 19:54:02 UTC
+-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
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2004-08-31 22:56:47 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-apache

Over to maintainer(s).
Comment 5 Mathieu Arnold freebsd_committer freebsd_triage 2004-09-02 10:58:29 UTC
State Changed
From-To: open->closed

Committed, thanks !