Gentoo Archives: gentoo-commits

From: "Alin Nastac (mrness)" <mrness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-filter/dspam: ChangeLog dspam-3.8.0-r11.ebuild
Date: Sun, 01 Jun 2008 08:22:34
Message-Id: E1K2ipg-0002Ox-JV@stork.gentoo.org
1 mrness 08/06/01 08:22:28
2
3 Modified: ChangeLog dspam-3.8.0-r11.ebuild
4 Log:
5 Correct pgsql libdir (#224169).
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.115 mail-filter/dspam/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/dspam/ChangeLog?rev=1.115&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/dspam/ChangeLog?rev=1.115&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/dspam/ChangeLog?r1=1.114&r2=1.115
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/mail-filter/dspam/ChangeLog,v
18 retrieving revision 1.114
19 retrieving revision 1.115
20 diff -u -r1.114 -r1.115
21 --- ChangeLog 30 May 2008 15:32:34 -0000 1.114
22 +++ ChangeLog 1 Jun 2008 08:22:28 -0000 1.115
23 @@ -1,6 +1,9 @@
24 # ChangeLog for mail-filter/dspam
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/ChangeLog,v 1.114 2008/05/30 15:32:34 opfer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/ChangeLog,v 1.115 2008/06/01 08:22:28 mrness Exp $
28 +
29 + 01 Jun 2008; Alin Năstac <mrness@g.o> dspam-3.8.0-r11.ebuild:
30 + Correct pgsql libdir (#224169).
31
32 30 May 2008; Christian Faulhammer <opfer@g.o>
33 dspam-3.8.0-r11.ebuild:
34
35
36
37 1.7 mail-filter/dspam/dspam-3.8.0-r11.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/dspam/dspam-3.8.0-r11.ebuild?rev=1.7&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/dspam/dspam-3.8.0-r11.ebuild?rev=1.7&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/dspam/dspam-3.8.0-r11.ebuild?r1=1.6&r2=1.7
42
43 Index: dspam-3.8.0-r11.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/mail-filter/dspam/dspam-3.8.0-r11.ebuild,v
46 retrieving revision 1.6
47 retrieving revision 1.7
48 diff -u -r1.6 -r1.7
49 --- dspam-3.8.0-r11.ebuild 30 May 2008 15:32:34 -0000 1.6
50 +++ dspam-3.8.0-r11.ebuild 1 Jun 2008 08:22:28 -0000 1.7
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/dspam-3.8.0-r11.ebuild,v 1.6 2008/05/30 15:32:34 opfer Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/dspam-3.8.0-r11.ebuild,v 1.7 2008/06/01 08:22:28 mrness Exp $
56
57 WANT_AUTOCONF="latest"
58 WANT_AUTOMAKE="latest"
59 @@ -104,7 +104,7 @@
60 if use postgres ; then
61 STORAGE="${STORAGE},pgsql_drv"
62 myconf="${myconf} --with-pgsql-includes=/usr/include/postgresql"
63 - myconf="${myconf} --with-pgsql-libraries=/usr/$(get_libdir)/postgresql"
64 + myconf="${myconf} --with-pgsql-libraries=/usr/$(get_libdir)"
65 fi
66
67 econf --with-storage-driver=${STORAGE} \
68
69
70
71 --
72 gentoo-commits@l.g.o mailing list