diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2007-12-19 01:38:47 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2007-12-19 01:38:47 +0000 |
commit | be8ba8508c217111947c1b23b2f00db4b39f8b66 (patch) | |
tree | f05751926c44f6d5a6ed2d8bb4df3d35efaede11 /media-gfx/graphviz/files | |
parent | Stable for HPPA (bug #202592), even though that does not apply to its kernel ... (diff) | |
download | historical-be8ba8508c217111947c1b23b2f00db4b39f8b66.tar.gz historical-be8ba8508c217111947c1b23b2f00db4b39f8b66.tar.bz2 historical-be8ba8508c217111947c1b23b2f00db4b39f8b66.zip |
Fixes: Bug #202536 - pango is needed to build the dot tool now, to large alteration of RDEPEND. Bug #202618 - parallel compile fix for TCL bindings. s390 dropped due to missing dependencies.
Package-Manager: portage-2.1.4_rc10
Diffstat (limited to 'media-gfx/graphviz/files')
-rw-r--r-- | media-gfx/graphviz/files/digest-graphviz-2.16.1-r1 | 3 | ||||
-rw-r--r-- | media-gfx/graphviz/files/graphviz-2.16.1-python-buildfix.patch | 14 |
2 files changed, 17 insertions, 0 deletions
diff --git a/media-gfx/graphviz/files/digest-graphviz-2.16.1-r1 b/media-gfx/graphviz/files/digest-graphviz-2.16.1-r1 new file mode 100644 index 000000000000..5439614ce5d3 --- /dev/null +++ b/media-gfx/graphviz/files/digest-graphviz-2.16.1-r1 @@ -0,0 +1,3 @@ +MD5 8952fb2a627b38e38ed429a3a9d5cc5c graphviz-2.16.1.tar.gz 8076271 +RMD160 6d0f23fa176a1bef7ee0ca48cf1b700fe6cbfb42 graphviz-2.16.1.tar.gz 8076271 +SHA256 32c1a185ba39961935f104cc47d2bceea327c0de8c5636edc6ab83ac3c0c56d1 graphviz-2.16.1.tar.gz 8076271 diff --git a/media-gfx/graphviz/files/graphviz-2.16.1-python-buildfix.patch b/media-gfx/graphviz/files/graphviz-2.16.1-python-buildfix.patch new file mode 100644 index 000000000000..6a12b9678500 --- /dev/null +++ b/media-gfx/graphviz/files/graphviz-2.16.1-python-buildfix.patch @@ -0,0 +1,14 @@ +From Gentoo bug #202618 +diff -ur graphviz-2.16.1.orig/tclpkg/gv/Makefile.am graphviz-2.16.1/tclpkg/gv/Makefile.am +--- graphviz-2.16.1.orig/tclpkg/gv/Makefile.am 2007-12-17 22:10:02.000000000 +0100 ++++ graphviz-2.16.1/tclpkg/gv/Makefile.am 2007-12-17 22:12:40.000000000 +0100 +@@ -124,7 +124,8 @@ + libgv_python_la_SOURCES = $(BASESOURCES) gv_dummy_init.cpp + libgv_python_la_LIBADD = $(BASELIBS) @PYTHON_LIBS@ + libgv_python_la_LDFLAGS = -module -avoid-version +-gv_python.cpp $(PYTHON_data): gv.i ++$(PYTHON_data): gv_python.cpp ++gv_python.cpp: gv.i + $(SWIG) -c++ -python -o gv_python.cpp $(srcdir)/gv.i + + pkgpython23dir = $(pkglibdir)/python23 |