From 014a5cc9f3c7d5e192f046c7d6eaa27a3ea6020a Mon Sep 17 00:00:00 2001 From: markd Date: Mon, 24 Jul 2006 12:04:26 +0000 Subject: Update to ivtools 1.2.4 July 20th, 2006 ivtools-1.2.4 - changes for compiling with gcc-4.0 - changes to socket-driven (ACE) use of comterp to support multi-line commands - changes to allow re-use of scanner/parser with multiple operator tables October 7th, 2005 ivtools-1.2.3 - add support for an external libtiff with a --with-tiff (and -with-tiff-lib) configure arguments. - changes necessary to compile with gcc-4.0 - changes necessary to compile with gcc-4.0 on top of ACE-5.4.7 - changes necessary to compile on suse-9.3 linux (amd64 platform). Contributed by Paul Vixie. - fixed bug in "addtool" command/mechanism in graphdraw and drawserv - added support for color expressions to graphdraw (:colexpr), to allow attribute-sensitive computation of a node's color. --- graphics/ivtools/Makefile | 5 ++--- graphics/ivtools/PLIST | 3 ++- graphics/ivtools/distinfo | 12 ++++++------ graphics/ivtools/patches/patch-ab | 12 ++++++------ graphics/ivtools/patches/patch-ad | 8 ++++---- 5 files changed, 20 insertions(+), 20 deletions(-) (limited to 'graphics') diff --git a/graphics/ivtools/Makefile b/graphics/ivtools/Makefile index 77dcdf15ce8..c44105ed301 100644 --- a/graphics/ivtools/Makefile +++ b/graphics/ivtools/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2006/05/15 21:55:32 joerg Exp $ +# $NetBSD: Makefile,v 1.17 2006/07/24 12:04:26 markd Exp $ -DISTNAME= ivtools-1.2.2 -PKGREVISION= 2 +DISTNAME= ivtools-1.2.4 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ivtools/} EXTRACT_SUFX= .tgz diff --git a/graphics/ivtools/PLIST b/graphics/ivtools/PLIST index 4c4309c3c80..49efa6ba1f7 100644 --- a/graphics/ivtools/PLIST +++ b/graphics/ivtools/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2004/08/22 03:20:49 markd Exp $ +@comment $NetBSD: PLIST,v 1.6 2006/07/24 12:04:26 markd Exp $ bin/comdraw bin/comterp bin/comtest @@ -563,6 +563,7 @@ include/Unidraw/unidraw.h include/Unidraw/upage.h include/Unidraw/viewer.h include/ivstd/fstream.h +include/ivstd/iosfwd include/ivstd/iostream.h include/ivstd/malloc.h include/ivstd/math.h diff --git a/graphics/ivtools/distinfo b/graphics/ivtools/distinfo index 1abe60b4c63..4de4e45475a 100644 --- a/graphics/ivtools/distinfo +++ b/graphics/ivtools/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.10 2006/01/04 11:23:54 markd Exp $ +$NetBSD: distinfo,v 1.11 2006/07/24 12:04:26 markd Exp $ -SHA1 (ivtools-1.2.2.tgz) = b4cd471e9d2e81cc5e20241a41dbadfd18a59806 -RMD160 (ivtools-1.2.2.tgz) = 365781319d24be00c88edac05954e5e1bb49a5a1 -Size (ivtools-1.2.2.tgz) = 2136636 bytes +SHA1 (ivtools-1.2.4.tgz) = 9c9cbfeedd7692c001b458ce82958428082367a5 +RMD160 (ivtools-1.2.4.tgz) = 88cc853e7a31b56a1968021c86394084ba07a4f4 +Size (ivtools-1.2.4.tgz) = 2145688 bytes SHA1 (patch-aa) = 191619b7db43c47d7cc991bc33787434f0ef6948 -SHA1 (patch-ab) = 538b98662592212b03afda8c82b53ec7c2bff094 +SHA1 (patch-ab) = 513a29c861c7e33771667088668eaf7ff8e12778 SHA1 (patch-ac) = bcda1a0b71b669ad6a4900077564c226af262708 -SHA1 (patch-ad) = 8edf1ceee1c1361a6ebbae3f2d68125ee6584ea1 +SHA1 (patch-ad) = 6ea96c7805bb28305f42e980a86152317988be64 diff --git a/graphics/ivtools/patches/patch-ab b/graphics/ivtools/patches/patch-ab index 08f49f30b5e..0018c0889b8 100644 --- a/graphics/ivtools/patches/patch-ab +++ b/graphics/ivtools/patches/patch-ab @@ -1,22 +1,22 @@ -$NetBSD: patch-ab,v 1.2 2004/05/29 13:06:29 markd Exp $ +$NetBSD: patch-ab,v 1.3 2006/07/24 12:04:26 markd Exp $ ---- configure.orig 2004-01-30 07:22:33.000000000 +1300 +--- configure.orig 2005-10-07 07:00:22.000000000 +1300 +++ configure -@@ -3635,7 +3635,7 @@ if test "${ac_cv_lib_stdcpp_peek__7istre +@@ -3734,7 +3734,7 @@ if test "${ac_cv_lib_stdcpp_peek__7istre echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-lstdc++ $LIBS" +LIBS="-lstdc++ -lm $LIBS" cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" /* confdefs.h. */ -@@ -3695,7 +3695,7 @@ if test "${ac_cv_lib_stdcpp__ZNSi4peekEv + _ACEOF +@@ -3804,7 +3804,7 @@ if test "${ac_cv_lib_stdcpp__ZNSi4peekEv echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-lstdc++ $LIBS" +LIBS="-lstdc++ -lm $LIBS" cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" /* confdefs.h. */ + _ACEOF diff --git a/graphics/ivtools/patches/patch-ad b/graphics/ivtools/patches/patch-ad index 9e7bbd6411a..46c7ac58e64 100644 --- a/graphics/ivtools/patches/patch-ad +++ b/graphics/ivtools/patches/patch-ad @@ -1,13 +1,13 @@ -$NetBSD: patch-ad,v 1.5 2006/01/04 11:23:54 markd Exp $ +$NetBSD: patch-ad,v 1.6 2006/07/24 12:04:26 markd Exp $ ---- src/Dispatch/dispatcher.c.orig 2005-03-22 21:29:18.945569000 +1200 +--- src/Dispatch/dispatcher.c.orig 2005-01-27 07:39:22.000000000 +1300 +++ src/Dispatch/dispatcher.c @@ -659,7 +659,7 @@ int Dispatcher::waitFor( #endif #else #ifdef SA_NOCLDSTOP /* POSIX */ --#if defined(hpux) || defined(linux) -+#if defined(hpux) || defined(linux) || (defined(sun) && defined(__svr4__)) || defined(__NetBSD__) +-#if defined(hpux) || defined(linux) || defined(sun) && defined(__svr4__) ++#if defined(hpux) || defined(linux) || defined(sun) && defined(__svr4__) || defined(__NetBSD__) sa.sa_handler = (void (*)(int))(&Dispatcher::sigCLD); #else sa.sa_handler = fxSIGACTIONHANDLER(&Dispatcher::sigCLD); -- cgit v1.2.3