summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMounir Lamouri <volkmar@gentoo.org>2009-07-15 09:48:14 +0000
committerMounir Lamouri <volkmar@gentoo.org>2009-07-15 09:48:14 +0000
commita19e445526c0736874c784a6d504e9475c55c4da (patch)
tree330d5bb3a7c3c7d7e8b85700f48cf652a1dda026 /net-libs/ptlib
parentRestore elibtoolize for ~x86-fbsd. (diff)
downloadgentoo-2-a19e445526c0736874c784a6d504e9475c55c4da.tar.gz
gentoo-2-a19e445526c0736874c784a6d504e9475c55c4da.tar.bz2
gentoo-2-a19e445526c0736874c784a6d504e9475c55c4da.zip
disabling avc plugin, bug 276514
(Portage version: 13805-svn/cvs/Linux i686)
Diffstat (limited to 'net-libs/ptlib')
-rw-r--r--net-libs/ptlib/ChangeLog5
-rw-r--r--net-libs/ptlib/ptlib-2.6.2.ebuild6
2 files changed, 8 insertions, 3 deletions
diff --git a/net-libs/ptlib/ChangeLog b/net-libs/ptlib/ChangeLog
index a8ec428ea634..bd7e3f551e38 100644
--- a/net-libs/ptlib/ChangeLog
+++ b/net-libs/ptlib/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/ptlib
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/ptlib/ChangeLog,v 1.5 2009/07/13 20:45:15 volkmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/ptlib/ChangeLog,v 1.6 2009/07/15 09:48:14 volkmar Exp $
+
+ 15 Jul 2009; Mounir Lamouri <volkmar@gentoo.org> ptlib-2.6.2.ebuild:
+ Disabling avc plugin. Fix bug 276514
13 Jul 2009; Mounir Lamouri <volkmar@gentoo.org> ptlib-2.6.2.ebuild:
remote USE flag needs config-file. Fix bug 277617
diff --git a/net-libs/ptlib/ptlib-2.6.2.ebuild b/net-libs/ptlib/ptlib-2.6.2.ebuild
index b739312ca93e..2053fc2c8942 100644
--- a/net-libs/ptlib/ptlib-2.6.2.ebuild
+++ b/net-libs/ptlib/ptlib-2.6.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/ptlib/ptlib-2.6.2.ebuild,v 1.5 2009/07/13 20:45:15 volkmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/ptlib/ptlib-2.6.2.ebuild,v 1.6 2009/07/15 09:48:14 volkmar Exp $
EAPI="2"
@@ -48,6 +48,7 @@ DEPEND="${COMMON_DEP}
# tools/ directory is ignored
# looks to have an auto-magic dep with medialibs, but not in the tree so...
# upstream bug 2794736
+# avc plugin is disabled to fix bug 276514, see upstream bug 2821744
# TODO:
# manage in a better way the conditional use flags (with eapi-3 ?)
@@ -194,6 +195,7 @@ src_configure() {
# appshare, vfw: only for windows
# sockagg: not used anymore, upstream bug 2794755
# samples: no need to build samples
+ # avc: disabled, bug 276514, upstream bug 2821744
econf ${myconf} \
--disable-minsize \
--disable-openh323 \
@@ -207,6 +209,7 @@ src_configure() {
--disable-vfw \
--disable-sockagg \
--disable-samples \
+ --disable-avc \
$(use_enable audio) \
$(use_enable alsa) \
$(use_enable asn) \
@@ -222,7 +225,6 @@ src_configure() {
$(use_enable http) \
$(use_enable http-forms httpforms) \
$(use_enable http-server httpsvc) \
- $(use_enable ieee1394 avc) \
$(use_enable ieee1394 dc) \
$(use_enable ipv6) \
$(use_enable jabber) \