diff options
author | obache <obache@pkgsrc.org> | 2011-04-14 12:29:16 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-04-14 12:29:16 +0000 |
commit | 83c6116cde8261fb19711c460f5eefa74b7f324c (patch) | |
tree | 73de596cd382ce9afae7bfe15b7af0fbf2cb54ea /mail | |
parent | cfb81bba15701eaee0b9ec7138ab3e0bdb79648e (diff) | |
download | pkgsrc-83c6116cde8261fb19711c460f5eefa74b7f324c.tar.gz |
fixes build on DragonFly.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/cyrus-imapd23/distinfo | 6 | ||||
-rw-r--r-- | mail/cyrus-imapd23/patches/patch-aa | 11 | ||||
-rw-r--r-- | mail/cyrus-imapd23/patches/patch-ab | 13 |
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` |