diff options
author | 2012-11-21 14:07:09 +0000 | |
---|---|---|
committer | 2012-11-21 14:07:09 +0000 | |
commit | 88d6900a958bba1d376defe11b78fc9f7a853426 (patch) | |
tree | 6ec2439685e9c7e55c65f9c4268562323c199cb2 /net-misc/asterisk | |
parent | Fix by Jaco Kroon to avoid spurious errors in the AMI ShowDialPlan applicatio... (diff) | |
download | gentoo-2-88d6900a958bba1d376defe11b78fc9f7a853426.tar.gz gentoo-2-88d6900a958bba1d376defe11b78fc9f7a853426.tar.bz2 gentoo-2-88d6900a958bba1d376defe11b78fc9f7a853426.zip |
Fix by Jaco Kroon to avoid spurious errors in the AMI ShowDialPlan application, closes bug #440278. Prevent pwlib configure hooks catching on ptlib, closes bug #440278 by Diego Elio "Flameeyes" Pettenò.
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xB5058F9A)
Diffstat (limited to 'net-misc/asterisk')
-rw-r--r-- | net-misc/asterisk/ChangeLog | 10 | ||||
-rw-r--r-- | net-misc/asterisk/asterisk-10.10.0-r1.ebuild (renamed from net-misc/asterisk/asterisk-10.10.0.ebuild) | 5 |
2 files changed, 12 insertions, 3 deletions
diff --git a/net-misc/asterisk/ChangeLog b/net-misc/asterisk/ChangeLog index ae2d85cf3d91..30f4f3e8be7c 100644 --- a/net-misc/asterisk/ChangeLog +++ b/net-misc/asterisk/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for net-misc/asterisk # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/ChangeLog,v 1.422 2012/11/21 13:49:26 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/ChangeLog,v 1.423 2012/11/21 14:07:09 chainsaw Exp $ + +*asterisk-10.10.0-r1 (21 Nov 2012) + + 21 Nov 2012; Tony Vroon <chainsaw@gentoo.org> -asterisk-10.10.0.ebuild, + +asterisk-10.10.0-r1.ebuild: + Fix by Jaco Kroon to avoid spurious errors in the AMI ShowDialPlan + application, closes bug #440278. Prevent pwlib configure hooks catching on + ptlib, closes bug #440278 by Diego Elio "Flameeyes" Pettenò. *asterisk-11.0.1-r1 (21 Nov 2012) diff --git a/net-misc/asterisk/asterisk-10.10.0.ebuild b/net-misc/asterisk/asterisk-10.10.0-r1.ebuild index ae613e3b5bb5..73b5f89f7fdc 100644 --- a/net-misc/asterisk/asterisk-10.10.0.ebuild +++ b/net-misc/asterisk/asterisk-10.10.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/asterisk-10.10.0.ebuild,v 1.1 2012/11/13 14:44:48 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/asterisk-10.10.0-r1.ebuild,v 1.1 2012/11/21 14:07:09 chainsaw Exp $ EAPI=4 inherit autotools base eutils linux-info multilib @@ -10,7 +10,7 @@ MY_P="${PN}-${PV/_/-}" DESCRIPTION="Asterisk: A Modular Open Source PBX System" HOMEPAGE="http://www.asterisk.org/" SRC_URI="http://downloads.asterisk.org/pub/telephony/asterisk/releases/${MY_P}.tar.gz - mirror://gentoo/gentoo-asterisk-patchset-2.7.tar.bz2" + mirror://gentoo/gentoo-asterisk-patchset-2.8.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" @@ -110,6 +110,7 @@ src_configure() { --with-popt \ --with-ssl \ --with-z \ + --without-pwlib \ $(use_with caps cap) \ $(use_with http gmime) \ $(use_with newt) \ |