|
|
|
@ -16,7 +16,7 @@ LICENSE="GPL-2"
|
|
|
|
|
SLOT="0"
|
|
|
|
|
KEYWORDS="~amd64 ~x86"
|
|
|
|
|
REQUIRED_USE="mssql? ( odbc )"
|
|
|
|
|
IUSE="captcha debug full-xml hipe ldap mssql mysql nls odbc pam postgres redis
|
|
|
|
|
IUSE="captcha debug full-xml hipe ldap mssql mysql odbc pam postgres redis
|
|
|
|
|
riak roster-gw sip sqlite stun zlib"
|
|
|
|
|
|
|
|
|
|
RESTRICT="test"
|
|
|
|
@ -42,7 +42,6 @@ CDEPEND="
|
|
|
|
|
>=net-im/jabber-base-0.01
|
|
|
|
|
ldap? ( =net-nds/openldap-2* )
|
|
|
|
|
mysql? ( >=dev-erlang/p1_mysql-1.0.9 )
|
|
|
|
|
nls? ( >=dev-erlang/iconv-1.0.10 )
|
|
|
|
|
odbc? ( dev-db/unixODBC )
|
|
|
|
|
pam? ( >=dev-erlang/epam-1.0.5 )
|
|
|
|
|
postgres? ( >=dev-erlang/p1_pgsql-1.1.7 )
|
|
|
|
@ -60,7 +59,7 @@ DEPEND="${CDEPEND}
|
|
|
|
|
RDEPEND="${CDEPEND}
|
|
|
|
|
captcha? ( media-gfx/imagemagick[truetype,png] )"
|
|
|
|
|
|
|
|
|
|
DOCS=( README )
|
|
|
|
|
DOCS=( CHANGELOG.md README.md )
|
|
|
|
|
PATCHES=( "${FILESDIR}/${P}-ejabberdctl.patch"
|
|
|
|
|
"${FILESDIR}/${P}-0002-Dont-overwrite-service-file.patch" )
|
|
|
|
|
|
|
|
|
@ -213,7 +212,6 @@ src_configure() {
|
|
|
|
|
$(use_enable hipe) \
|
|
|
|
|
$(use_enable mssql) \
|
|
|
|
|
$(use_enable mysql) \
|
|
|
|
|
$(use_enable nls iconv) \
|
|
|
|
|
$(use_enable odbc) \
|
|
|
|
|
$(use_enable pam) \
|
|
|
|
|
$(use_enable postgres pgsql) \
|
|
|
|
|