Gentoo Archives: gentoo-commits

From: "Alin Nastac (mrness)" <mrness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/quagga: quagga-0.99.11.ebuild ChangeLog
Date: Mon, 13 Oct 2008 21:59:35
Message-Id: E1KpVRt-0004Qn-Iq@stork.gentoo.org
1 mrness 08/10/13 21:59:33
2
3 Modified: quagga-0.99.11.ebuild ChangeLog
4 Log:
5 Fix compile errors when ipv6 support is disabled (#241718).
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.2 net-misc/quagga/quagga-0.99.11.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/quagga/quagga-0.99.11.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/quagga/quagga-0.99.11.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/quagga/quagga-0.99.11.ebuild?r1=1.1&r2=1.2
14
15 Index: quagga-0.99.11.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-misc/quagga/quagga-0.99.11.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- quagga-0.99.11.ebuild 9 Oct 2008 22:01:00 -0000 1.1
22 +++ quagga-0.99.11.ebuild 13 Oct 2008 21:59:33 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-misc/quagga/quagga-0.99.11.ebuild,v 1.1 2008/10/09 22:01:00 mrness Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-misc/quagga/quagga-0.99.11.ebuild,v 1.2 2008/10/13 21:59:33 mrness Exp $
28
29 WANT_AUTOMAKE="latest"
30 WANT_AUTOCONF="latest"
31 @@ -10,7 +10,7 @@
32 DESCRIPTION="A free routing daemon replacing Zebra supporting RIP, OSPF and BGP."
33 HOMEPAGE="http://quagga.net/"
34 SRC_URI="http://www.quagga.net/download/${P}.tar.gz
35 - mirror://gentoo/${P}-patches-20081009.tar.gz"
36 + mirror://gentoo/${P}-patches-20081013.tar.gz"
37
38 LICENSE="GPL-2"
39 SLOT="0"
40 @@ -30,6 +30,7 @@
41
42 cd "${S}" || die "source dir not found"
43 epatch "${WORKDIR}/patch/${P}-link-libcap.patch"
44 + epatch "${WORKDIR}/patch/${P}-ipv6.patch"
45
46 # Classless prefixes for BGP - http://hasso.linux.ee/doku.php/english:network:quagga
47 use bgpclassless && epatch "${WORKDIR}/patch/ht-20040304-classless-bgp_adapted.patch"
48
49
50
51 1.78 net-misc/quagga/ChangeLog
52
53 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/quagga/ChangeLog?rev=1.78&view=markup
54 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/quagga/ChangeLog?rev=1.78&content-type=text/plain
55 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/quagga/ChangeLog?r1=1.77&r2=1.78
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/net-misc/quagga/ChangeLog,v
60 retrieving revision 1.77
61 retrieving revision 1.78
62 diff -u -r1.77 -r1.78
63 --- ChangeLog 9 Oct 2008 22:01:00 -0000 1.77
64 +++ ChangeLog 13 Oct 2008 21:59:33 -0000 1.78
65 @@ -2,7 +2,10 @@
66 # Copyright 1999-2008 Gentoo Foundation
67 # Copyright 2003-2004 DataCore GmbH
68 # Distributed under the terms of the GNU General Public License v2
69 -# $Header: /var/cvsroot/gentoo-x86/net-misc/quagga/ChangeLog,v 1.77 2008/10/09 22:01:00 mrness Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/net-misc/quagga/ChangeLog,v 1.78 2008/10/13 21:59:33 mrness Exp $
71 +
72 + 13 Oct 2008; Alin Năstac <mrness@g.o> quagga-0.99.11.ebuild:
73 + Fix compile errors when ipv6 support is disabled (#241718).
74
75 *quagga-0.99.11 (09 Oct 2008)