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: exim-4.69-r3.ebuild
Date: Sat, 03 Oct 2009 11:14:05
Message-Id: E1Mu2Yt-00020R-7r@stork.gentoo.org
1 grobian 09/10/03 11:14:03
2
3 Modified: exim-4.69-r3.ebuild
4 Log:
5 cosmetic fixups to comments
6 (Portage version: 2.2.00.14475-prefix/cvs/Darwin powerpc)
7
8 Revision Changes Path
9 1.10 mail-mta/exim/exim-4.69-r3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/exim/exim-4.69-r3.ebuild?rev=1.10&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/exim/exim-4.69-r3.ebuild?rev=1.10&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/exim/exim-4.69-r3.ebuild?r1=1.9&r2=1.10
14
15 Index: exim-4.69-r3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.69-r3.ebuild,v
18 retrieving revision 1.9
19 retrieving revision 1.10
20 diff -u -r1.9 -r1.10
21 --- exim-4.69-r3.ebuild 30 Sep 2009 17:47:26 -0000 1.9
22 +++ exim-4.69-r3.ebuild 3 Oct 2009 11:14:03 -0000 1.10
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.69-r3.ebuild,v 1.9 2009/09/30 17:47:26 armin76 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.69-r3.ebuild,v 1.10 2009/10/03 11:14:03 grobian Exp $
28
29 inherit eutils toolchain-funcs multilib pam
30
31 @@ -70,7 +70,7 @@
32 sed -i "/SYSTEM_ALIASES_FILE/ s'SYSTEM_ALIASES_FILE'/etc/mail/aliases'" "${S}"/src/configure.default
33 cp "${S}"/src/configure.default "${S}"/src/configure.default.orig
34
35 - # Includes Typo fix for bug 47106
36 + # includes typo fix for bug #47106
37 sed -e "48i\CFLAGS=${CFLAGS}" \
38 -e "s:# AUTH_CRAM_MD5=yes:AUTH_CRAM_MD5=yes:" \
39 -e "s:# AUTH_PLAINTEXT=yes:AUTH_PLAINTEXT=yes:" \
40 @@ -117,11 +117,10 @@
41 cp ../exim_monitor/EDITME eximon.conf
42 sed -i "s:# EXIM_MONITOR=eximon.bin:EXIM_MONITOR=eximon.bin:" Makefile
43 fi
44 - #These next two should resolve 37964
45 if use perl; then
46 sed -i "s:# EXIM_PERL=perl.o:EXIM_PERL=perl.o:" Makefile
47 fi
48 - # mbox useflag renamed, see bug 110741
49 + # mbox useflag renamed, see bug #110741
50 if use mbx; then
51 sed -i "s:# SUPPORT_MBX=yes:SUPPORT_MBX=yes:" Makefile
52 fi
53 @@ -143,10 +142,9 @@
54 fi
55 if use ipv6; then
56 echo "HAVE_IPV6=YES" >> Makefile
57 - #To fix bug 41196
58 + # to fix bug #41196
59 echo "IPV6_USE_INET_PTON=yes" >> Makefile
60 fi
61 -
62 if use dovecot-sasl; then
63 sed -i "s:# AUTH_DOVECOT=yes:AUTH_DOVECOT=yes:" Makefile
64 fi
65 @@ -155,14 +153,13 @@
66 sed -i "s:# RADIUS_CONFIG_FILE=/etc/radiusclient/radiusclient.conf:RADIUS_CONFIG_FILE=/etc/radiusclient/radiusclient.conf:" Makefile
67 sed -i "s:# RADIUS_LIB_TYPE=RADIUSCLIENT$:RADIUS_LIB_TYPE=RADIUSCLIENT:" Makefile
68 fi
69 -
70 if [[ -n ${myconf} ]] ; then
71 echo "EXTRALIBS=${myconf} ${LDFLAGS}" >> Makefile
72 fi
73
74 - # Make iconv usage explicit
75 + # make iconv usage explicit
76 echo "HAVE_ICONV=yes" >> Makefile
77 - # If we use libiconv, now is the time to tell so
78 + # if we use libiconv, now is the time to tell so
79 use !elibc_glibc && echo "EXTRALIBS_EXIM=-liconv" >> Makefile
80
81 cd "${S}"
82 @@ -239,7 +236,7 @@
83 LDFLAGS += -lcrypto -L${ROOT}/usr/$(get_libdir)/libdomainkeys -ldomainkeys" >> Local/Makefile
84 fi
85
86 -# Use the "native" interface to the DBM library
87 + # use the "native" interface to the DBM library
88 echo "USE_DB=yes" >> "${S}"/Local/Makefile
89 }