head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.54 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.52 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.50 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.48 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.46 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.44 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.42 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.40 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.38 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.2.0.36 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.34 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.32 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.30 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.28 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.26 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.24 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.22 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.20 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.2.0.18 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.2.0.16 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.14 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.12 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.2.0.10 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.2.0.8 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.2.0.6 pkgsrc-2004Q2-base:1.2 pkgsrc-2004Q1:1.2.0.4 pkgsrc-2004Q1-base:1.2 pkgsrc-2003Q4:1.2.0.2 pkgsrc-2003Q4-base:1.2 buildlink2-base:1.2 netbsd-1-5-PATCH001:1.1; locks; strict; comment @# @; 1.2 date 2002.01.03.14.03.02; author wiz; state dead; branches; next 1.1; 1.1 date 2001.02.15.15.25.57; author wiz; state Exp; branches; next ; desc @@ 1.2 log @Update to 0.29. Changes since 0.26: version 0.29 (Fixes the lowercase/uppercase problems, fix for swf export, new MIF and CGM export, code rearrangements) version 0.28 (Several bugfixes, Progress bar, Cancel point, Efforts to make libautotrace.a thread-safe, Clean up library name space (all exported symbols have "at_" prefix), DXF, EPD and PDF export, Despeckling filter) version 0.27a (Fixed a compilation problem) version 0.27 (Parts of the code were rearranged, fixed a bug in color quantization, centerline support, Elastic Reality output, now works with new versions of ImageMagick, swf output (via libming), dxf output was removed because it never worked, speed up and simplification of the fitting routine) Should also fix bulk build failure. @ text @$NetBSD: patch-aa,v 1.1 2001/02/15 15:25:57 wiz Exp $ --- input-magick.c.orig Mon Nov 13 16:43:34 2000 +++ input-magick.c @@@@ -32,7 +32,7 @@@@ #else image=ReadImage(image_info,&exception); if (image == (Image *) NULL) - MagickError(exception.severity,exception.message,exception.qualifier); + MagickError(exception.severity,exception.reason,exception.description); #endif image_type=GetImageType(image); @ 1.1 log @Fix compilation with ImageMagick 5.2.8. @ text @d1 1 a1 1 $NetBSD$ @