pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/graphviz Link libgvplugin_usershape_gd agains...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/098be41988e8
branches:  trunk
changeset: 509388:098be41988e8
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Mar 09 17:04:58 2006 +0000

description:
Link libgvplugin_usershape_gd against all the libraries it depends on to
avoid undefined symbols on Darwin.  This closes PR pkg/32753.

diffstat:

 graphics/graphviz/distinfo         |   3 ++-
 graphics/graphviz/patches/patch-ae |  28 ++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+), 1 deletions(-)

diffs (46 lines):

diff -r f1bed7576954 -r 098be41988e8 graphics/graphviz/distinfo
--- a/graphics/graphviz/distinfo        Thu Mar 09 16:39:39 2006 +0000
+++ b/graphics/graphviz/distinfo        Thu Mar 09 17:04:58 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.18 2006/02/15 02:53:29 minskim Exp $
+$NetBSD: distinfo,v 1.19 2006/03/09 17:04:58 minskim Exp $
 
 SHA1 (graphviz-2.6.tar.gz) = 062897f364c905f33852caff93899df97c817def
 RMD160 (graphviz-2.6.tar.gz) = 555c6c635b5271b09ffb7ee142192a1b4ec07919
@@ -7,3 +7,4 @@
 SHA1 (patch-ab) = 66ad49b481d774bedad0efda65ae2f112b06062a
 SHA1 (patch-ac) = adbaa1f265d5a1781574e5c6aad3d35709c3a853
 SHA1 (patch-ad) = d14bfef61caec543812b9d5ea8d2c331bf350af8
+SHA1 (patch-ae) = 635f583ec7cc83fe8bfef5889876cf14aeb36bf0
diff -r f1bed7576954 -r 098be41988e8 graphics/graphviz/patches/patch-ae
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/graphviz/patches/patch-ae        Thu Mar 09 17:04:58 2006 +0000
@@ -0,0 +1,28 @@
+$NetBSD: patch-ae,v 1.10 2006/03/09 17:04:58 minskim Exp $
+
+--- lib/plugin/Makefile.in.orig        2005-08-28 06:11:26.000000000 -0700
++++ lib/plugin/Makefile.in
+@@ -78,7 +78,10 @@ am_libgvplugin_neato_layout_la_OBJECTS =
+       gvlayout_neato_layout.lo
+ libgvplugin_neato_layout_la_OBJECTS =  \
+       $(am_libgvplugin_neato_layout_la_OBJECTS)
+-libgvplugin_usershape_gd_la_DEPENDENCIES =
++libgvplugin_usershape_gd_la_DEPENDENCIES =  \
++      $(top_builddir)/lib/cdt/libcdt.la \
++      $(top_builddir)/lib/graph/libgraph.la \
++      $(top_builddir)/lib/gvc/libgvc_builtins.la
+ am_libgvplugin_usershape_gd_la_OBJECTS = gvplugin_usershape_gd.lo \
+       gvusershape_gd.lo
+ libgvplugin_usershape_gd_la_OBJECTS =  \
+@@ -399,7 +402,10 @@ libgvplugin_usershape_gd_la_SOURCES = \
+       gvplugin_usershape_gd.c \
+       gvusershape_gd.c
+ 
+-libgvplugin_usershape_gd_la_LIBADD = @GD_LIBS@
++libgvplugin_usershape_gd_la_LIBADD = @GD_LIBS@ \
++      $(top_builddir)/lib/cdt/libcdt.la \
++      $(top_builddir)/lib/graph/libgraph.la \
++      $(top_builddir)/lib/gvc/libgvc_builtins.la
+ EXTRA_DIST = Makefile.old
+ all: all-am
+ 



Home | Main Index | Thread Index | Old Index