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
Responsible Changed From-To: freebsd-www->freebsd-ports-bugs ports PR
Responsible Changed From-To: freebsd-ports-bugs->skreuzer Fix synopsis and assign.
I am no longer the maintainer of this port, but I can help the current maintainer (who is CC'd) with this PR.
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
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"
State Changed From-To: open->closed Patch has been applied. Thanks