Summary: | dev-db/postgresql - add ldap use flag | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Radoslaw Kojdecki <radek> |
Component: | New packages | Assignee: | PgSQL Bugs <pgsql-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | enhancement | ||
Priority: | Low | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Radoslaw Kojdecki
2007-11-08 08:18:06 UTC
Could You add the flag ?? I have just "emerge world" and of course I've lost my "ldap" flag :( My proposal is : --- postgresql-8.2.6.ebuild 2008-01-13 02:44:21.000000000 +0100 +++ /root/postgresql-8.2.6.ebuild 2008-03-19 04:20:58.000000000 +0100 @@ -11,7 +11,7 @@ SRC_URI="mirror://postgresql/source/v${PV}/${PN}-${PV}.tar.bz2" LICENSE="POSTGRESQL" SLOT="0" -IUSE="doc kerberos kernel_linux nls pam perl pg-intdatetime python readline selinux ssl tcl test xml zlib" +IUSE="doc kerberos kernel_linux nls pam perl pg-intdatetime python readline selinux ssl tcl test xml zlib ldap" RDEPEND="~dev-db/libpq-${PV} >=sys-libs/ncurses-5.2 @@ -24,7 +24,8 @@ ssl? ( >=dev-libs/openssl-0.9.6-r1 ) tcl? ( >=dev-lang/tcl-8 ) xml? ( dev-libs/libxml2 dev-libs/libxslt ) - zlib? ( >=sys-libs/zlib-1.1.3 )" + zlib? ( >=sys-libs/zlib-1.1.3 ) + ldap? ( net-nds/openldap )" DEPEND="${RDEPEND} sys-devel/autoconf >=sys-devel/bison-1.875 @@ -91,6 +92,7 @@ --enable-depend \ $(use_with kerberos krb5) \ $(use_enable nls ) \ + $(use_with ldap) \ $(use_with pam) \ $(use_with perl) \ $(use_enable pg-intdatetime integer-datetimes ) \ I've applied this locally to my 8.3.1 ebuild and it works fine for me. What's holding back the inclusion? Done in dev-db/postgresql-base-8.{2,3} |