Bug 51659 - make www/rt3 be compatible with www/p5-FastCGI
Summary: make www/rt3 be compatible with www/p5-FastCGI
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-05-01 14:30 UTC by Anton Berezin
Modified: 2003-06-11 11:05 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (2.47 KB, patch)
2003-05-01 14:30 UTC, Anton Berezin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anton Berezin freebsd_committer freebsd_triage 2003-05-01 14:30:17 UTC
There is currently no way to make rt3 use FastCGI via the port.

Fix: (requires ports/51653 and ports/51656 to be applied first)
Comment 1 Giorgos Keramidas freebsd_committer freebsd_triage 2003-05-20 00:29:43 UTC
Adding to the audit trail ...

: Message-Id: <20030501162551.GB70413@not.autrijus.org>
: Date: Fri, 2 May 2003 00:25:51 +0800
: From: Autrijus Tang <autrijus@autrijus.org>
:
: On Thu, May 01, 2003 at 03:20:23PM +0200, Anton Berezin wrote:
: > @@ -119,6 +127,7 @@
: >  	@${ECHO} "      DB_PORT=port                    The database port"
: >  	@${ECHO} "      DB_DBA_USER=password            Name of database administrator (root)"
: >  	@${ECHO} "      DB_DBA_PASSWORD=password        Password of database administrator"
: > +	@${ECHO} "      WITH_FASTCGI                    Use FastCGI instead of mod_perl"
: >  	@${ECHO} "      WITH_APACHE2                    Use Apache2 as the web server"
: >  	@${ECHO} "      UPGRADE                         Upgrade only, don't initialize DB"
: >  	@${ECHO} ""
:
: Looks good, let's apply it.
:
: I hope that some day one can say -DWITH_APACHE2 -DWITH_FASTCGI to
: use apache2+fastcgi, too, but currently www/mod_fastcgi does not
: support apache2 anyway, so that point is moot.
:
: Thanks,
: /Autrijus/
Comment 2 Anton Berezin freebsd_committer freebsd_triage 2003-06-11 11:03:49 UTC
State Changed
From-To: open->closed

Committed.