Date: Thu, 10 Dec 2009 16:34:10 +0100 (CET) From: Florian Smeets <flo@kasimir.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: skreuzer@FreeBSD.org Subject: ports/141345: [PATCH] www/rt38: fix installation with WITH_FASTCGI set Message-ID: <20091210153410.CB7453F537@mail.solomo.de> Resent-Message-ID: <200912101540.nBAFe7DJ062212@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091210153410.CB7453F537>