summaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd23
diff options
context:
space:
mode:
authorobache <obache>2011-04-14 12:29:16 +0000
committerobache <obache>2011-04-14 12:29:16 +0000
commit81d7e013b9bc300c617058458ff2c00549a68876 (patch)
tree73de596cd382ce9afae7bfe15b7af0fbf2cb54ea /mail/cyrus-imapd23
parent26358652cc1e59138c0ee5b121918e7a3506f1d4 (diff)
downloadpkgsrc-81d7e013b9bc300c617058458ff2c00549a68876.tar.gz
fixes build on DragonFly.
Diffstat (limited to 'mail/cyrus-imapd23')
-rw-r--r--mail/cyrus-imapd23/distinfo6
-rw-r--r--mail/cyrus-imapd23/patches/patch-aa11
-rw-r--r--mail/cyrus-imapd23/patches/patch-ab13
3 files changed, 24 insertions, 6 deletions
diff --git a/mail/cyrus-imapd23/distinfo b/mail/cyrus-imapd23/distinfo
index 6e5f20ddca8..002a0657277 100644
--- a/mail/cyrus-imapd23/distinfo
+++ b/mail/cyrus-imapd23/distinfo
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.2 2010/06/03 06:55:54 obache Exp $
+$NetBSD: distinfo,v 1.3 2011/04/14 12:29:16 obache Exp $
SHA1 (cyrus-imapd-2.3.16.tar.gz) = decc87045bfedb449d0af3512aa228090e558036
RMD160 (cyrus-imapd-2.3.16.tar.gz) = fa9d1462a7d7e839da9a11f52cddfd2ab854f2be
Size (cyrus-imapd-2.3.16.tar.gz) = 2359349 bytes
-SHA1 (patch-aa) = 38605d33284292bc3a3a1665bce1e63203b407f4
-SHA1 (patch-ab) = 6dee8c0b449f77b576e319cf78dc430f9a4e371a
+SHA1 (patch-aa) = ad2080816f3ec3b4cf0eca027cf5152dadc621b1
+SHA1 (patch-ab) = 50bf708b4e784925ea1b8f1fbaeefeb4bc1d2c09
SHA1 (patch-ac) = 28143b2306866ec8fb6357f7fa70f1c8baaa4c2d
SHA1 (patch-ad) = b9a68c7a1ab9b36e1c9bfa6d06dbc4f13bb2c99a
SHA1 (patch-ae) = f72486e0e3cf941eabbe6da31b107e8aabecb112
diff --git a/mail/cyrus-imapd23/patches/patch-aa b/mail/cyrus-imapd23/patches/patch-aa
index 1a603beed0d..8dfc538d94f 100644
--- a/mail/cyrus-imapd23/patches/patch-aa
+++ b/mail/cyrus-imapd23/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.1.1.1 2010/02/11 08:27:09 obache Exp $
+$NetBSD: patch-aa,v 1.2 2011/04/14 12:29:17 obache Exp $
--- configure.in.orig 2009-12-21 13:09:10.000000000 +0000
+++ configure.in
@@ -16,3 +16,12 @@ $NetBSD: patch-aa,v 1.1.1.1 2010/02/11 08:27:09 obache Exp $
LIBS="$LIBS -lrx"
AC_DEFINE(ENABLE_REGEX, [],
[Do we have a regex library?])
+@@ -1145,7 +1145,7 @@ dnl add perl cccdlflags when building li
+ dnl libraries will be compiled as PIC if perl requires PIC objects
+ 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*)
+ AC_MSG_CHECKING(for perl cccdlflags needed on "${target_os}")
+ eval `${PERL} -V:cccdlflags`
+ PERL_CCCDLFLAGS="$cccdlflags"
diff --git a/mail/cyrus-imapd23/patches/patch-ab b/mail/cyrus-imapd23/patches/patch-ab
index 2a3ac5a85f3..815cdb13d9c 100644
--- a/mail/cyrus-imapd23/patches/patch-ab
+++ b/mail/cyrus-imapd23/patches/patch-ab
@@ -1,6 +1,6 @@
-$NetBSD: patch-ab,v 1.1.1.1 2010/02/11 08:27:09 obache Exp $
+$NetBSD: patch-ab,v 1.2 2011/04/14 12:29:17 obache Exp $
---- configure.orig 2009-12-23 08:06:48.000000000 +0000
+--- configure.orig 2009-12-21 13:17:55.000000000 +0000
+++ configure
@@ -12402,7 +12402,7 @@ fi
@@ -20,3 +20,12 @@ $NetBSD: patch-ab,v 1.1.1.1 2010/02/11 08:27:09 obache Exp $
LIBS="$LIBS -lrx"
cat >>confdefs.h <<\_ACEOF
+@@ -20173,7 +20173,7 @@ elif test "${with_perl}" != "no"; then
+ PERL_SUBDIRS="imap"
+ PERL="${with_perl}"
+ case "${target_os}" in
+- linux*|netbsd*)
++ linux*|netbsd*|dragonfly*)
+ { $as_echo "$as_me:$LINENO: checking for perl cccdlflags needed on \"${target_os}\"" >&5
+ $as_echo_n "checking for perl cccdlflags needed on \"${target_os}\"... " >&6; }
+ eval `${PERL} -V:cccdlflags`