1a2ce4bab3
pkgsrc changes: fix a bit of pkglint. Todo: add an option to enable smyrna. Upstream changelog: January 26, 2010 - Release 2.26.3 - libcgraph.so version bumped from 4 to 5 due to API changes - Allow ranksep to specify multiple radial differences in twopi - Allow the user to specify all pairwise distances in neato with - Fixed bugs: 1280, 1409, 1567, 1583, 1624, 1631, 1655, 1708, 1709, 1727, 1784, 1792, 1798, 1800, 1813, 1814, 1830, 1831, 1833, 1836, 1839 December 10, 2009 - Release 2.26.0 - Core features: - added: "smyrna" - a new opengl-based viewer for large graphs - added: rudimentary "gml2gv", "gv2gml" converters - extended support for various image formats in node images - removed vestiges of codegens, now all putput formats supported through plugins. Dropped some output formats for which plugins have not been developed: -Tdia, -Tmif - gvpr converted to a library; additional array handling and text processing functions added; language extended to allow multiple BEG_G/N/E blocks. - allow background images specified via xdot - Fixed bugs: 1683, 1713, 1718, 1720, 1738, 1747, 1759, 1770, 1776, 1786, 1799, 1816, 1827
20 lines
902 B
Text
20 lines
902 B
Text
$NetBSD: patch-aj,v 1.12 2010/11/17 15:46:21 dholland Exp $
|
|
|
|
--- plugin/gd/Makefile.am.orig 2009-09-10 23:18:32.000000000 +0000
|
|
+++ plugin/gd/Makefile.am
|
|
@@ -39,6 +39,7 @@ libgvplugin_gd_la_LIBADD = \
|
|
$(top_builddir)/lib/gd/libgvgd_C.la \
|
|
$(top_builddir)/lib/gvc/libgvc.la \
|
|
$(top_builddir)/lib/$(GRAPH)/lib$(GRAPH).la \
|
|
+ $(top_builddir)/lib/pathplan/libpathplan.la \
|
|
$(top_builddir)/lib/cdt/libcdt.la \
|
|
@PANGOCAIRO_LIBS@ @ICONV_LIBS@ @FONTCONFIG_LIBS@ @FREETYPE2_LIBS@ @JPEG_LIBS@ @PNG_LIBS@ @EXPAT_LIBS@ @Z_LIBS@ @MATH_LIBS@
|
|
AM_CPPFLAGS += -DNONDLL
|
|
@@ -46,6 +47,7 @@ else
|
|
libgvplugin_gd_la_LIBADD = \
|
|
$(top_builddir)/lib/gvc/libgvc.la \
|
|
$(top_builddir)/lib/$(GRAPH)/lib$(GRAPH).la \
|
|
+ $(top_builddir)/lib/pathplan/libpathplan.la \
|
|
$(top_builddir)/lib/cdt/libcdt.la @PANGOCAIRO_LIBS@ @GD_LIBS@ @MATH_LIBS@
|
|
endif
|
|
libgvplugin_gd_la_DEPENDENCIES = $(top_builddir)/lib/gvc/libgvc.la
|