Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Feb 2005 19:00:43 GMT
From:      Scot Hetzel <swhetzel@gmail.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/77391: Apache 2.x Modules depending on wrong Apache port
Message-ID:  <200502111900.j1BJ0ho3047188@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/77391; it has been noted by GNATS.

From: Scot Hetzel <swhetzel@gmail.com>
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 <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?200502111900.j1BJ0ho3047188>