summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2008-07-05 11:49:42 +0000
committerMarkus Meier <maekke@gentoo.org>2008-07-05 11:49:42 +0000
commitd193fc9181f89228364e595944196d52de486b6b (patch)
treeef41d892f95226034b58cb47cbca5f5f4d1c609b /media-gfx
parentSparc stable, Bug #227435, based on comments 9 & 10. (diff)
downloadgentoo-2-d193fc9181f89228364e595944196d52de486b6b.tar.gz
gentoo-2-d193fc9181f89228364e595944196d52de486b6b.tar.bz2
gentoo-2-d193fc9181f89228364e595944196d52de486b6b.zip
also remove tk support in 2.18 and fix freetype, bug #230759
(Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc8 i686)
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/graphviz/ChangeLog5
-rw-r--r--media-gfx/graphviz/graphviz-2.18.ebuild10
2 files changed, 8 insertions, 7 deletions
diff --git a/media-gfx/graphviz/ChangeLog b/media-gfx/graphviz/ChangeLog
index a644279eda07..d68becbe4bc1 100644
--- a/media-gfx/graphviz/ChangeLog
+++ b/media-gfx/graphviz/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-gfx/graphviz
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/ChangeLog,v 1.163 2008/07/04 21:34:32 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/ChangeLog,v 1.164 2008/07/05 11:49:42 maekke Exp $
+
+ 05 Jul 2008; Markus Meier <maekke@gentoo.org> graphviz-2.18.ebuild:
+ also remove tk support in 2.18 and fix freetype, bug #230759
*graphviz-2.20.2 (04 Jul 2008)
diff --git a/media-gfx/graphviz/graphviz-2.18.ebuild b/media-gfx/graphviz/graphviz-2.18.ebuild
index 0eb693f2e435..2f29293d99f2 100644
--- a/media-gfx/graphviz/graphviz-2.18.ebuild
+++ b/media-gfx/graphviz/graphviz-2.18.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.18.ebuild,v 1.10 2008/05/18 07:26:12 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.18.ebuild,v 1.11 2008/07/05 11:49:42 maekke Exp $
WANT_AUTOCONF=latest
WANT_AUTOMAKE=latest
@@ -14,7 +14,7 @@ SRC_URI="http://www.graphviz.org/pub/graphviz/ARCHIVE/${P}.tar.gz"
LICENSE="CPL-1.0"
SLOT="0"
KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd"
-IUSE="doc examples gnome gtk java jpeg nls perl png python ruby tcl tk"
+IUSE="doc examples gnome gtk java jpeg nls perl png python ruby tcl"
# Requires ksh
RESTRICT="test"
@@ -30,7 +30,6 @@ RDEPEND="
virtual/libiconv
ruby? ( dev-lang/ruby )
tcl? ( >=dev-lang/tcl-8.3 )
- tk? ( >=dev-lang/tk-8.3 )
gtk? (
>=x11-libs/gtk+-2
x11-libs/libXaw
@@ -164,7 +163,7 @@ src_compile() {
--with-digcola
--with-ipsepcola
--with-fontconfig
- --with-freetype
+ --with-freetype2
--with-libgd
--without-gdk-pixbuf"
@@ -183,8 +182,7 @@ src_compile() {
--disable-r
$(use_enable ruby)
--disable-sharp
- $(use_enable tcl)
- $(use_enable tk)"
+ $(use_enable tcl)"
econf \
--enable-ltdl \