Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 57534 - Add USE flag to enable PostgreSQL database support to the ebuilds.
Summary: Add USE flag to enable PostgreSQL database support to the ebuilds.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Chris White (RETIRED)
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2004-07-18 17:24 UTC by Loren M. Lang
Modified: 2007-09-22 23:19 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Adds postgresql support to mozilla-1.6-r1 ebuild. (mozilla-pgsql.patch,1.42 KB, patch)
2004-07-18 17:28 UTC, Loren M. Lang
Details | Diff
Adds postgresql support to mozilla-1.7 ebuild. (mozilla-1.7-pgsql.patch,1.40 KB, patch)
2004-07-18 17:29 UTC, Loren M. Lang
Details | Diff
Adds postgresql support to mozilla-1.7.5 ebuild. (mozilla-1.7.5-pgsql.patch,1.14 KB, patch)
2005-02-16 20:58 UTC, Loren M. Lang
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Loren M. Lang 2004-07-18 17:24:44 UTC
PostgreSQL database support, which is included in the mozilla source code, is not enabled by default and the current ebuilds for mozilla do not have an option to enable them.  Attached to this bug report is a patch for mozilla-1.6-r1 and mozilla-1.7 ebuilds with adds the USE flag pgsql.  Patch for 1.6-r1 tested and works, but patch for 1.7 not yet tested.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.




Not sure what version of postgresql mozilla's sql support needs.  I made a guess
of 7.2.0.  Also, the sql support in mozilla is supposed to eventually support
other databases like mysql and oracle, but I'm not sure how to implement that. 
Maybe need a use flag for SQL and a use flag for PGSQL.
Comment 1 Loren M. Lang 2004-07-18 17:28:04 UTC
Created attachment 35717 [details, diff]
Adds postgresql support to mozilla-1.6-r1 ebuild.

Tested and works well.
Comment 2 Loren M. Lang 2004-07-18 17:29:01 UTC
Created attachment 35718 [details, diff]
Adds postgresql support to mozilla-1.7 ebuild.

Not yet tested.
Comment 3 Loren M. Lang 2005-02-16 20:58:11 UTC
Created attachment 51395 [details, diff]
Adds postgresql support to mozilla-1.7.5 ebuild.

This patch has been tested and seems to work well with mozilla.
Comment 4 Chris White (RETIRED) gentoo-dev 2005-03-02 13:01:29 UTC
This has been sitting around a bit with a quick fix.. I'll take this.
Comment 5 Chris White (RETIRED) gentoo-dev 2005-03-02 22:22:46 UTC
In portage.  Added as an unstable revbump as the sql support needs more testing.