Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 72942 - postgresql ebuild supporting xml
Summary: postgresql ebuild supporting xml
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: PgSQL Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-30 10:25 UTC by bme
Modified: 2007-09-22 23:24 UTC (History)
1 user (show)

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


Attachments
postgresql-8.0.0_beta5.ebuild with xml (contrib/xml2) support (postgresql-8.0.0_beta5.ebuild,7.06 KB, application/octet-stream)
2004-11-30 10:26 UTC, bme
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bme 2004-11-30 10:25:40 UTC
Attached is a tweaked postgresql ebuild that include xml support (using contrib/xml2) in postgresql.

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




Note that postgresql's contrib/Makefile does not include xml2 (xml2 is commented
out due to "non-standard makefile").  This suggested ebuild does not change the
Makefile; rather, it cd's into the contrib/xml2 directory to build & install.
Comment 1 bme 2004-11-30 10:26:38 UTC
Created attachment 45005 [details]
postgresql-8.0.0_beta5.ebuild with xml (contrib/xml2) support
Comment 2 Masatomo Nakano (RETIRED) gentoo-dev 2004-11-30 13:04:43 UTC
I've just added it to postgresql-8.0.0_beta5.ebuild in cvs.
Thank you for your contribution :)