Bug 58724 - `www/mod_perl' install MAN3 pages on in specified path when perl-5.8.1 is installed & used
Summary: `www/mod_perl' install MAN3 pages on in specified path when perl-5.8.1 is ins...
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-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-30 14:00 UTC by Lev A. Serebryakov
Modified: 2004-01-11 02:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lev A. Serebryakov freebsd_committer freebsd_triage 2003-10-30 14:00:32 UTC
   `www/mod_perl' insalls ALL man pages to /usr/local/lib/perl5/5.8.1/man/*
and port says, that these manpages should go to /usr/local/man/*.
   So, `make install' complain about missed man pages to coimpress, `make package'
could not find these files, etc.
   I don't know, where man pages will be placed with other versions of perl, so I don't
add MAN<sect>PREFIX to port's Makefile.

Fix: 

I don't know, will be setting MANxPREFIX correct fix or not for all possible perl versions.
How-To-Repeat: 
  (1) install any apache13 port
  (2) install fresh `lang/perl5.8'
  (3) run `use.perl port'
  (4) try to install `www/mod_perl'
Comment 1 Christian Weisgerber 2003-11-10 00:29:45 UTC
>    `www/mod_perl' insalls ALL man pages to /usr/local/lib/perl5/5.8.1/man/*
> and port says, that these manpages should go to /usr/local/man/*.
>    So, `make install' complain about missed man pages to coimpress,
> `make package'
> could not find these files, etc.
>    I don't know, where man pages will be placed with other versions of
> perl, so I don't
> add MAN<sect>PREFIX to port's Makefile.

That would be correct, but the port should really use PERL_CONFIGURE
(which includes this), cf. www/mod_perl2.

-- 
Christian "naddy" Weisgerber                          naddy@mips.inka.de
Comment 2 Pete Fritchman freebsd_committer freebsd_triage 2004-01-11 02:30:56 UTC
State Changed
From-To: open->closed

Fix committed, thanks.