pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/cyrus-imapd Added the patch from PR 32114 to make...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f4d93e681fa7
branches:  trunk
changeset: 503369:f4d93e681fa7
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Nov 19 11:50:56 2005 +0000

description:
Added the patch from PR 32114 to make this package build with SunPro on
Solaris. Fixes PR 32114.

diffstat:

 mail/cyrus-imapd/distinfo         |   3 ++-
 mail/cyrus-imapd/patches/patch-cc |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r 92ca37c11b81 -r f4d93e681fa7 mail/cyrus-imapd/distinfo
--- a/mail/cyrus-imapd/distinfo Sat Nov 19 11:19:57 2005 +0000
+++ b/mail/cyrus-imapd/distinfo Sat Nov 19 11:50:56 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.20 2005/08/15 02:20:33 rh Exp $
+$NetBSD: distinfo,v 1.21 2005/11/19 11:50:56 rillig Exp $
 
 SHA1 (cyrus-imapd-2.2.12.tar.gz) = 08adc5dfde1288c0d9e7de44e7ea4d17a7940d06
 RMD160 (cyrus-imapd-2.2.12.tar.gz) = ff4a95e519ea066ed9b21b515b18bdacaf0d1852
@@ -16,3 +16,4 @@
 SHA1 (patch-bc) = 3266d52067aef8f4835670cba1be6c190ff94f15
 SHA1 (patch-ca) = cc3e9cb9c56e8d51062bf9d691454ea90ce25b09
 SHA1 (patch-cb) = a8281c11f93f8f91d6c80d43ca9e20bc658d8813
+SHA1 (patch-cc) = 3ee1d64fe5f228aab4fceca3cbd45839d3659dd0
diff -r 92ca37c11b81 -r f4d93e681fa7 mail/cyrus-imapd/patches/patch-cc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/cyrus-imapd/patches/patch-cc Sat Nov 19 11:50:56 2005 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-cc,v 1.1 2005/11/19 11:50:56 rillig Exp $
+
+The SunPro compiler does not like non-static inline functions.
+
+--- sieve/bc_emit.c.orig       Wed Oct 22 20:03:24 2003
++++ sieve/bc_emit.c    Sat Nov 19 12:48:06 2005
+@@ -45,7 +45,7 @@ OF OR IN CONNECTION WITH THE USE OR PERF
+ void dump(bytecode_info_t *d);
+ #endif
+ 
+-inline int write_int (int fd, int x)
++static inline int write_int (int fd, int x)
+ {
+     int y=htonl(x);
+     return (write(fd, &y, sizeof(int)));



Home | Main Index | Thread Index | Old Index