Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-mail/qmailadmin: ChangeLog qmailadmin-1.2.15.ebuild
Date: Wed, 26 Jan 2011 01:43:23
Message-Id: 20110126014314.261C620054@flycatcher.gentoo.org
1 robbat2 11/01/26 01:43:14
2
3 Modified: ChangeLog qmailadmin-1.2.15.ebuild
4 Log:
5 Bug #292546: Ensure correct build with vpopmail-mysql.
6
7 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.23 net-mail/qmailadmin/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/qmailadmin/ChangeLog?rev=1.23&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/qmailadmin/ChangeLog?rev=1.23&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/qmailadmin/ChangeLog?r1=1.22&r2=1.23
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-mail/qmailadmin/ChangeLog,v
19 retrieving revision 1.22
20 retrieving revision 1.23
21 diff -p -w -b -B -u -u -r1.22 -r1.23
22 --- ChangeLog 26 Jan 2011 01:31:19 -0000 1.22
23 +++ ChangeLog 26 Jan 2011 01:43:14 -0000 1.23
24 @@ -1,6 +1,9 @@
25 # ChangeLog for net-mail/qmailadmin
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-mail/qmailadmin/ChangeLog,v 1.22 2011/01/26 01:31:19 robbat2 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-mail/qmailadmin/ChangeLog,v 1.23 2011/01/26 01:43:14 robbat2 Exp $
29 +
30 + 26 Jan 2011; Robin H. Johnson <robbat2@g.o> qmailadmin-1.2.15.ebuild:
31 + Bug #292546: Ensure correct build with vpopmail-mysql.
32
33 *qmailadmin-1.2.15 (26 Jan 2011)
34
35
36
37
38 1.2 net-mail/qmailadmin/qmailadmin-1.2.15.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/qmailadmin/qmailadmin-1.2.15.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/qmailadmin/qmailadmin-1.2.15.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/qmailadmin/qmailadmin-1.2.15.ebuild?r1=1.1&r2=1.2
43
44 Index: qmailadmin-1.2.15.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/net-mail/qmailadmin/qmailadmin-1.2.15.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -p -w -b -B -u -u -r1.1 -r1.2
50 --- qmailadmin-1.2.15.ebuild 26 Jan 2011 01:31:19 -0000 1.1
51 +++ qmailadmin-1.2.15.ebuild 26 Jan 2011 01:43:14 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/net-mail/qmailadmin/qmailadmin-1.2.15.ebuild,v 1.1 2011/01/26 01:31:19 robbat2 Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/net-mail/qmailadmin/qmailadmin-1.2.15.ebuild,v 1.2 2011/01/26 01:43:14 robbat2 Exp $
57
58 inherit qmail eutils webapp
59
60 @@ -41,6 +41,9 @@ src_compile() {
61 else
62 set --
63 fi
64 + # If vpopmail is built with mysql, we need to pick that up.
65 + CFLAGS="${CFLAGS} $(</var/vpopmail/etc/inc_deps)"
66 + LDFLAGS="${LDFLAGS} $(</var/vpopmail/etc/lib_deps)"
67
68 econf \
69 --enable-valias \
70 @@ -64,6 +67,8 @@ src_compile() {
71 --enable-maxaliasesperpage=50 \
72 --enable-vpopuser=vpopmail \
73 --enable-vpopgroup=vpopmail \
74 + LDFLAGS="${LDFLAGS}" \
75 + CFLAGS="${CFLAGS}" \
76 "$@" \
77 || die "econf failed"