Dependency checking for phpmyadmin assumes libphp4.so is installed as DSO for apache13. Attempting to install on an apache2 + mod_php4 system causes a futile attempt to reinstall mod_php4 Fix: This patch makes the phpmyadmin port respect the WITH_APACHE2 make variable. How-To-Repeat: cd /usr/ports/www/apache2 make install cd /usr/ports/www/mod_php4 make -DWITH_APACHE2 install cd /usr/ports/databases/phpmyadmin make
Responsible Changed From-To: freebsd-ports->nbm over to maintainer
I see APACHE2 support was added in CVS some time ago now. Please close this PR Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK
State Changed From-To: open->closed Added the apache2 option, thanks!