summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2012-05-29 13:38:33 +0000
committerAlexis Ballier <aballier@gentoo.org>2012-05-29 13:38:33 +0000
commitfe679b71310eb6b5636876300a57549d6d3f86d7 (patch)
tree8fe86a2bd344507d0fb8f2fbb564b26961c478c1 /x11-libs/cairo
parentkeyword ~amd64-fbsd (diff)
downloadgentoo-2-fe679b71310eb6b5636876300a57549d6d3f86d7.tar.gz
gentoo-2-fe679b71310eb6b5636876300a57549d6d3f86d7.tar.bz2
gentoo-2-fe679b71310eb6b5636876300a57549d6d3f86d7.zip
we do not need to disable trace entirely for FreeBSD but only symbol-lookup that relies on glibc definitions.
(Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/cairo')
-rw-r--r--x11-libs/cairo/ChangeLog7
-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, 12 insertions, 7 deletions
diff --git a/x11-libs/cairo/ChangeLog b/x11-libs/cairo/ChangeLog
index 85d631ab1fd1..c72e515499e6 100644
--- a/x11-libs/cairo/ChangeLog
+++ b/x11-libs/cairo/ChangeLog
@@ -1,6 +1,11 @@
# 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.295 2012/05/28 17:04:12 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.296 2012/05/29 13:38:33 aballier Exp $
+
+ 29 May 2012; Alexis Ballier <aballier@gentoo.org> cairo-1.10.2-r2.ebuild,
+ cairo-1.12.0.ebuild, cairo-1.12.2.ebuild:
+ we do not need to disable trace entirely for FreeBSD but only symbol-lookup
+ that relies on glibc definitions.
28 May 2012; Raúl Porcel <armin76@gentoo.org> cairo-1.10.2-r2.ebuild:
alpha/ia64/s390/sh/sparc stable wrt #414309
diff --git a/x11-libs/cairo/cairo-1.10.2-r2.ebuild b/x11-libs/cairo/cairo-1.10.2-r2.ebuild
index ca9192469f8b..87623dfa5990 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.9 2012/05/28 17:04:12 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.10.2-r2.ebuild,v 1.10 2012/05/29 13:38:33 aballier Exp $
EAPI=3
@@ -123,7 +123,7 @@ src_configure() {
"
fi
- use elibc_FreeBSD && myopts+=" --disable-trace"
+ use elibc_FreeBSD && myopts+=" --disable-symbol-lookup"
# --disable-xcb-lib:
# do not override good xlib backed by hardforcing rendering over xcb
diff --git a/x11-libs/cairo/cairo-1.12.0.ebuild b/x11-libs/cairo/cairo-1.12.0.ebuild
index ae55a90a8317..f6d6c9b73e19 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.5 2012/05/27 02:21:12 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.12.0.ebuild,v 1.6 2012/05/29 13:38:33 aballier Exp $
EAPI=4
@@ -98,7 +98,7 @@ src_configure() {
use X && myopts+=" --enable-tee=yes"
- use elibc_FreeBSD && myopts+=" --disable-trace"
+ use elibc_FreeBSD && myopts+=" --disable-symbol-lookup"
# --disable-xcb-lib:
# do not override good xlib backed by hardforcing rendering over xcb
diff --git a/x11-libs/cairo/cairo-1.12.2.ebuild b/x11-libs/cairo/cairo-1.12.2.ebuild
index 72c7cfac3247..0b9d6ceb0bba 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.4 2012/05/27 02:21:12 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.12.2.ebuild,v 1.5 2012/05/29 13:38:33 aballier Exp $
EAPI=4
@@ -98,7 +98,7 @@ src_configure() {
use X && myopts+=" --enable-tee=yes"
- use elibc_FreeBSD && myopts+=" --disable-trace"
+ use elibc_FreeBSD && myopts+=" --disable-symbol-lookup"
# --disable-xcb-lib:
# do not override good xlib backed by hardforcing rendering over xcb