Gentoo Archives: gentoo-commits

From: "Tobias Scherbaum (dertobi123)" <dertobi123@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-mail/cyrus-imapd: cyrus-imapd-2.2.13-r1.ebuild ChangeLog
Date: Mon, 01 Oct 2007 17:34:30
Message-Id: E1IcP1O-00013Y-Jr@stork.gentoo.org
1 dertobi123 07/10/01 17:25:30
2
3 Modified: cyrus-imapd-2.2.13-r1.ebuild ChangeLog
4 Log:
5 Filter as-needed if snmp is used, bug #187138
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.8 net-mail/cyrus-imapd/cyrus-imapd-2.2.13-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/cyrus-imapd/cyrus-imapd-2.2.13-r1.ebuild?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/cyrus-imapd/cyrus-imapd-2.2.13-r1.ebuild?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/cyrus-imapd/cyrus-imapd-2.2.13-r1.ebuild?r1=1.7&r2=1.8
14
15 Index: cyrus-imapd-2.2.13-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/cyrus-imapd-2.2.13-r1.ebuild,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- cyrus-imapd-2.2.13-r1.ebuild 1 Oct 2007 12:23:42 -0000 1.7
22 +++ cyrus-imapd-2.2.13-r1.ebuild 1 Oct 2007 17:25:30 -0000 1.8
23 @@ -1,8 +1,8 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/cyrus-imapd-2.2.13-r1.ebuild,v 1.7 2007/10/01 12:23:42 armin76 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/cyrus-imapd-2.2.13-r1.ebuild,v 1.8 2007/10/01 17:25:30 dertobi123 Exp $
28
29 -inherit autotools eutils ssl-cert fixheadtails pam
30 +inherit autotools eutils ssl-cert fixheadtails pam flag-o-matic
31
32 DESCRIPTION="The Cyrus IMAP Server."
33 HOMEPAGE="http://asg.web.cmu.edu/cyrus/imapd/"
34 @@ -200,6 +200,11 @@
35 }
36
37 src_compile() {
38 + # as-needed fix wrt net-snmp-5.4, bug #187138
39 + if use snmp ; then
40 + append-ldflags -Wl,--no-as-needed
41 + fi
42 +
43 local myconf
44 myconf="${myconf} $(use_with afs)"
45 myconf="${myconf} $(use_with drac)"
46
47
48
49 1.108 net-mail/cyrus-imapd/ChangeLog
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/cyrus-imapd/ChangeLog?rev=1.108&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/cyrus-imapd/ChangeLog?rev=1.108&content-type=text/plain
53 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/cyrus-imapd/ChangeLog?r1=1.107&r2=1.108
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/ChangeLog,v
58 retrieving revision 1.107
59 retrieving revision 1.108
60 diff -u -r1.107 -r1.108
61 --- ChangeLog 1 Oct 2007 12:23:42 -0000 1.107
62 +++ ChangeLog 1 Oct 2007 17:25:30 -0000 1.108
63 @@ -1,11 +1,15 @@
64 # ChangeLog for net-mail/cyrus-imapd
65 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/ChangeLog,v 1.107 2007/10/01 12:23:42 armin76 Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/ChangeLog,v 1.108 2007/10/01 17:25:30 dertobi123 Exp $
68
69 01 Oct 2007; Raúl Porcel <armin76@g.o>
70 cyrus-imapd-2.2.13-r1.ebuild:
71 sparc stable wrt #187138
72
73 + 01 Oct 2007; Tobias Scherbaum <dertobi123@g.o>
74 + cyrus-imapd-2.2.13-r1.ebuild:
75 + Filter as-needed if snmp is used, bug #187138
76 +
77 09 Sep 2007; Markus Rothe <corsair@g.o>
78 cyrus-imapd-2.2.13-r1.ebuild:
79 Stable on ppc64; bug #187138
80
81
82
83 --
84 gentoo-commits@g.o mailing list