From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 20 22:00:46 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D44316A4CF for ; Fri, 20 Aug 2004 22:00:46 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBD1C43D1D for ; Fri, 20 Aug 2004 22:00:45 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i7KM0jUK074760 for ; Fri, 20 Aug 2004 22:00:45 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7KM0gmK074754; Fri, 20 Aug 2004 22:00:42 GMT (envelope-from gnats) Resent-Date: Fri, 20 Aug 2004 22:00:42 GMT Resent-Message-Id: <200408202200.i7KM0gmK074754@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, Colin Henein Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DA8216A4CE for ; Fri, 20 Aug 2004 21:51:08 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 747A343D55 for ; Fri, 20 Aug 2004 21:51:08 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i7KLp8a0056667 for ; Fri, 20 Aug 2004 21:51:08 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i7KLp87H056666; Fri, 20 Aug 2004 21:51:08 GMT (envelope-from nobody) Message-Id: <200408202151.i7KLp87H056666@www.freebsd.org> Date: Fri, 20 Aug 2004 21:51:08 GMT From: Colin Henein To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/70744: mod_fastcgi doesn't build without Makefile patch X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Aug 2004 22:00:46 -0000 >Number: 70744 >Category: ports >Synopsis: mod_fastcgi doesn't build without Makefile patch >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Aug 20 22:00:42 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Colin Henein >Release: 4.10 >Organization: Parliant >Environment: FreeBSD silk-new.parliant.com 4.10-RELEASE FreeBSD 4.10-RELEASE #0: Tue May 25 22:47:12 GMT 2004 root@perseus.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: When building this port with WITH_APACHE2 and using the default apache2 port the fastcgi compile fails with a whack of errors. The problem is that the location of the apache2 build directory is not what the fastcgi makefile expects. >How-To-Repeat: make WITH_APACHE2=yes in the mod_fastcgi port with the apache2 port installed >Fix: There is a line: MAKE_ARGS= INCLUDES=-I${PREFIX}/include/apache2 in the port's Makefile in the .if defined(WITH_APACHE2) block. The following text should be appended to the MAKE_ARGS line: top_builddir=/usr/local/share/apache2 This will override the incorrect assumption made by the mod_fastcgi/Makefile.AP2 makefile as to the location of the build directory. >Release-Note: >Audit-Trail: >Unformatted: