If apache2 is installed then www/mod_rpaf and www/mod_rpaf2 get the same name: mod_rpaf-ap2-0.5, which causes warning to be emitted during "make index" and incorrect "make search" results. Btw AP_FAST_BUILD is defined twice with the same value... Fix: I invented 2 other fixes, but this one is the simplest. How-To-Repeat: # cd /usr/ports/www/apache2 && make install clean # cd /usr/ports/www/mod_rpaf && make describe # cd /usr/ports/www/mod_rpaf2 && make describe
Responsible Changed From-To: freebsd-ports-bugs->apache Over to maintainer(s)
State Changed From-To: open->closed It's the correct behavior. Because you have WITH_APACHE2 defined. BTW, it's harmless in this case.
On Mon, Dec 05, 2005 at 01:16:27PM +0000, Clement Laforet wrote: > Synopsis: duplicate INDEX entry: www/mod_rpaf* > > It's the correct behavior. Because you have WITH_APACHE2 defined. > BTW, it's harmless in this case. > No, I don't have WITH_APACHE2 defined: # make -C /usr/ports/www/mod_rpaf -V WITH_APACHE2 # make -C /usr/ports/www/mod_rpaf2 -V WITH_APACHE2 # I am not sure if this is harmless: # make -C /usr/ports/www/mod_rpaf -V PKGNAME mod_rpaf-ap20-0.5 # make -C /usr/ports/www/mod_rpaf2 -V PKGNAME mod_rpaf-ap20-0.5 # but it is surely tumultuous during ``make index''. -- Vasil Dimov