summaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd24
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2011-05-15 12:04:24 +0000
committerobache <obache@pkgsrc.org>2011-05-15 12:04:24 +0000
commit4042b1dd6c70fb40bda1b9758d5b3788a279c2ea (patch)
treef00be976fcbf6e20c9c87e37db96c270b896a1b5 /mail/cyrus-imapd24
parent2120c4776cd8830ba89a616d2abf8617e546fa26 (diff)
downloadpkgsrc-4042b1dd6c70fb40bda1b9758d5b3788a279c2ea.tar.gz
fixs build on FreeBSD.
Diffstat (limited to 'mail/cyrus-imapd24')
-rw-r--r--mail/cyrus-imapd24/distinfo4
-rw-r--r--mail/cyrus-imapd24/patches/patch-aa4
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/cyrus-imapd24/distinfo b/mail/cyrus-imapd24/distinfo
index bcb4e49fda7..715caf7591b 100644
--- a/mail/cyrus-imapd24/distinfo
+++ b/mail/cyrus-imapd24/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.8 2011/04/14 12:23:40 obache Exp $
+$NetBSD: distinfo,v 1.9 2011/05/15 12:04:24 obache Exp $
SHA1 (cyrus-imapd-2.4.8.tar.gz) = 4dfc328aff482c9ebb4efdce4b140f69564880e8
RMD160 (cyrus-imapd-2.4.8.tar.gz) = 72f9afbf7893b3449a1a76b7050ea6d7c9b003c9
Size (cyrus-imapd-2.4.8.tar.gz) = 2424151 bytes
-SHA1 (patch-aa) = 29838467af173e0ca9ff174d0ce926ca2f76ca1f
+SHA1 (patch-aa) = c17dc4d5ebdd38fa31b7035feb2b233f19560c52
SHA1 (patch-ab) = e685a3c3fc106135318378d020860f0a25bc1d9f
SHA1 (patch-ac) = d6b2e8c00a3605773bf7718d29ccfb0b82f59323
SHA1 (patch-ad) = 9c97c99996271c5a123d58e94eb7b16bc9086ebb
diff --git a/mail/cyrus-imapd24/patches/patch-aa b/mail/cyrus-imapd24/patches/patch-aa
index e4a68fe6642..5ea94521fe0 100644
--- a/mail/cyrus-imapd24/patches/patch-aa
+++ b/mail/cyrus-imapd24/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.3 2011/04/14 12:23:40 obache Exp $
+$NetBSD: patch-aa,v 1.4 2011/05/15 12:04:24 obache Exp $
--- configure.in.orig 2011-04-13 14:35:22.000000000 +0000
+++ configure.in
@@ -32,7 +32,7 @@ $NetBSD: patch-aa,v 1.3 2011/04/14 12:23:40 obache Exp $
dnl -- this is needed on NetBSD and Linux, but seems to cause problems on atleast Solaris --
case "${target_os}" in
- linux*|netbsd*)
-+ linux*|netbsd*|dragonfly*)
++ linux*|netbsd*|freebsd*|dragonfly*)
AC_MSG_CHECKING(for perl cccdlflags needed on "${target_os}")
eval `${PERL} -V:cccdlflags`
PERL_CCCDLFLAGS="$cccdlflags"