Bug 85588 - drupal port misses Postgres 8.0 installation
Summary: drupal port misses Postgres 8.0 installation
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: Pav Lucistnik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-01 22:10 UTC by Vick Khera
Modified: 2005-09-18 22:35 UTC (History)
0 users

See Also:


Attachments
file.diff (291 bytes, patch)
2005-09-01 22:10 UTC, Vick Khera
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vick Khera 2005-09-01 22:10:09 UTC
	

ports/www/drupal tries to detect postgres exists, and then loads in the
necessary dependencies for the database layer.  however, it only notices
postgres 7.3 and 7.4.  The following patch generalizes it to notice
any version of postgres. (I suspect it should really be a CONFIG option, but
I have not the time for that right now).

Also, FYI, without the DB stuff, it has no dependency on PHP directly...
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2005-09-04 14:10:13 UTC
Dear maintainer of FreeBSD port www/drupal, please take a look at

http://www.freebsd.org/cgi/query-pr.cgi?q=85588

Do you approve this patch?

-- 
Pav Lucistnik <pav@oook.cz>
              <pav@FreeBSD.org>
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2005-09-04 14:10:15 UTC
State Changed
From-To: open->feedback

Asked maintainer for approval 


Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2005-09-04 14:10:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pav

Track
Comment 4 Pav Lucistnik freebsd_committer freebsd_triage 2005-09-18 22:35:28 UTC
State Changed
From-To: feedback->closed

Committed, thanks!