Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Feb 2005 12:59:03 -0600
From:      Scot Hetzel <swhetzel@gmail.com>
To:        FreeBSD-gnats-submit@freebsd.org, clement@freebsd.org
Cc:        jeh@FreeBSD.org
Subject:   Re: ports/77391: Apache 2.x Modules depending on wrong Apache port
Message-ID:  <790a9fff05021110592a18973@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
I didn't notice ${PORTDIRS} when I removed <bsd.port.pre.mk>.  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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?790a9fff05021110592a18973>