Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-mta/exim: ChangeLog exim-4.76.ebuild
Date: Mon, 04 Jul 2011 10:28:22
Message-Id: 20110704102812.AA08820051@flycatcher.gentoo.org
1 grobian 11/07/04 10:28:12
2
3 Modified: ChangeLog exim-4.76.ebuild
4 Log:
5 Fix linking order such that linking works correctly with as-needed, bug #352265
6
7 (Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.204 mail-mta/exim/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/ChangeLog?rev=1.204&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/ChangeLog?rev=1.204&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/ChangeLog?r1=1.203&r2=1.204
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/mail-mta/exim/ChangeLog,v
19 retrieving revision 1.203
20 retrieving revision 1.204
21 diff -u -r1.203 -r1.204
22 --- ChangeLog 3 Jul 2011 18:09:16 -0000 1.203
23 +++ ChangeLog 4 Jul 2011 10:28:12 -0000 1.204
24 @@ -1,6 +1,11 @@
25 # ChangeLog for mail-mta/exim
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/ChangeLog,v 1.203 2011/07/03 18:09:16 grobian Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/ChangeLog,v 1.204 2011/07/04 10:28:12 grobian Exp $
29 +
30 + 04 Jul 2011; Fabian Groffen <grobian@g.o> exim-4.76.ebuild,
31 + +files/exim-4.76-as-needed.patch:
32 + Fix linking order such that linking works correctly with as-needed, bug
33 + #352265
34
35 03 Jul 2011; Fabian Groffen <grobian@g.o>
36 files/exim-4.74-localscan_dlopen.patch:
37
38
39
40 1.10 mail-mta/exim/exim-4.76.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/exim-4.76.ebuild?rev=1.10&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/exim-4.76.ebuild?rev=1.10&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/exim-4.76.ebuild?r1=1.9&r2=1.10
45
46 Index: exim-4.76.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.76.ebuild,v
49 retrieving revision 1.9
50 retrieving revision 1.10
51 diff -u -r1.9 -r1.10
52 --- exim-4.76.ebuild 16 May 2011 18:39:04 -0000 1.9
53 +++ exim-4.76.ebuild 4 Jul 2011 10:28:12 -0000 1.10
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.76.ebuild,v 1.9 2011/05/16 18:39:04 jer Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.76.ebuild,v 1.10 2011/07/04 10:28:12 grobian Exp $
59
60 EAPI="3"
61
62 @@ -73,6 +73,7 @@
63 epatch "${FILESDIR}"/exim-4.69-r1.27021.patch
64 epatch "${FILESDIR}"/exim-4.74-radius-db-ENV-clash.patch # 287426
65 epatch "${FILESDIR}"/exim-4.75-makefile-freebsd.patch
66 + epatch "${FILESDIR}"/exim-4.76-as-needed.patch # 352265
67
68 use maildir && epatch "${FILESDIR}"/exim-4.20-maildir.patch
69
70 @@ -174,7 +175,7 @@
71 sed -i "s:# RADIUS_CONFIG_FILE=/etc/radiusclient/radiusclient.conf:RADIUS_CONFIG_FILE=${EPREFIX}/etc/radiusclient/radiusclient.conf:" Makefile
72 sed -i "s:# RADIUS_LIB_TYPE=RADIUSCLIENT$:RADIUS_LIB_TYPE=RADIUSCLIENT:" Makefile
73 fi
74 - echo "EXTRALIBS=${myconf} ${LDFLAGS}" >> Makefile
75 + echo "EXTRALIBS=${myconf}" >> Makefile
76
77 # make iconv usage explicit
78 echo "HAVE_ICONV=yes" >> Makefile