From owner-freebsd-apache@FreeBSD.ORG Fri Feb 11 18:59:05 2005 Return-Path: Delivered-To: freebsd-apache@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F357C16A4D0 for ; Fri, 11 Feb 2005 18:59:04 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31F1643D48 for ; Fri, 11 Feb 2005 18:59:04 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by wproxy.gmail.com with SMTP id 67so1785177wri for ; Fri, 11 Feb 2005 10:59:03 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:mime-version:content-type:content-transfer-encoding; b=XnESUJL3IGTSUc24nCwYlJoVIv6wHWkfKRG+chea4amgr2jWr+Va2VARLIOLDM9Eb/9alLte6vUDIE77YdJK9E+G2jLetcyKbWux0wqI2qLsvDPiatulH+o85GRETyZtPqGQUC65SoonklIZVa/qZgDIHkBXU06SmP9p76kbOoU= Received: by 10.54.49.37 with SMTP id w37mr406590wrw; Fri, 11 Feb 2005 10:59:03 -0800 (PST) Received: by 10.54.29.8 with HTTP; Fri, 11 Feb 2005 10:59:03 -0800 (PST) Message-ID: <790a9fff05021110592a18973@mail.gmail.com> Date: Fri, 11 Feb 2005 12:59:03 -0600 From: Scot Hetzel To: FreeBSD-gnats-submit@freebsd.org, clement@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: kiwi@oav.net cc: ports@fsck.ch cc: apache@FreeBSD.org cc: jeh@FreeBSD.org Subject: Re: ports/77391: Apache 2.x Modules depending on wrong Apache port X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Scot Hetzel List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Feb 2005 18:59:05 -0000 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