network/cyrus-imapd: Fixed building with newer bdb and official mirror

This commit is contained in:
Mario Preksavec 2014-10-29 19:27:42 +01:00 committed by Willy Sudiarto Raharjo
parent e0f003a618
commit d5574e5c5b
2 changed files with 6 additions and 7 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for cyrus-imapd
# Copyright 2010-2011, mario <mario@slackverse.org>
# Copyright 2010, 2011, 2014 Mario Preksavec, Zagreb, HR
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -11,7 +11,7 @@
# 1. Redistributions of this script must retain the above copyright
# notice, this list of conditions and the following disclaimer.
#
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
@ -24,7 +24,7 @@
PRGNAM=cyrus-imapd
VERSION=${VERSION:-2.4.17}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PATCHES=${PATCHES:-yes}
@ -108,7 +108,6 @@ CXXFLAGS="$SLKCFLAGS" \
--with-libwrap \
--with-openssl \
--with-perl \
--with-bdb-incdir=/usr/include/db4 \
--with-cyrus-user=cyrus \
--with-cyrus-group=cyrus \
--enable-idled \

View File

@ -1,10 +1,10 @@
PRGNAM="cyrus-imapd"
VERSION="2.4.17"
HOMEPAGE="http://www.cyrusimap.org/"
DOWNLOAD="http://ponce.cc/slackware/sources/repo/cyrus-imapd-2.4.17.tar.gz"
DOWNLOAD="ftp://ftp.cyrusimap.org/cyrus-imapd/cyrus-imapd-2.4.17.tar.gz"
MD5SUM="c1747c6252587535d3d27f71eca8bd44"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="mario"
EMAIL="mario@slackverse.org"
MAINTAINER="Mario Preksavec"
EMAIL="mario at slackware dot hr"