Gentoo Archives: gentoo-commits

From: "Hanno Boeck (hanno)" <hanno@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-mta/courier/files: courier-0.59.0-asneeded.patch courier-0.48.1-spf-error-handling.patch
Date: Mon, 05 May 2008 22:33:50
Message-Id: E1Jt9F6-0000D8-Qm@stork.gentoo.org
1 hanno 08/05/05 22:33:08
2
3 Added: courier-0.59.0-asneeded.patch
4 Removed: courier-0.48.1-spf-error-handling.patch
5 Log:
6 courier asneeded fix and remove some old ebuilds
7 (Portage version: 2.1.5_rc6)
8
9 Revision Changes Path
10 1.1 mail-mta/courier/files/courier-0.59.0-asneeded.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/courier/files/courier-0.59.0-asneeded.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/courier/files/courier-0.59.0-asneeded.patch?rev=1.1&content-type=text/plain
14
15 Index: courier-0.59.0-asneeded.patch
16 ===================================================================
17 Index: courier-0.59.0/gdbmobj/Makefile.am
18 ===================================================================
19 --- courier-0.59.0.orig/gdbmobj/Makefile.am
20 +++ courier-0.59.0/gdbmobj/Makefile.am
21 @@ -14,11 +14,12 @@ noinst_LTLIBRARIES=libgdbmobj.la
22 noinst_PROGRAMS=testgdbm
23
24 libgdbmobj_la_SOURCES=$(LIBGDBMSOURCES)
25 +libgdbmobj_la_LIBADD=@LIBGDBM@
26
27 testgdbm_SOURCES=$(TESTGDBMSOURCES)
28
29 testgdbm_DEPENDENCIES=libgdbmobj.la
30 -testgdbm_LDADD=libgdbmobj.la @LIBGDBM@
31 +testgdbm_LDADD=libgdbmobj.la
32 testgdbm_LDFLAGS=-static
33
34 check-am:
35
36
37
38 --
39 gentoo-commits@l.g.o mailing list