Bug 43706 - Make databases/phpmyadmin operate with apache2
Summary: Make databases/phpmyadmin operate with apache2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: nbm
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-05 10:40 UTC by Matthew Seaman
Modified: 2003-01-09 14:35 UTC (History)
0 users

See Also:


Attachments
file.diff (524 bytes, patch)
2002-10-05 10:40 UTC, Matthew Seaman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Seaman 2002-10-05 10:40:07 UTC
	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
Comment 1 Ying-Chieh Liao freebsd_committer freebsd_triage 2002-10-07 02:01:41 UTC
Responsible Changed
From-To: freebsd-ports->nbm

over to maintainer
Comment 2 Matthew Seaman 2003-01-04 12:19:06 UTC
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
Comment 3 nbm freebsd_committer freebsd_triage 2003-01-09 14:34:50 UTC
State Changed
From-To: open->closed

Added the apache2 option, thanks!