Gentoo Archives: gentoo-commits

From: "Jeremy Olexa (darkside)" <darkside@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-ftp/yafc: yafc-1.1.1-r1.ebuild ChangeLog
Date: Fri, 30 May 2008 04:50:31
Message-Id: E1K1wZM-0006kC-6n@stork.gentoo.org
1 darkside 08/05/30 04:50:24
2
3 Modified: yafc-1.1.1-r1.ebuild ChangeLog
4 Log:
5 fixed compilation with USE=kerberos. Thanks to Kevin Fullerton & Fredrik Eriksson for the changes and Gautam Iyer for reporting. Closes bug #201741
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.8 net-ftp/yafc/yafc-1.1.1-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/yafc/yafc-1.1.1-r1.ebuild?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/yafc/yafc-1.1.1-r1.ebuild?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/yafc/yafc-1.1.1-r1.ebuild?r1=1.7&r2=1.8
14
15 Index: yafc-1.1.1-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-ftp/yafc/yafc-1.1.1-r1.ebuild,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- yafc-1.1.1-r1.ebuild 23 Sep 2007 22:23:00 -0000 1.7
22 +++ yafc-1.1.1-r1.ebuild 30 May 2008 04:50:23 -0000 1.8
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/yafc/yafc-1.1.1-r1.ebuild,v 1.7 2007/09/23 22:23:00 fmccor Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-ftp/yafc/yafc-1.1.1-r1.ebuild,v 1.8 2008/05/30 04:50:23 darkside Exp $
29
30 inherit autotools eutils
31
32 @@ -31,8 +31,23 @@
33
34 src_compile() {
35 local myconf=""
36 - use kerberos && myconf="${myconf} --with-krb5=/usr/ --with-gssapi=/usr" \
37 - || myconf="${myconf} --with-krb5=no --with-gssapi=no"
38 + if use kerberos ; then
39 + if has_version app-crypt/heimdal ; then
40 + myconf="${myconf} --with-krb5=/usr/ --with-krb4=no --with-gssapi=/usr"
41 + elif has_version app-crypt/mit-krb5 ; then
42 + if built_with_use app-crypt/mit-krb5 krb4 ; then
43 + myconf="${myconf} --with-krb5=/usr/ --with-krb4=/usr/ --with-gssapi=/usr"
44 + else
45 + myconf="${myconf} --with-krb5=/usr/ --with-krb4=no --with-gssapi=/usr"
46 + fi
47 + else
48 + die "No supported kerberos provider detected"
49 + fi
50 + else
51 + myconf="${myconf} --without-krb4 --without-krb5"
52 + fi
53 +# use kerberos && myconf="${myconf} --with-krb5=/usr/ --with-gssapi=/usr" \
54 +# || myconf="${myconf} --with-krb5=no --with-krb4=no --with-gssapi=no"
55 use socks5 && myconf="${myconf} --with-socks5=/usr" \
56 || myconf="${myconf} --with-socks5=no"
57 use readline && myconf="${myconf} --with-readline=/usr" \
58
59
60
61 1.36 net-ftp/yafc/ChangeLog
62
63 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/yafc/ChangeLog?rev=1.36&view=markup
64 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/yafc/ChangeLog?rev=1.36&content-type=text/plain
65 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/yafc/ChangeLog?r1=1.35&r2=1.36
66
67 Index: ChangeLog
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo-x86/net-ftp/yafc/ChangeLog,v
70 retrieving revision 1.35
71 retrieving revision 1.36
72 diff -u -r1.35 -r1.36
73 --- ChangeLog 12 Nov 2007 14:10:56 -0000 1.35
74 +++ ChangeLog 30 May 2008 04:50:23 -0000 1.36
75 @@ -1,6 +1,10 @@
76 # ChangeLog for net-ftp/yafc
77 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
78 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/yafc/ChangeLog,v 1.35 2007/11/12 14:10:56 armin76 Exp $
79 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
80 +# $Header: /var/cvsroot/gentoo-x86/net-ftp/yafc/ChangeLog,v 1.36 2008/05/30 04:50:23 darkside Exp $
81 +
82 + 30 May 2008; Jeremy Olexa <darkside@g.o> yafc-1.1.1-r1.ebuild:
83 + fixed compilation with USE=kerberos. Thanks to Kevin Fullerton & Fredrik
84 + Eriksson for the changes and Gautam Iyer for reporting. Closes bug #201741
85
86 12 Nov 2007; Raúl Porcel <armin76@g.o> -yafc-1.1.ebuild:
87 old
88
89
90
91 --
92 gentoo-commits@l.g.o mailing list