Bug 143615 - www/p5-HTML-Mason 1.44_1 build for apache2 with mod_perl problem
Summary: www/p5-HTML-Mason 1.44_1 build for apache2 with mod_perl problem
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: 2010-02-06 21:30 UTC by Alexander Kirpa
Modified: 2010-02-12 12:37 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 Alexander Kirpa 2010-02-06 21:30:02 UTC
apache2 and mod_perl2 already installed.

=> MD5 Checksum OK for libapreq-1.34.tar.gz.
=> SHA256 Checksum OK for libapreq-1.34.tar.gz.
===>   p5-libapreq-1.34 depends on file: /usr/local/bin/perl5.8.9 - found
===>  Patching for p5-libapreq-1.34
===>   p5-libapreq-1.34 depends on file: /usr/local/bin/perl5.8.9 - found
===>   p5-libapreq-1.34 depends on file: /usr/local/lib/perl5/site_perl/5.8.9/mach/mod_perl.pm - not found
===>    Verifying reinstall for /usr/local/lib/perl5/site_perl/5.8.9/mach/mod_perl.pm in /usr/ports/www/mod_perl
===>  mod_perl-1.31_1 : Error from bsd.apache.mk. apache22 is installed (or APACHE_PORT is defined) and port requires 1.3.
*** Error code 1
Stop in /usr/ports/www/mod_perl.
*** Error code 1
Stop in /usr/ports/www/p5-libapreq.
*** Error code 1
Stop in /usr/ports/www/p5-libapreq.
*** Error code 1
Stop in /usr/ports/www/p5-HTML-Mason.
*** Error code 1
Stop in /usr/ports/www/p5-HTML-Mason.
*** Error code 1
Stop in /usr/ports/www/p5-HTML-Mason.
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade20100206-12168-7d16f1-0 env make reinstall
** Fix the installation problem and try again.
** Listing the failed packages (-:ignored / *:skipped / !:failed)
 ! www/p5-HTML-Mason    (install error)

Fix: 

adding line:
WITH_APACHE2=true
to file '/var/db/ports/p5-HTML-Mason/options'
solve problem
for automation need update Makefile
---------
diff Makefile Makefile-std
61,62c61,62
< OPTIONS=    MOD_PERL "with mod_perl dependency" off \
<   APACHE2  "for apache2" off
---
> OPTIONS=    MOD_PERL "with mod_perl dependency" off
>
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2010-02-12 10:30:22 UTC
Dear maintainer of FreeBSD port www/p5-HTML-Mason, can you please take a
look at 

  http://www.freebsd.org/cgi/query-pr.cgi?pr=143615

and approve/reject the proposed patch?

-- 
Pav Lucistnik <pav@oook.cz>
              <pav@FreeBSD.org>

East or west, ~ is best.
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2010-02-12 10:30:25 UTC
State Changed
From-To: open->feedback

Asked for maintainer's approval
Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2010-02-12 12:35:52 UTC
State Changed
From-To: feedback->closed

Committed, thanks!