diff options
author | seb <seb> | 2002-04-19 18:42:33 +0000 |
---|---|---|
committer | seb <seb> | 2002-04-19 18:42:33 +0000 |
commit | 20eeba4ad8bb61cfdd49736886e7a4b4f2ee848e (patch) | |
tree | 0f1b63d3f45be8cf7e4d7e755daff371821f51fb /graphics/graphviz/patches/patch-ai | |
parent | 34dba87293351d5967beeddaa85c4e264e93f19f (diff) | |
download | pkgsrc-20eeba4ad8bb61cfdd49736886e7a4b4f2ee848e.tar.gz |
Update to version 1.8.5.
Changes in version 1.8.5:
- various portability fixes
- various SVG fixes and optimizations
Changes in version 1.8.4:
- SVG renderer:
- make graph|node|edge ids unique, particularly for multiedges
- put graph|node|edge names in <title>...</title>
- use some property inheritance to reduce size of output
- fix compile errors when no zlib
- updated DTD reference
- GD renderer:
- Minimal Type1 font support
- look in {${X11BASE},${X11PREFIX}}/lib/X11/fonts/Type1
- look for .pfa or .pfb font files based on fontname
- run gdgen.c through dos2unix - problems with gcc on SuSE
- fix Mac-OSX build problems:
- improve strto[u]ll configure tests
- add -fno-common for extern problem
- function renamed to avoid conflicts (vis -> visibility)
- add configure tests for search.h, malloc.h, getopt.h, errno.h
- improve configure tests for FILE struct features
- add configure tests for lrand48
- add new demo graphs:
- graphs/undirected/Heawood.dot
- graphs/undirected/Petersen.dot
- neato:
- fix for -x implementation in neato (Bug 77)
- fix spline problem (Bug 87)
- fix some divide-by-zero problems
- twopi:
- fix Bug 117
- update man pages for disconnected graphs capability
- added arrowhead or arrowtail = tee
- add dotneato/pack code to twopi
- add contrib/prune to gnu build and install
Changes in version 1.8.3:
- fixed parse error for lines starting with '#' in .dot files
- fixed a recently introduced bug that caused failure of:
digraph G { {rank = same; A -> B; B -> A } }
- updated DOCTYPE header in SVG outputs
- added dotneato/common/xbuf.[ch] for dynamic string handling
to avoid sprintf buffer overruns.
- twopigen - handle special case of graphs with < 3 nodes.
- neato - handle point shapes
- added fontcolor support to svg
- Fixed bug 109
- Removed duplicate definitions for str[n]casecmp
- Added missing declarations needed for Windows
- Cleaned up warning messages from set but unused variables
- Removed use of DOS preprocessor variable; uniformly replaced by MSWIN32
Diffstat (limited to 'graphics/graphviz/patches/patch-ai')
-rw-r--r-- | graphics/graphviz/patches/patch-ai | 183 |
1 files changed, 58 insertions, 125 deletions
diff --git a/graphics/graphviz/patches/patch-ai b/graphics/graphviz/patches/patch-ai index 1f3c37390e7..908e93086b7 100644 --- a/graphics/graphviz/patches/patch-ai +++ b/graphics/graphviz/patches/patch-ai @@ -1,134 +1,67 @@ -$NetBSD: patch-ai,v 1.2 2002/03/21 08:47:07 seb Exp $ +$NetBSD: patch-ai,v 1.3 2002/04/19 18:42:34 seb Exp $ ---- tcldgl/Makefile.in.orig Fri Mar 8 23:12:20 2002 +--- tcldgl/Makefile.in.orig Fri Apr 19 14:31:38 2002 +++ tcldgl/Makefile.in -@@ -200,8 +200,7 @@ - -I$(top_srcdir)/cdt \ - -I$(top_srcdir)/tclhandle \ - -I$(top_srcdir)/incr \ +@@ -183,13 +183,7 @@ + + AUTOMAKE_OPTIONS = 1.4 + +-INCLUDES = @TCL_CFLAGS@ \ +- -I$(top_srcdir)/agraph \ +- -I$(top_srcdir)/cdt \ +- -I$(top_srcdir)/tclhandle \ +- -I$(top_srcdir)/incr \ - -I$(top_srcdir)/shape \ - -I@TCLSH_EXEC_PREFIX@/include -+ -I$(top_srcdir)/shape ++INCLUDES = @TCL_CFLAGS@ -I$(top_srcdir)/agraph -I$(top_srcdir)/cdt -I$(top_srcdir)/tclhandle -I$(top_srcdir)/incr -I$(top_srcdir)/shape LIBS = -@@ -226,7 +225,7 @@ - ../agutil/libagutil.la \ - ../shape/libshape.la \ - ../ns/libns.la \ +@@ -202,20 +196,7 @@ + + libtcldgl_la_SOURCES = dgl.c dglayout.c dglshape.c dglutil.c dgl.h + +-libtcldgl_la_LIBADD = ../tclhandle/libtclhandle.la \ +- ../agraph/libagraph.la \ +- ../cdt/libcdt.la \ +- ../fdp/libfdp.la \ +- ../dag/libdag.la \ +- ../geo/libgeo.la \ +- ../grid/libgrid.la \ +- ../incr/libincr.la \ +- ../pathplan/libpathplan.la \ +- ../agutil/libagutil.la \ +- ../shape/libshape.la \ +- ../ns/libns.la \ - ../tclstubs/libtclstubs.la \ -+ ${TCL_STUB_LIB_SPEC} \ - -lc -lm - - -@@ -244,8 +243,7 @@ - ../agraph/libagraph.la ../cdt/libcdt.la ../fdp/libfdp.la \ - ../dag/libdag.la ../geo/libgeo.la ../grid/libgrid.la \ - ../incr/libincr.la ../pathplan/libpathplan.la \ -- ../agutil/libagutil.la ../shape/libshape.la ../ns/libns.la \ -- ../tclstubs/libtclstubs.la -+ ../agutil/libagutil.la ../shape/libshape.la ../ns/libns.la - am_libtcldgl_la_OBJECTS = dgl.lo dglayout.lo dglshape.lo dglutil.lo - libtcldgl_la_OBJECTS = $(am_libtcldgl_la_OBJECTS) - -@@ -253,9 +251,7 @@ - DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) - CPPFLAGS = @CPPFLAGS@ - LDFLAGS = @LDFLAGS@ --depcomp = $(SHELL) $(top_srcdir)/depcomp --@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/dgl.Plo $(DEPDIR)/dglayout.Plo \ --@AMDEP_TRUE@ $(DEPDIR)/dglshape.Plo $(DEPDIR)/dglutil.Plo -+depcomp = - COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) - LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \ -@@ -294,7 +290,7 @@ - -rm -f libtool - $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && \ -- $(AUTOMAKE) --gnu tcldgl/Makefile -+ $(AUTOMAKE) --gnu --ignore-deps tcldgl/Makefile - Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - cd $(top_builddir) && \ - CONFIG_HEADERS= CONFIG_LINKS= \ -@@ -327,32 +323,14 @@ - distclean-compile: - -rm -f *.tab.c - --@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/dgl.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/dglayout.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/dglshape.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/dglutil.Plo@am__quote@ -- --distclean-depend: -- -rm -rf $(DEPDIR) +- -lc -lm ++libtcldgl_la_LIBADD = ../tclhandle/libtclhandle.la ../agraph/libagraph.la ../cdt/libcdt.la ../fdp/libfdp.la ../dag/libdag.la ../geo/libgeo.la ../grid/libgrid.la ../incr/libincr.la ../pathplan/libpathplan.la ../agutil/libagutil.la ../shape/libshape.la ../ns/libns.la ${TCL_STUB_LIB_SPEC} -lc -lm + + + CLEANFILES = pkgIndex.tcl +@@ -239,7 +220,7 @@ + ../agraph/libagraph.la ../cdt/libcdt.la ../fdp/libfdp.la \ + ../dag/libdag.la ../geo/libgeo.la ../grid/libgrid.la ../incr/libincr.la \ + ../pathplan/libpathplan.la ../agutil/libagutil.la ../shape/libshape.la \ +-../ns/libns.la ../tclstubs/libtclstubs.la ++../ns/libns.la + libtcldgl_la_OBJECTS = dgl.lo dglayout.lo dglshape.lo dglutil.lo + CFLAGS = @CFLAGS@ + COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +@@ -257,7 +238,7 @@ + + DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) + +-TAR = gtar ++TAR = tar + GZIP_ENV = --best + SOURCES = $(libtcldgl_la_SOURCES) + OBJECTS = $(libtcldgl_la_OBJECTS) +@@ -498,7 +479,6 @@ + || exit 1; \ + fi; \ + done - - .c.o: --@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ --@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ --@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ - $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$< - - .c.obj: --@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ --@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ --@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ - $(COMPILE) -c `cygpath -w $<` - - .c.lo: --@AMDEP_TRUE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ --@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@ --@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ - $(LTCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$< --CCDEPMODE = @CCDEPMODE@ - uninstall-info-am: - - manndir = $(mandir)/mann -@@ -558,8 +536,8 @@ - - distclean: distclean-recursive - --distclean-am: clean-am distclean-compile distclean-depend \ -- distclean-generic distclean-libtool distclean-tags -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags - - dvi: dvi-recursive - -@@ -597,21 +575,21 @@ - - .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am all-local check check-am \ - clean clean-generic clean-libtool clean-pkglibLTLIBRARIES \ -- clean-recursive distclean distclean-compile distclean-depend \ -- distclean-generic distclean-libtool distclean-recursive \ -- distclean-tags distdir dvi dvi-am dvi-recursive info info-am \ -- info-recursive install install-am install-data install-data-am \ -- install-data-recursive install-exec install-exec-am \ -- install-exec-recursive install-info install-info-am \ -- install-info-recursive install-man install-mann \ -- install-pkglibLTLIBRARIES install-recursive install-strip \ -- installcheck installcheck-am installdirs installdirs-am \ -- installdirs-recursive maintainer-clean maintainer-clean-generic \ -- maintainer-clean-recursive mostlyclean mostlyclean-compile \ -- mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \ -- tags tags-recursive uninstall uninstall-am uninstall-info-am \ -- uninstall-info-recursive uninstall-man uninstall-mann \ -- uninstall-pkglibLTLIBRARIES uninstall-recursive -+ clean-recursive distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-recursive distclean-tags distdir \ -+ dvi dvi-am dvi-recursive info info-am info-recursive install \ -+ install-am install-data install-data-am install-data-recursive \ -+ install-exec install-exec-am install-exec-recursive \ -+ install-info install-info-am install-info-recursive install-man \ -+ install-mann install-pkglibLTLIBRARIES install-recursive \ -+ install-strip installcheck installcheck-am installdirs \ -+ installdirs-am installdirs-recursive maintainer-clean \ -+ maintainer-clean-generic maintainer-clean-recursive mostlyclean \ -+ mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ -+ mostlyclean-recursive tags tags-recursive uninstall \ -+ uninstall-am uninstall-info-am uninstall-info-recursive \ -+ uninstall-man uninstall-mann uninstall-pkglibLTLIBRARIES \ -+ uninstall-recursive - - - all-local: pkgIndex.tcl + info-am: + info: info-recursive + dvi-am: |