Bug 151644 - p5-FastCGI port not installed as part of www/rt38 installation.
Summary: p5-FastCGI port not installed as part of www/rt38 installation.
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: Steven Kreuzer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-22 22:30 UTC by Steve
Modified: 2010-12-20 18:40 UTC (History)
0 users

See Also:


Attachments
pr151644.diff (643 bytes, patch)
2010-10-27 09:49 UTC, Florian Smeets
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Steve 2010-10-22 22:30:10 UTC
When installing RT 3.8.8 with the following options :

MYSQL=off "Enable MySQL backend"
APACHE=on "Enable www/apache22 server"
MODPERL=off "Enable mod_perl support"
POSTGRESQL=on "Enable Postgresql backend"
ORACLE=off "Enable Oracle backend"
SQLITE=off "Enable SQLite backend"
DEV=off "Configure for Developers"
STANDALONE=off "Enable standalone server"
FASTCGI=on "Enable FastCGI support"
GRAPHVIZ=on "Enable GraphViz charts"

and planning to use fastcgi the /usr/ports/www/p5-FastCGI port is not installed.

Fix: 

If user selects FASTCGI option install the p5-FastCGI port.
How-To-Repeat: 1. Remove all currently installed ports : pkg_delete -va
2. Install www/rt38 : cd /usr/ports/www/rt38 ; make install
3. Search for p5-FastCGI : pkg_info | grep p5-FastCGI
Comment 1 Rene Ladan freebsd_committer freebsd_triage 2010-10-22 23:22:14 UTC
Responsible Changed
From-To: freebsd-www->freebsd-ports-bugs

ports PR
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2010-10-24 12:10:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->skreuzer

Fix synopsis and assign.
Comment 3 Steven Kreuzer 2010-10-26 15:28:39 UTC
I am no longer the maintainer of this port, but I can help the current
maintainer (who is CC'd) with this PR.
Comment 4 Florian Smeets 2010-10-27 09:49:35 UTC
On 26.10.10 16:28, Steven Kreuzer wrote:
> I am no longer the maintainer of this port, but I can help the current
> maintainer (who is CC'd) with this PR.

Hi,

something like the attached patch should fix the issue.

Cheers,
Florian
Comment 5 dfilter service freebsd_committer freebsd_triage 2010-12-20 18:39:45 UTC
skreuzer    2010-12-20 18:39:39 UTC

  FreeBSD ports repository

  Modified files:
    www/rt38             Makefile 
  Log:
  Add p5-FastCGI as dependency when FASTCGI is defined
  
  PR:             ports/151644
  Submitted by:   Steve <steve@mailermailer.com>
  Approved by:    Florian Smeets <flo@smeets.im> (maintainer)
  
  Revision  Changes    Path
  1.35      +2 -1      ports/www/rt38/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 6 Steven Kreuzer freebsd_committer freebsd_triage 2010-12-20 18:40:03 UTC
State Changed
From-To: open->closed

Patch has been applied. Thanks