lightly tested on amd64.  a few tests are failing, not sure if it is a
real issue.  please try this diff.


Index: ImageMagick/Makefile
===================================================================
RCS file: /cvs/ports/graphics/ImageMagick/Makefile,v
retrieving revision 1.93
diff -u -r1.93 Makefile
--- ImageMagick/Makefile        30 Oct 2006 09:45:41 -0000      1.93
+++ ImageMagick/Makefile        23 Jan 2007 17:53:14 -0000
@@ -2,13 +2,13 @@
 
 COMMENT=               "image processing tools"
 
-VER=                   6.3.0
+VER=                   6.3.2
 DASHVER=               0
 DISTNAME=              ImageMagick-${VER}-${DASHVER}
-PKGNAME=               ImageMagick-${VER}.${DASHVER}p0
-SHARED_LIBS=           Magick++        11.0    \
-                       Magick          11.0    \
-                       Wand            11.0
+PKGNAME=               ImageMagick-${VER}.${DASHVER}
+SHARED_LIBS=           Magick++        12.0    \
+                       Magick          12.0    \
+                       Wand            12.0
 
 CATEGORIES=            graphics
 MAINTAINER=            Bernd Ahlers <[EMAIL PROTECTED]>
@@ -40,7 +40,7 @@
 USE_LIBTOOL=           Yes
 SEPARATE_BUILD=                concurrent
 CONFIGURE_STYLE=       autoconf
-AUTOCONF_VERSION=      2.59
+AUTOCONF_VERSION=      2.61
 CONFIGURE_ARGS+=       ${CONFIGURE_SHARED}
 CONFIGURE_ARGS+=       --with-quantum-depth=16 \
                        --without-dot \
