From 45b00085f3a27c39007f8d7f9a559701df9365d3 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 29 Mar 2014 15:40:37 +0100 Subject: [PATCH] dovecot: rebuild to have corrected shlib-provides; lib32disabled=yes. --- common/shlibs | 6 ++++++ srcpkgs/dovecot/template | 7 ++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/common/shlibs b/common/shlibs index 1186f61f5d2..5495fff347d 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1506,3 +1506,9 @@ libgtkhex-3.so.0 libgtkhex-3.10.0_1 libgdlmm-3.0.so.2 libgdlmm-3.7.3_1 libgnote-3.12.so.0 gnote-3.12.0_1 libdmraid.so.1 dmraid-1.0.0.rc16.3_5 +libdovecot.so.0 dovecot-2.2.11_2 +libdovecot-login.so.0 dovecot-2.2.11_2 +libdovecot-compression.so.0 dovecot-2.2.11_2 +libdovecot-sql.so.0 dovecot-2.2.11_2 +libdovecot-storage.so.0 dovecot-2.2.11_2 +libdovecot-lda.so.0 dovecot-2.2.11_2 diff --git a/srcpkgs/dovecot/template b/srcpkgs/dovecot/template index 3dcc300f61d..577fdbf7f02 100644 --- a/srcpkgs/dovecot/template +++ b/srcpkgs/dovecot/template @@ -1,7 +1,7 @@ # Template file for 'dovecot' pkgname=dovecot version=2.2.11 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-moduledir=/usr/lib/dovecot/modules --with-sql=plugin --disable-static --with-nss --with-pam --with-mysql --with-pgsql @@ -36,6 +36,7 @@ if [ "$CROSS_BUILD" ]; then lib_cv_va_val_copy=yes" fi +lib32disabled=yes makedepends="zlib-devel bzip2-devel openssl-devel mit-krb5-devel libmysqlclient-devel>=5.5.27 postgresql-libs-devel sqlite-devel libldap-devel libcap-devel pam-devel libcurl-devel expat-devel" @@ -92,6 +93,7 @@ post_install() { } dovecot-plugin-ldap_package() { + lib32disabled=yes depends="dovecot>=${version}" short_desc+=" - LDAP plugin" conf_files="/etc/dovecot/conf.d/auth-ldap.conf.ext" @@ -103,6 +105,7 @@ dovecot-plugin-ldap_package() { } dovecot-plugin-mysql_package() { + lib32disabled=yes depends="dovecot>=${version}" short_desc+=" - MySQL plugin" pkg_install() { @@ -113,6 +116,7 @@ dovecot-plugin-mysql_package() { } dovecot-plugin-pgsql_package() { + lib32disabled=yes depends="dovecot>=${version}" short_desc+=" - PostgreSQL plugin" pkg_install() { @@ -123,6 +127,7 @@ dovecot-plugin-pgsql_package() { } dovecot-plugin-sqlite_package() { + lib32disabled=yes depends="dovecot>=${version}" short_desc+=" - SQLite plugin" pkg_install() {