diff options
author | adam <adam@pkgsrc.org> | 2008-02-06 18:56:52 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2008-02-06 18:56:52 +0000 |
commit | e6dc71ea32212c810d3e654a1dcc2806ee84c8dd (patch) | |
tree | 337ce5a4722e95cdf6048d27dc297f1b60693825 /graphics/graphviz/patches/patch-aa | |
parent | 5b26cabcc7984e8d0ba4f72a3e96afb72cb02c6b (diff) | |
download | pkgsrc-e6dc71ea32212c810d3e654a1dcc2806ee84c8dd.tar.gz |
Changes 2.16.1:
- Fixed bugs
- Improvements to PHP binding
- Improvements to OCAML binding
- Make regression tests run from the build tree, rather than require
installation
- Repair freetype detection on RedHat-7 (Yes, people still use it!!)
- Fix zoom-at-mouse-location in -Txlib and -Tgtk
- Fix some dotty regressions
Changes 2.16:
- Fixed bugs
- new regression test suite
- new cgraph library (will eventually replace graph and agraph)
- add "image" and "imagescale" for simpler support for images in nodes
- add "tab" "box3d" and "component" shapes
- replace arith.h in distro
- add functions to access version info to avoid need for gvcint.h
- Fix problem with irregular character spacing at 96dpi in pango/cairo output
formats.
- Add gdk_pixbuf plugin providing: .bmp .ico .jpg .png .tif
- Add DevIL plugin providing: .bmp .jpg .png .tif .tga
- Extend GD plugin to provide a backend to cairo for: .gif .jpg .png .gd .gd2
.wbmp <- gifs are now antialiased
- Rework plugin framework to separate device from renderer, and to autoload
load dependendent plugins
- show defaults in output from: ./configure --help
- add more info to dot -v and dot -v2 debug outputs
- various issues with CR/LF in windows, but not in binary outputs.
Diffstat (limited to 'graphics/graphviz/patches/patch-aa')
-rw-r--r-- | graphics/graphviz/patches/patch-aa | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/graphviz/patches/patch-aa b/graphics/graphviz/patches/patch-aa index 3c514ca81b3..2ef5a8fb61f 100644 --- a/graphics/graphviz/patches/patch-aa +++ b/graphics/graphviz/patches/patch-aa @@ -1,16 +1,16 @@ -$NetBSD: patch-aa,v 1.6 2007/01/08 11:29:47 adam Exp $ +$NetBSD: patch-aa,v 1.7 2008/02/06 18:56:52 adam Exp $ ---- configure.ac.orig 2006-12-04 22:11:58.000000000 +0100 +--- configure.ac.orig 2007-12-13 05:38:57.000000000 +0100 +++ configure.ac -@@ -244,6 +244,7 @@ dnl Checks for header files +@@ -279,6 +279,7 @@ dnl Checks for header files # AC_HAVE_HEADERS(string.h) AC_CHECK_HEADERS(stdarg.h stddef.h stddef.h stdlib.h stdint.h malloc.h \ search.h getopt.h pthread.h values.h float.h limits.h termios.h \ + crt_externs.h \ - errno.h time.h unistd.h fenv.h strings.h inttypes.h \ + errno.h time.h unistd.h fenv.h strings.h inttypes.h setjmp.h \ sys/time.h sys/times.h sys/types.h sys/select.h fpu_control.h \ sys/fpu.h strings.h sys/socket.h sys/stat.h sys/mman.h \ -@@ -336,6 +337,7 @@ AC_FUNC_ALLOCA +@@ -371,6 +372,7 @@ AC_FUNC_ALLOCA AC_CHECK_FUNCS([lrand48 drand48 srand48 setmode setenv getenv \ __freadable _sysconf getrusage strerror cbrt lsqrt vsnprintf \ |