Index: ImageMagick/distinfo
===================================================================
RCS file: /cvs/ports/graphics/ImageMagick/distinfo,v
retrieving revision 1.10
diff -u -r1.10 distinfo
--- ImageMagick/distinfo        28 Oct 2006 16:20:52 -0000      1.10
+++ ImageMagick/distinfo        23 Jan 2007 17:53:14 -0000
@@ -1,4 +1,4 @@
-MD5 (ImageMagick-6.3.0-0.tar.gz) = a917b96f13abd7bef6dd26a516343092
-RMD160 (ImageMagick-6.3.0-0.tar.gz) = 6a4601037b6d45d7ff389f3168a856666eb47e2c
-SHA1 (ImageMagick-6.3.0-0.tar.gz) = f4a6461fe9ac47d180e54057bef63061a39cd4df
-SIZE (ImageMagick-6.3.0-0.tar.gz) = 6536999
+MD5 (ImageMagick-6.3.2-0.tar.gz) = 55b651ce983488dbe90a402a2bda32b9
+RMD160 (ImageMagick-6.3.2-0.tar.gz) = cea02bcbb2d9dfd0fad72580001e7c84e880d876
+SHA1 (ImageMagick-6.3.2-0.tar.gz) = 2b330d23dde64087bea2c9c1c03d2dac5c7c35d1
+SIZE (ImageMagick-6.3.2-0.tar.gz) = 6516110
Index: ImageMagick/patches/patch-Makefile_in
===================================================================
RCS file: ImageMagick/patches/patch-Makefile_in
diff -N ImageMagick/patches/patch-Makefile_in
--- ImageMagick/patches/patch-Makefile_in       28 Oct 2006 16:20:52 -0000      
1.6
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,29 +0,0 @@
-$OpenBSD: patch-Makefile_in,v 1.6 2006/10/28 16:20:52 steven Exp $
---- Makefile.in.orig   Sat Oct 14 21:21:05 2006
-+++ Makefile.in        Sat Oct 21 12:48:09 2006
-@@ -246,6 +246,7 @@ DIST_COMMON = $(am__configure_deps) $(am
-       $(top_srcdir)/utilities/import.1.in \
-       $(top_srcdir)/utilities/mogrify.1.in \
-       $(top_srcdir)/utilities/montage.1.in \
-+      $(top_srcdir)/utilities/stream.1.in \
-       $(top_srcdir)/wand/Wand-config.in \
-       $(top_srcdir)/wand/Wand.pc.in \
-       $(top_srcdir)/wand/wand-config.h.in $(wandinc_HEADERS) AUTHORS \
-@@ -277,7 +278,7 @@ CONFIG_CLEAN_FILES = config/delegates.xm
-       utilities/composite.1 utilities/conjure.1 utilities/convert.1 \
-       utilities/display.1 utilities/identify.1 \
-       utilities/ImageMagick.1 utilities/import.1 utilities/mogrify.1 \
--      utilities/montage.1 wand/Wand-config wand/Wand.pc
-+      utilities/montage.1 utilities/stream.1 wand/Wand-config wand/Wand.pc
- am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
- am__vpath_adj = case $$p in \
-     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
-@@ -4780,6 +4781,8 @@ utilities/import.1: $(top_builddir)/conf
- utilities/mogrify.1: $(top_builddir)/config.status 
$(top_srcdir)/utilities/mogrify.1.in
-       cd $(top_builddir) && $(SHELL) ./config.status $@
- utilities/montage.1: $(top_builddir)/config.status 
$(top_srcdir)/utilities/montage.1.in
-+      cd $(top_builddir) && $(SHELL) ./config.status $@
-+utilities/stream.1: $(top_builddir)/config.status 
$(top_srcdir)/utilities/stream.1.in
-       cd $(top_builddir) && $(SHELL) ./config.status $@
- wand/Wand-config: $(top_builddir)/config.status 
$(top_srcdir)/wand/Wand-config.in
-       cd $(top_builddir) && $(SHELL) ./config.status $@
Index: ImageMagick/patches/patch-configure_ac
===================================================================
RCS file: /cvs/ports/graphics/ImageMagick/patches/patch-configure_ac,v
retrieving revision 1.4
diff -u -r1.4 patch-configure_ac
--- ImageMagick/patches/patch-configure_ac      28 Oct 2006 16:20:52 -0000      
1.4
+++ ImageMagick/patches/patch-configure_ac      23 Jan 2007 17:53:14 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-configure_ac,v 1.4 2006/10/28 16:20:52 steven Exp $
---- configure.ac.orig  Tue Oct 10 18:47:49 2006
-+++ configure.ac       Sat Oct 21 13:08:37 2006
-@@ -350,9 +350,9 @@ AM_CONDITIONAL(WITH_MODULES, test "$with
+--- configure.ac.orig  Wed Jan 17 17:30:47 2007
++++ configure.ac       Tue Jan 23 18:22:46 2007
+@@ -373,9 +373,9 @@ AM_CONDITIONAL(WITH_MODULES, test "$with
  # Enable building/use of libltdl if we are building shared libraries 
regardless
  # of whether modules are built or not.
  with_ltdl='no'
@@ -14,7 +14,7 @@
  
  AM_CONDITIONAL(WITH_LTDL, test "$with_ltdl" != 'no')
  if test "$with_ltdl" != 'no' ; then
-@@ -1998,7 +1998,7 @@ AC_SUBST(PERLMAINCC)
+@@ -2053,7 +2053,7 @@ AC_SUBST(PERLMAINCC)
  #
  
  # Subdirectory under lib to place ImageMagick lib files
@@ -23,7 +23,7 @@
  AC_DEFINE_UNQUOTED(MagickLibSubdir,"$MagickLibSubdir",Subdirectory of lib 
where ImageMagick architecture dependent files are installed)
  
  # Path to ImageMagick bin directory
-@@ -2061,7 +2061,7 @@ AC_SUBST(MagickFilterModulesPath)
+@@ -2116,7 +2116,7 @@ AC_SUBST(MagickFilterModulesPath)
  
  #
  # Path to ImageMagick document files
@@ -32,7 +32,7 @@
  MagickDocumentPath="${DATA_DIR}/doc/${MagickDocumentSubdir}"
  MagickDocumentPathDefine="${MagickDocumentPath}/"
  if test "$native_win32_build" = 'yes'
-@@ -2073,7 +2073,7 @@ AC_SUBST(MagickDocumentPath)
+@@ -2128,7 +2128,7 @@ AC_SUBST(MagickDocumentPath)
  
  #
  # Path to ImageMagick share files
@@ -41,11 +41,3 @@
  MagickSharePath="${DATA_DIR}/${MagickShareSubdir}"
  MagickSharePathDefine="${MagickSharePath}/"
  if test "$native_win32_build" = 'yes'
-@@ -2751,6 +2751,7 @@ AC_CONFIG_FILES( \
-         utilities/import.1 \
-         utilities/mogrify.1 \
-         utilities/montage.1 \
-+        utilities/stream.1 \
-         wand/Wand-config \
-         wand/Wand.pc )
- 
Index: ImageMagick/pkg/PLIST
===================================================================
RCS file: /cvs/ports/graphics/ImageMagick/pkg/PLIST,v
retrieving revision 1.34
diff -u -r1.34 PLIST
--- ImageMagick/pkg/PLIST       28 Oct 2006 16:20:52 -0000      1.34
+++ ImageMagick/pkg/PLIST       23 Jan 2007 17:53:14 -0000
@@ -78,6 +78,7 @@
 include/magick/pixel.h
 include/magick/prepress.h
 include/magick/profile.h
+include/magick/property.h
 include/magick/quantize.h
 include/magick/quantum.h
 include/magick/random_.h
@@ -113,8 +114,8 @@
 include/wand/drawing-wand.h
 include/wand/identify.h
 include/wand/import.h
-include/wand/magick-attribute.h
 include/wand/magick-image.h
+include/wand/magick-property.h
 include/wand/magick-wand.h
 include/wand/magick_wand.h
 include/wand/mogrify.h
@@ -167,6 +168,7 @@
 share/ImageMagick/config/coder.xml
 share/ImageMagick/config/log.xml
 share/ImageMagick/config/magic.xml
+share/ImageMagick/config/sRGB.icm
 share/ImageMagick/config/thresholds.xml
 share/doc/ImageMagick/
 share/doc/ImageMagick/images/
@@ -182,6 +184,7 @@
 share/doc/ImageMagick/images/examples.jpg
 share/doc/ImageMagick/images/frame.jpg
 share/doc/ImageMagick/images/fuzzy-magick.png
+share/doc/ImageMagick/images/gaussian-blur.png
 share/doc/ImageMagick/images/granite.png
 share/doc/ImageMagick/images/label.gif
 share/doc/ImageMagick/images/logo.eps
@@ -272,8 +275,8 @@
 share/doc/ImageMagick/www/api/image.html
 share/doc/ImageMagick/www/api/layer.html
 share/doc/ImageMagick/www/api/list.html
-share/doc/ImageMagick/www/api/magick-attribute.html
 share/doc/ImageMagick/www/api/magick-image.html
+share/doc/ImageMagick/www/api/magick-property.php
 share/doc/ImageMagick/www/api/magick-wand.html
 share/doc/ImageMagick/www/api/magick.html
 share/doc/ImageMagick/www/api/memory.html
@@ -331,6 +334,7 @@
 share/doc/ImageMagick/www/quantize.html
 share/doc/ImageMagick/www/resources.html
 share/doc/ImageMagick/www/search.html
+share/doc/ImageMagick/www/sitemap.html
 share/doc/ImageMagick/www/sponsors.html
 share/doc/ImageMagick/www/stream.html
 share/doc/ImageMagick/www/subversion.html
Index: p5-PerlMagick/Makefile
===================================================================
RCS file: /cvs/ports/graphics/p5-PerlMagick/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- p5-PerlMagick/Makefile      6 Dec 2006 18:18:18 -0000       1.15
+++ p5-PerlMagick/Makefile      23 Jan 2007 17:53:14 -0000
@@ -4,7 +4,7 @@
 
 COMMENT=               "object-oriented Perl interface to ImageMagick"
 
-VER=                   6.3.0
+VER=                   6.3.2
 DASHVER=               0
 DISTNAME=              ImageMagick-${VER}-${DASHVER}
 PKGNAME=               p5-PerlMagick-${VER}.${DASHVER}
Index: p5-PerlMagick/distinfo
===================================================================
RCS file: /cvs/ports/graphics/p5-PerlMagick/distinfo,v
retrieving revision 1.10
diff -u -r1.10 distinfo
--- p5-PerlMagick/distinfo      28 Oct 2006 16:20:52 -0000      1.10
+++ p5-PerlMagick/distinfo      23 Jan 2007 17:53:14 -0000
@@ -1,4 +1,4 @@
-MD5 (ImageMagick-6.3.0-0.tar.gz) = a917b96f13abd7bef6dd26a516343092
-RMD160 (ImageMagick-6.3.0-0.tar.gz) = 6a4601037b6d45d7ff389f3168a856666eb47e2c
-SHA1 (ImageMagick-6.3.0-0.tar.gz) = f4a6461fe9ac47d180e54057bef63061a39cd4df
-SIZE (ImageMagick-6.3.0-0.tar.gz) = 6536999
+MD5 (ImageMagick-6.3.2-0.tar.gz) = 55b651ce983488dbe90a402a2bda32b9
+RMD160 (ImageMagick-6.3.2-0.tar.gz) = cea02bcbb2d9dfd0fad72580001e7c84e880d876
+SHA1 (ImageMagick-6.3.2-0.tar.gz) = 2b330d23dde64087bea2c9c1c03d2dac5c7c35d1
+SIZE (ImageMagick-6.3.2-0.tar.gz) = 6516110
Index: p5-PerlMagick/patches/patch-PerlMagick_Makefile_PL
===================================================================
RCS file: 
/cvs/ports/graphics/p5-PerlMagick/patches/patch-PerlMagick_Makefile_PL,v
retrieving revision 1.8
diff -u -r1.8 patch-PerlMagick_Makefile_PL
--- p5-PerlMagick/patches/patch-PerlMagick_Makefile_PL  28 Oct 2006 16:20:52 
-0000      1.8
+++ p5-PerlMagick/patches/patch-PerlMagick_Makefile_PL  23 Jan 2007 17:53:14 
-0000
@@ -1,8 +1,8 @@
 $OpenBSD: patch-PerlMagick_Makefile_PL,v 1.8 2006/10/28 16:20:52 steven Exp $
---- PerlMagick/Makefile.PL.orig        Sat Oct 14 21:45:43 2006
-+++ PerlMagick/Makefile.PL     Sat Oct 21 13:34:16 2006
+--- PerlMagick/Makefile.PL.orig        Fri Jan 19 16:59:33 2007
++++ PerlMagick/Makefile.PL     Tue Jan 23 18:46:25 2007
 @@ -44,13 +44,13 @@ WriteMakefile
-    'DEFINE'   => ' -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H',     # e.g., 
'-DHAVE_SOMETHING' 
+    'DEFINE'   => ' -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES=1 -DHAVE_CONFIG_H',  
   # e.g., '-DHAVE_SOMETHING' 
  
     # Header search specfication and preprocessor flags
 -   'INC'      => '-I../ -I.. -I/usr/include/freetype2 -I/usr/include/libxml2',
@@ -21,8 +21,8 @@
     'INSTALLBIN'       => '/usr/bin',
  
     # Library specification
--   'LIBS'     => [ '-L/usr/lib -lfreetype -L/usr/lib -llcms -ltiff -lfreetype 
-ljpeg -lfontconfig -lXext -lSM -lICE -lX11 -lXt -lbz2 -lz -lpthread -lm 
-lpthread' ],
-+   'LIBS'     => [ '-L%%LOCALBASE%%/lib -lMagick -L%%X11BASE%%/lib -ljbig 
-llcms -ltiff -lfreetype -ljasper -ljpeg -lpng -lXext -lXt -lSM -lICE -lX11 
-lbz2 -lxml2 -lz -lm' ],
+-   'LIBS'     => [ '-L/usr/lib -lfreetype -llcms -ltiff -lfreetype -ljpeg 
-lfontconfig -lXext -lSM -lICE -lX11 -lXt -lbz2 -lz -lpthread -lm -lpthread' ],
++   'LIBS'      => [ '-L%%LOCALBASE%%/lib -lMagick -L%%X11BASE%%/lib -ljbig 
-llcms -ltiff -lfreetype -ljasper -ljpeg -lpng -lXext -lXt -lSM -lICE -lX11 
-lbz2 -lxml2 -lz -lm' ],
  
     # Perl binary name (if a Perl binary is built)
     'MAP_TARGET'       => 'PerlMagick',

Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm

Reply via email to