summaryrefslogtreecommitdiff
path: root/graphics/graphviz/patches/patch-bs
diff options
context:
space:
mode:
authorseb <seb>2004-11-29 22:11:50 +0000
committerseb <seb>2004-11-29 22:11:50 +0000
commit4dd177aefc0ad9b17f141ffefb5833dd1251ebe3 (patch)
tree982339f583e3c6f37c5ecd84cae01d8e80d09e4c /graphics/graphviz/patches/patch-bs
parentd0ae4b39d754e0f5c6342dd8a4297ea557ac99fe (diff)
downloadpkgsrc-4dd177aefc0ad9b17f141ffefb5833dd1251ebe3.tar.gz
Update to version 1.16.
Changes since last packaged version (1.12) September 14, 2004 - release 1.16 dotneato - fix bugs: 275, 523, 526, 527, 529, 534 August 30, 2004 - release 1.14 dotneato - the official gd now has support support for GIFs again - the internal gd is now closely sync'ed with the official version and will eventually be removed in favor of using a separate installation of the official version. - gd has new support for FontConfig (thanks to Dag Lem) NB. the fontname attribute in graphs is now a font pattern as understood by fontconfig (e.g. fontname="Times-Italic"), unless it contains a '/' in which case it is interpreted as a font path as before. - gd provides support for html4 entities in decimal, hex or named, e.g "&lt;" - "dot -v" debugging output now reports fontname -> fontpath resolutions - PostScript generated by -Tps now uses "xshow" operator for strings for better matching of bitmap and PostScript outputs. - ability to use an external gd-2.0.29 version of libgd (EXPERIMENTAL) - new feature: parallel edges by using a ":" separated list of edge colors - new feature: rankdir=BT and rankdir=RL (thanks to Dag Lem) - new layout engine: fdp - force directed placement (EXPERIMENTAL) a neato-like undirected layout engine that produces clustered symmetric layouts. Supports edges between clusters and nodes. - updated neato engine: now using stress majorization as the default, which avoids the potential for cycling - model=subset in neato provides a third distance function, where two nodes sharing many nodes will be place farther apart - shape=none now equivalent to shape=plaintext - fix label justification with \l and \r - first cut at <FONT> support added to html labels - various color transparency fixes - various fixes for UTF8 and Latin[12] character encodings. - various cluster fixes. - improved hyperlink support in -Tsvg - support tooltips on clusters in client-side imagemaps gvpr - add support for scanf and friends general - greater use of shared libraries. - pkg-config files provided for shared libraries (EXPERIMENTAL) - "./configure --disable-shared --enable-static" works if needed - C++ wrappers on all header files (thanks to Victor Wodecki) - various configuration and portablity fixes - provide pdf version of man pages - Windows package provides graphviz libraries and header files - Closed bugs: 195, 198, 234, 321, 330, 399, 401, 406, 410, 411, 412, 413, 415, 416, 417, 423, 424, 427, 430, 431, 433, 434, 435, 438, 441, 442, 444, 445, 449, 450, 452, 454, 457, 458, 462, 463, 464, 467, 468, 469, 471, 475, 480, 482, 485, 495, 496, 498, 499, 500, 501, 504, 508, 511, 512, 514 March 5, 2004 - added glyphwidths.ps support utility
Diffstat (limited to 'graphics/graphviz/patches/patch-bs')
-rw-r--r--graphics/graphviz/patches/patch-bs134
1 files changed, 134 insertions, 0 deletions
diff --git a/graphics/graphviz/patches/patch-bs b/graphics/graphviz/patches/patch-bs
new file mode 100644
index 00000000000..93d8335f595
--- /dev/null
+++ b/graphics/graphviz/patches/patch-bs
@@ -0,0 +1,134 @@
+$NetBSD: patch-bs,v 1.1 2004/11/29 22:11:51 seb Exp $
+
+--- tools/expr/Makefile.in.orig 2004-09-14 22:13:35.000000000 +0000
++++ tools/expr/Makefile.in
+@@ -15,7 +15,6 @@
+ @SET_MAKE@
+
+
+-
+ SOURCES = $(libexpr_la_SOURCES) $(libexprconvenience_la_SOURCES)
+
+ srcdir = @srcdir@
+@@ -58,7 +57,7 @@ am__vpath_adj = case $$p in \
+ esac;
+ am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
+ am__installdirs = "$(DESTDIR)$(pkglibdir)" "$(DESTDIR)$(man3dir)" \
+- "$(DESTDIR)$(pdfdir)" "$(DESTDIR)$(pkgincludedir)"
++ "$(DESTDIR)$(pkgincludedir)"
+ pkglibLTLIBRARIES_INSTALL = $(INSTALL)
+ LTLIBRARIES = $(noinst_LTLIBRARIES) $(pkglib_LTLIBRARIES)
+ libexpr_la_LIBADD =
+@@ -92,8 +91,6 @@ DIST_SOURCES = $(libexpr_la_SOURCES) $(l
+ man3dir = $(mandir)/man3
+ NROFF = nroff
+ MANS = $(man_MANS)
+-pdfDATA_INSTALL = $(INSTALL_DATA)
+-DATA = $(pdf_DATA)
+ pkgincludeHEADERS_INSTALL = $(INSTALL_HEADER)
+ HEADERS = $(pkginclude_HEADERS)
+ ETAGS = etags
+@@ -198,7 +195,6 @@ SOCKET_LIBS = @SOCKET_LIBS@
+ SORT = @SORT@
+ STRIP = @STRIP@
+ TCLINT_INCLUDES = @TCLINT_INCLUDES@
+-TCLSH = @TCLSH@
+ TCL_CFLAGS = @TCL_CFLAGS@
+ TCL_DEFS = @TCL_DEFS@
+ TCL_INCLUDES = @TCL_INCLUDES@
+@@ -224,7 +220,6 @@ TK_VERSION = @TK_VERSION@
+ TK_XINCLUDES = @TK_XINCLUDES@
+ TOP_DIR = @TOP_DIR@
+ VERSION = @VERSION@
+-WISH = @WISH@
+ WITH_MYLIBGD_FALSE = @WITH_MYLIBGD_FALSE@
+ WITH_MYLIBGD_TRUE = @WITH_MYLIBGD_TRUE@
+ WITH_TCL_FALSE = @WITH_TCL_FALSE@
+@@ -291,7 +286,6 @@ target_alias = @target_alias@
+ target_cpu = @target_cpu@
+ target_os = @target_os@
+ target_vendor = @target_vendor@
+-pdfdir = $(pkgdatadir)/doc/pdf
+ AM_CPPFLAGS = \
+ -I$(top_srcdir) \
+ -I$(top_srcdir)/tools/vmalloc \
+@@ -303,7 +297,6 @@ pkginclude_HEADERS = exgram.h exlib.h ex
+ pkglib_LTLIBRARIES = libexpr.la
+ noinst_LTLIBRARIES = libexprconvenience.la
+ man_MANS = expr.3
+-pdf_DATA = expr.pdf
+ libexpr_la_SOURCES = excc.c excontext.c exdata.c exerror.c \
+ exeval.c exexpr.c exlexname.c exopen.c exrewind.c extoken.c \
+ extype.c exzero.c exparse.y
+@@ -486,23 +479,6 @@ uninstall-man3:
+ echo " rm -f '$(DESTDIR)$(man3dir)/$$inst'"; \
+ rm -f "$(DESTDIR)$(man3dir)/$$inst"; \
+ done
+-install-pdfDATA: $(pdf_DATA)
+- @$(NORMAL_INSTALL)
+- test -z "$(pdfdir)" || $(mkdir_p) "$(DESTDIR)$(pdfdir)"
+- @list='$(pdf_DATA)'; for p in $$list; do \
+- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+- f=$(am__strip_dir) \
+- echo " $(pdfDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pdfdir)/$$f'"; \
+- $(pdfDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pdfdir)/$$f"; \
+- done
+-
+-uninstall-pdfDATA:
+- @$(NORMAL_UNINSTALL)
+- @list='$(pdf_DATA)'; for p in $$list; do \
+- f=$(am__strip_dir) \
+- echo " rm -f '$(DESTDIR)$(pdfdir)/$$f'"; \
+- rm -f "$(DESTDIR)$(pdfdir)/$$f"; \
+- done
+ install-pkgincludeHEADERS: $(pkginclude_HEADERS)
+ @$(NORMAL_INSTALL)
+ test -z "$(pkgincludedir)" || $(mkdir_p) "$(DESTDIR)$(pkgincludedir)"
+@@ -598,9 +574,9 @@ distdir: $(DISTFILES)
+ done
+ check-am: all-am
+ check: check-am
+-all-am: Makefile $(LTLIBRARIES) $(MANS) $(DATA) $(HEADERS)
++all-am: Makefile $(LTLIBRARIES) $(MANS) $(HEADERS)
+ installdirs:
+- for dir in "$(DESTDIR)$(pkglibdir)" "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(pdfdir)" "$(DESTDIR)$(pkgincludedir)"; do \
++ for dir in "$(DESTDIR)$(pkglibdir)" "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(pkgincludedir)"; do \
+ test -z "$$dir" || $(mkdir_p) "$$dir"; \
+ done
+ install: install-am
+@@ -650,7 +626,7 @@ info: info-am
+
+ info-am:
+
+-install-data-am: install-man install-pdfDATA install-pkgincludeHEADERS
++install-data-am: install-man install-pkgincludeHEADERS
+
+ install-exec-am: install-pkglibLTLIBRARIES
+
+@@ -678,7 +654,7 @@ ps: ps-am
+
+ ps-am:
+
+-uninstall-am: uninstall-info-am uninstall-man uninstall-pdfDATA \
++uninstall-am: uninstall-info-am uninstall-man \
+ uninstall-pkgincludeHEADERS uninstall-pkglibLTLIBRARIES
+
+ uninstall-man: uninstall-man3
+@@ -689,15 +665,14 @@ uninstall-man: uninstall-man3
+ distclean-libtool distclean-tags distdir dvi dvi-am html \
+ html-am info info-am install install-am install-data \
+ install-data-am install-exec install-exec-am install-info \
+- install-info-am install-man install-man3 install-pdfDATA \
++ install-info-am install-man install-man3 \
+ install-pkgincludeHEADERS install-pkglibLTLIBRARIES \
+ install-strip installcheck installcheck-am installdirs \
+ maintainer-clean maintainer-clean-generic mostlyclean \
+ mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+ pdf pdf-am ps ps-am tags uninstall uninstall-am \
+ uninstall-info-am uninstall-man uninstall-man3 \
+- uninstall-pdfDATA uninstall-pkgincludeHEADERS \
+- uninstall-pkglibLTLIBRARIES
++ uninstall-pkgincludeHEADERS uninstall-pkglibLTLIBRARIES
+
+
+ $(libexprconvenience_la_OBJECTS): exparse.h exparse.c exgram.h exop.h