Magellan Linux

Diff of /trunk/extras/dovecot/dovecot-1.2.10-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 5087 by niro, Thu Mar 4 15:46:29 2010 UTC revision 5089 by niro, Thu Mar 4 17:09:01 2010 UTC
# Line 2  Line 2 
2    
3  PNAME="dovecot"  PNAME="dovecot"
4  PVER="1.2.10"  PVER="1.2.10"
5  PBUILD="r1"  PBUILD="r2"
6    
7  PCATEGORIE="net-mail"  PCATEGORIE="net-mail"
8  STATE="unstable"  STATE="unstable"
# Line 12  HOMEPAGE="http://dovecot.org/" Line 12  HOMEPAGE="http://dovecot.org/"
12    
13  DEPEND=">= net-mail/mail-base-files-0.1  DEPEND=">= net-mail/mail-base-files-0.1
14   >= sys-libs/pam-1.1   >= sys-libs/pam-1.1
15     >= sys-libs/libcap-2.17
16   >= dev-libs/openssl-0.9.8k   >= dev-libs/openssl-0.9.8k
17   >= net-nds/openldap-2.4   >= net-nds/openldap-2.4
18   >= dev-db/mysql5-5.1"   >= dev-db/mysql5-5.1
19     >= dev-db/sqlite-3.6
20     >= dev-db/db-4.8"
21    
22  SRCFILE="${PNAME}-${PVER}.tar.gz"  SRCFILE="${PNAME}-${PVER}.tar.gz"
23  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
# Line 51  src_compile() Line 54  src_compile()
54    
55   mconfigure \   mconfigure \
56   --sysconfdir=/etc/dovecot \   --sysconfdir=/etc/dovecot \
57   --libexecdir=/usr/$(mlibdir)/dovecot \   --with-moduledir=/usr/$(mlibdir)/dovecot \
58   --localstatedir=/var \   --localstatedir=/var \
59   --enable-header-install \   --enable-header-install \
60   --enable-ipv6 \   --enable-ipv6 \
61   --disable-debug \   --disable-debug \
62   --with-ioloop=best \   --with-ioloop=best \
63   --with-poll=best \   --with-poll=best \
64     --with-libcap \
65   --with-ssl=openssl \   --with-ssl=openssl \
66   --with-ssldir=/etc/ssl \   --with-ssldir=/etc/ssl \
67   --with-ldap \   --with-ldap=plugin \
68     --with-sql=plugin \
69     --with-sql-drivers \
70   --with-mysql \   --with-mysql \
71     --with-sqlite \
72     --with-db \
73   --with-pam \   --with-pam \
74   || die   || die
75    

Legend:
Removed from v.5087  
changed lines
  Added in v.5089