summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaohiro Aota <naota@gentoo.org>2012-05-27 02:21:12 +0000
committerNaohiro Aota <naota@gentoo.org>2012-05-27 02:21:12 +0000
commit02a1efada045b634b46f68bd1883e79c409429a7 (patch)
tree729159caa966e6588d41d19b3b003a766f08be4a /x11-libs
parentAdd missing --localstatedir=/var back (diff)
downloadgentoo-2-02a1efada045b634b46f68bd1883e79c409429a7.tar.gz
gentoo-2-02a1efada045b634b46f68bd1883e79c409429a7.tar.bz2
gentoo-2-02a1efada045b634b46f68bd1883e79c409429a7.zip
Disable trace on FreeBSD. #390449
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/cairo/ChangeLog6
-rw-r--r--x11-libs/cairo/cairo-1.10.2-r2.ebuild4
-rw-r--r--x11-libs/cairo/cairo-1.12.0.ebuild4
-rw-r--r--x11-libs/cairo/cairo-1.12.2.ebuild4
4 files changed, 14 insertions, 4 deletions
diff --git a/x11-libs/cairo/ChangeLog b/x11-libs/cairo/ChangeLog
index 8a2ba4cc2a5d..ed705e9749dd 100644
--- a/x11-libs/cairo/ChangeLog
+++ b/x11-libs/cairo/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/cairo
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.293 2012/05/16 15:58:17 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.294 2012/05/27 02:21:12 naota Exp $
+
+ 27 May 2012; Naohiro Aota <naota@gentoo.org> cairo-1.10.2-r2.ebuild,
+ cairo-1.12.0.ebuild, cairo-1.12.2.ebuild:
+ Disable trace on FreeBSD. #390449
16 May 2012; Jeroen Roovers <jer@gentoo.org> cairo-1.10.2-r2.ebuild:
Stable for HPPA (bug #414309).
diff --git a/x11-libs/cairo/cairo-1.10.2-r2.ebuild b/x11-libs/cairo/cairo-1.10.2-r2.ebuild
index 0dfb0125b966..f2b8c0ee8566 100644
--- a/x11-libs/cairo/cairo-1.10.2-r2.ebuild
+++ b/x11-libs/cairo/cairo-1.10.2-r2.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/x11-libs/cairo/cairo-1.10.2-r2.ebuild,v 1.7 2012/05/16 15:58:17 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.10.2-r2.ebuild,v 1.8 2012/05/27 02:21:12 naota Exp $
EAPI=3
@@ -123,6 +123,8 @@ src_configure() {
"
fi
+ use elibc_FreeBSD && myopts+=" --disable-trace"
+
# --disable-xcb-lib:
# do not override good xlib backed by hardforcing rendering over xcb
econf \
diff --git a/x11-libs/cairo/cairo-1.12.0.ebuild b/x11-libs/cairo/cairo-1.12.0.ebuild
index 0013d8535781..ae55a90a8317 100644
--- a/x11-libs/cairo/cairo-1.12.0.ebuild
+++ b/x11-libs/cairo/cairo-1.12.0.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/x11-libs/cairo/cairo-1.12.0.ebuild,v 1.4 2012/05/05 03:52:25 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.12.0.ebuild,v 1.5 2012/05/27 02:21:12 naota Exp $
EAPI=4
@@ -98,6 +98,8 @@ src_configure() {
use X && myopts+=" --enable-tee=yes"
+ use elibc_FreeBSD && myopts+=" --disable-trace"
+
# --disable-xcb-lib:
# do not override good xlib backed by hardforcing rendering over xcb
econf \
diff --git a/x11-libs/cairo/cairo-1.12.2.ebuild b/x11-libs/cairo/cairo-1.12.2.ebuild
index 9c9a9f144e0c..72c7cfac3247 100644
--- a/x11-libs/cairo/cairo-1.12.2.ebuild
+++ b/x11-libs/cairo/cairo-1.12.2.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/x11-libs/cairo/cairo-1.12.2.ebuild,v 1.3 2012/05/05 03:52:24 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.12.2.ebuild,v 1.4 2012/05/27 02:21:12 naota Exp $
EAPI=4
@@ -98,6 +98,8 @@ src_configure() {
use X && myopts+=" --enable-tee=yes"
+ use elibc_FreeBSD && myopts+=" --disable-trace"
+
# --disable-xcb-lib:
# do not override good xlib backed by hardforcing rendering over xcb
econf \