ports/141345: [PATCH] www/rt38: fix installation with WITH_FASTCGI set

Florian Smeets flo at kasimir.com
Thu Dec 10 15:40:08 UTC 2009


>Number:         141345
>Category:       ports
>Synopsis:       [PATCH] www/rt38: fix installation with WITH_FASTCGI set
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 10 15:40:07 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Florian Smeets
>Release:        FreeBSD 7.2-STABLE amd64
>Organization:
>Environment:
System: FreeBSD mail.solomo.de 7.2-STABLE FreeBSD 7.2-STABLE #10: Fri Oct 16 15:21:55 CEST 2009
>Description:
without the attached patch APACHEMODDIR is not set, and mod_fastcgi is not found

Port maintainer (skreuzer at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

the attached patch fixed it for me, perhaps there is a more elegant solution

--- rt-3.8.6.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/rt38.orig/Makefile /usr/ports/www/rt38/Makefile
--- /usr/ports/www/rt38.orig/Makefile	2009-12-10 16:27:22.000000000 +0100
+++ /usr/ports/www/rt38/Makefile	2009-12-10 16:27:52.000000000 +0100
@@ -73,6 +73,8 @@
 .endif
 
 .if defined(WITH_FASTCGI)
+USE_APACHE=     1.3+
+.include "${PORTSDIR}/Mk/bsd.apache.mk"
 BUILD_DEPENDS+=	${LOCALBASE}/${APACHEMODDIR}/mod_fastcgi.so:${PORTSDIR}/www/mod_fastcgi
 RUN_DEPENDS+=	${LOCALBASE}/${APACHEMODDIR}/mod_fastcgi.so:${PORTSDIR}/www/mod_fastcgi
 .endif
--- rt-3.8.6.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list