From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 11 19:01:00 2005 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 33FDE16A523 for ; Fri, 11 Feb 2005 19:01:00 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC65643D39 for ; Fri, 11 Feb 2005 19:00:43 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j1BJ0hm1047191 for ; Fri, 11 Feb 2005 19:00:43 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j1BJ0ho3047188; Fri, 11 Feb 2005 19:00:43 GMT (envelope-from gnats) Date: Fri, 11 Feb 2005 19:00:43 GMT Message-Id: <200502111900.j1BJ0ho3047188@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Scot Hetzel Subject: Re: ports/77391: Apache 2.x Modules depending on wrong Apache port X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Scot Hetzel List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Feb 2005 19:01:00 -0000 The following reply was made to PR ports/77391; it has been noted by GNATS. From: Scot Hetzel To: FreeBSD-gnats-submit@freebsd.org, clement@freebsd.org Cc: apache@FreeBSD.org, jeh@FreeBSD.org, kiwi@oav.net, ports@fsck.ch Subject: Re: ports/77391: Apache 2.x Modules depending on wrong Apache port Date: Fri, 11 Feb 2005 12:59:03 -0600 I didn't notice ${PORTDIRS} when I removed . After applying the patch in this PR, you'll need to change: ${PORTSDIR}/www/ to ${.CURDIR}/../ In all the affected ports except for mod_frontpage2-rtr, as it is using ${.CURDIR}/../. clement has reverted his change to "Makefiles.modules.3rd" back to revision 1.17 in www/apache2. If we make these changes now, then when he puts it back in, it won't break theses ports again :). Scot