summaryrefslogtreecommitdiff
path: root/graphics/graphviz/patches/patch-ak
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-ak
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-ak')
-rw-r--r--graphics/graphviz/patches/patch-ak47
1 files changed, 23 insertions, 24 deletions
diff --git a/graphics/graphviz/patches/patch-ak b/graphics/graphviz/patches/patch-ak
index 717400487a1..c1d46d5c726 100644
--- a/graphics/graphviz/patches/patch-ak
+++ b/graphics/graphviz/patches/patch-ak
@@ -1,30 +1,29 @@
-$NetBSD: patch-ak,v 1.5 2003/03/03 11:35:00 seb Exp $
+$NetBSD: patch-ak,v 1.6 2004/04/17 16:56:10 seb Exp $
---- tcldgl/demo/Makefile.in.orig 2003-03-02 20:12:23.000000000 +0000
-+++ tcldgl/demo/Makefile.in
-@@ -206,7 +206,7 @@ install_sh = @install_sh@
+--- tcldot/demo/Makefile.in.orig 2004-03-02 00:20:40.000000000 +0000
++++ tcldot/demo/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@
+@@ -199,7 +197,7 @@ install_sh = @install_sh@
AUTOMAKE_OPTIONS = 1.4
-demodir = $(datadir)/@PACKAGE@/demo
+demodir = $(prefix)/share/examples/@PACKAGE@
- demo_SCRIPTS = dge
- demo_DATA = dge.README dge.example1.dot dge.example2.dot
- 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)
-
-@@ -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 tcldgl/demo/Makefile
-+ $(AUTOMAKE) --foreign --ignore-deps tcldgl/demo/Makefile
- Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
- cd $(top_builddir) && \
- CONFIG_HEADERS= CONFIG_LINKS= \
+ @WITH_TCL_TRUE@demo_SCRIPTS = doted gcat
+ @WITH_TCL_TRUE@demo_DATA = doted.README gcat.README
+ EXTRA_DIST = doted gcat doted.README gcat.README