summaryrefslogtreecommitdiff
path: root/community/courier-mta
diff options
context:
space:
mode:
Diffstat (limited to 'community/courier-mta')
-rw-r--r--community/courier-mta/PKGBUILD6
-rw-r--r--community/courier-mta/courier-mta.install2
2 files changed, 5 insertions, 3 deletions
diff --git a/community/courier-mta/PKGBUILD b/community/courier-mta/PKGBUILD
index 45249a6f8..8d0a03833 100644
--- a/community/courier-mta/PKGBUILD
+++ b/community/courier-mta/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=courier-mta
pkgver=0.67.0
-pkgrel=1
+pkgrel=2
pkgdesc="IMAP(s)/POP3(s) and SMTP Server with ML-manager, webmail and webconfig"
arch=(i686 x86_64 'mips64el')
license=('GPL2')
@@ -23,7 +23,7 @@ backup=('etc/courier/imapd.cnf' 'etc/courier/pop3d.cnf' \
url="http://courier-mta.org"
depends=('courier-authlib>=0.63.0' 'gamin' 'gcc-libs' 'gdbm' 'pcre' 'mime-types' 'ca-certificates')
optdepends=('libldap')
-makedepends=('apache>=2.2.9-3' 'pam>=1.0.1-2' 'expect' 'gnupg' 'libldap' 'gamin')
+makedepends=('apache' 'pam' 'expect' 'gnupg' 'libldap' 'gamin')
provides=('smtp-server' 'smtp-forwarder' 'imap-server' 'pop3-server' 'courier-imap' 'courier-maildrop')
conflicts=('courier-imap' 'smtp-forwarder' 'smtp-server' 'imap-server' 'courier-maildrop' 'ucspi-tcp')
options=('!libtool')
@@ -65,6 +65,8 @@ build() {
's|--with-authchangepwdir=/var/tmp/dev/null|--with-authchangepwdir=$libexecdir/authlib|' \
configure && chmod 755 configure
+ LDFLAGS+=",-L /usr/lib/courier-authlib -lcourierauth"
+ echo $LDFLAGS
# courier is more about configuring than compiling :-), lets start the mess
./configure --prefix=/usr \
--sysconfdir=/etc/courier \
diff --git a/community/courier-mta/courier-mta.install b/community/courier-mta/courier-mta.install
index e835e3efd..b0d827e43 100644
--- a/community/courier-mta/courier-mta.install
+++ b/community/courier-mta/courier-mta.install
@@ -20,7 +20,7 @@ post_upgrade() {
post_install $1
echo "Please migrate to the new daemon format:"
echo "/etc/rc.d/courier-imap has been split into separate daemons:"
- echo " imapd, imads-ssl, pop3d, pop3d-ssl"
+ echo " imapd, imapd-ssl, pop3d, pop3d-ssl"
echo "This elimates the need for /etc/conf.d/courier-imap"
echo "Update your /etc/rc.conf and manually add the desired daemons. Make sure"
echo "you first start authdaemond before any other of these daemons."