summaryrefslogtreecommitdiff
path: root/graphics/graphviz/patches/patch-as
diff options
context:
space:
mode:
authorseb <seb>2004-04-17 16:56:10 +0000
committerseb <seb>2004-04-17 16:56:10 +0000
commit5adb940a3347f4b537daadadf5837063952dc40d (patch)
treedcf497e81f2701e98b2425fda493984bce6f45d5 /graphics/graphviz/patches/patch-as
parenteba421bcd73d0986e1a8c253ed38b16d542ff160 (diff)
downloadpkgsrc-5adb940a3347f4b537daadadf5837063952dc40d.tar.gz
Update to version 1.12
Package changes: - bl3ify - provide a buildlinl3.mk - no more conflicting with package coreutils Changes in graphviz since last packaged version: March 1, 2004 - release 1.12 - general - rename bcc -> bcomps to avoid name conflict with "Bruce's C Compiler" on Redhat distributions. - all build without X11 (fix problem in lefty tree) - remove from distribution: dag, fdp, geo, grid, incr, shape, tcldgr, tcldgl - dotneato - fix "brown-bag" problem resulting in PNG and JPEG errors on RH8 and RH9. February 23, 2004 - release 1.11 - general - fix windows builds - add tool "bcc" to distribution - dotneato - add -Gviewport="X,Y,Z,x,y" where XY are the dimensions of a viewport in device coordinates (pixels), Z is a zooming factor, x,y is the location of the center of the viewport in graph coordinates. Supported in bitmap and imagemap outputs only. - fix memory leak in gd/gdft.c - clean up calculation of whitespace around labels - dotty, lefty - fix for bug #400 December 23, 2003 - added dijkstra (single source distance) filter September 10, 2003 - general - removed CVS directories from .tar.gz distributions - add "config" directory to contain some of the autoconf clutter - only remove flex products with "make maintainer-clean" to avoid trying to regenerate them after "make distclean" basically this is to avoid the broken flex on Debian. - suppress complaints from ./configure about config.rpath - doc/build.html updated with notes about Windows builds - build fixes for Forte 6sp2 compiler on Sun -xarch=v9a (64bit) - build fixes for OpenBSD - improved configure testing for Tcl/Tk - various bug fixes, internal restructuring, etc - dotneato - fix problem with extra escape chars in .fig output - support for "setlinewidth" in -Tfig - improved splines in -Tfig - add manpage for dotneato-config - neato: add defaultdist graph attribute to set distance between components - first cut at html table formatter add. not ready for use yet as the syntax is going to change some more. - tools - renamed "colorize" to "gvcolor" to avoid conflict on Debian - renamed "gpr" to "gvpr" to avoid conflict on Debian - add fflush() to acyclic, ccomps, gvcolor, tred, dot2gxl to try to fix truncated output when used in php or perl cgi scripts
Diffstat (limited to 'graphics/graphviz/patches/patch-as')
-rw-r--r--graphics/graphviz/patches/patch-as61
1 files changed, 36 insertions, 25 deletions
diff --git a/graphics/graphviz/patches/patch-as b/graphics/graphviz/patches/patch-as
index a59dfd38d4c..41618126619 100644
--- a/graphics/graphviz/patches/patch-as
+++ b/graphics/graphviz/patches/patch-as
@@ -1,30 +1,41 @@
-$NetBSD: patch-as,v 1.5 2003/03/03 11:35:01 seb Exp $
+$NetBSD: patch-as,v 1.6 2004/04/17 16:56:10 seb Exp $
---- tcldot/demo/Makefile.in.orig 2003-03-02 20:12:23.000000000 +0000
-+++ tcldot/demo/Makefile.in
-@@ -206,7 +206,7 @@ install_sh = @install_sh@
+--- tkspline/Makefile.in.orig 2004-04-17 13:41:39.000000000 +0000
++++ tkspline/Makefile.in
+@@ -104,7 +104,6 @@ SOCKET_LIBS = @SOCKET_LIBS@
+ SORT = @SORT@
+ STRIP = @STRIP@
+ TCLINT_INCLUDES = @TCLINT_INCLUDES@
+-TCLSH = @TCLSH@
+ TCLSH_EXEC_PREFIX = @TCLSH_EXEC_PREFIX@
+ TCL_BUILD_LIB_SPEC = @TCL_BUILD_LIB_SPEC@
+ TCL_BUILD_STUB_LIB_PATH = @TCL_BUILD_STUB_LIB_PATH@
+@@ -181,7 +180,6 @@ TK_XINCLUDES = @TK_XINCLUDES@
+ TK_XLIBSW = @TK_XLIBSW@
+ TOP_DIR = @TOP_DIR@
+ VERSION = @VERSION@
+-WISH = @WISH@
+ XAW_INCLUDES = @XAW_INCLUDES@
+ XAW_LIBS = @XAW_LIBS@
+ XPM_INCLUDES = @XPM_INCLUDES@
+@@ -216,8 +214,8 @@ SUBDIRS = demo
+ libtkspline_la_SOURCES = tkspline.c
- AUTOMAKE_OPTIONS = 1.4
+ libtkspline_la_LIBADD = \
+- $(top_builddir)/tkstubs/libtkstubs.la \
+- $(top_builddir)/tclstubs/libtclstubs.la
++ ${TK_STUB_LIB_SPEC} \
++ ${TCL_STUB_LIB_SPEC}
--demodir = $(datadir)/@PACKAGE@/demo
-+demodir = $(prefix)/share/examples/@PACKAGE@
- demo_SCRIPTS = doted gcat
- demo_DATA = doted.README gcat.README
- EXTRA_DIST = $(demo_SCRIPTS) $(demo_DATA) CVS/*
-@@ -216,6 +216,7 @@ CONFIG_HEADER = $(top_builddir)/config.h
- CONFIG_CLEAN_FILES =
- SCRIPTS = $(demo_SCRIPTS)
-+depcomp =
- DIST_SOURCES =
- DATA = $(demo_DATA)
+ CLEANFILES = pkgIndex.tcl
+@@ -230,8 +228,7 @@ CONFIG_CLEAN_FILES =
+ LTLIBRARIES = $(pkglib_LTLIBRARIES)
+
+ libtkspline_la_LDFLAGS =
+-libtkspline_la_DEPENDENCIES = $(top_builddir)/tkstubs/libtkstubs.la \
+- $(top_builddir)/tclstubs/libtclstubs.la
++libtkspline_la_DEPENDENCIES =
+ am_libtkspline_la_OBJECTS = tkspline.lo
+ libtkspline_la_OBJECTS = $(am_libtkspline_la_OBJECTS)
-@@ -234,7 +235,7 @@ distclean-libtool:
- -rm -f libtool
- $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
- cd $(top_srcdir) && \
-- $(AUTOMAKE) --gnu tcldot/demo/Makefile
-+ $(AUTOMAKE) --foreign --ignore-deps tcldot/demo/Makefile
- Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
- cd $(top_builddir) && \
- CONFIG_HEADERS= CONFIG_LINKS= \