From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 10 15:40:08 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 18FA01065692 for ; Thu, 10 Dec 2009 15:40:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CEADC8FC12 for ; Thu, 10 Dec 2009 15:40:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nBAFe7fO062213 for ; Thu, 10 Dec 2009 15:40:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nBAFe7DJ062212; Thu, 10 Dec 2009 15:40:07 GMT (envelope-from gnats) Resent-Date: Thu, 10 Dec 2009 15:40:07 GMT Resent-Message-Id: <200912101540.nBAFe7DJ062212@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Florian Smeets Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A4501106566B for ; Thu, 10 Dec 2009 15:34:15 +0000 (UTC) (envelope-from flo@mail.solomo.de) Received: from mail.solomo.de (mail.solomo.de [85.214.49.72]) by mx1.freebsd.org (Postfix) with ESMTP id 5DC558FC1E for ; Thu, 10 Dec 2009 15:34:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.solomo.de (Postfix) with ESMTP id EAE383F53C; Thu, 10 Dec 2009 16:34:13 +0100 (CET) Received: from mail.solomo.de ([127.0.0.1]) by localhost (mail.solomo.de [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 3t8kpUJjQUPZ; Thu, 10 Dec 2009 16:34:10 +0100 (CET) Received: by mail.solomo.de (Postfix, from userid 1001) id CB7453F537; Thu, 10 Dec 2009 16:34:10 +0100 (CET) Message-Id: <20091210153410.CB7453F537@mail.solomo.de> Date: Thu, 10 Dec 2009 16:34:10 +0100 (CET) From: Florian Smeets To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: skreuzer@FreeBSD.org Subject: ports/141345: [PATCH] www/rt38: fix installation with WITH_FASTCGI set X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Dec 2009 15:40:08 -0000 >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: