pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/ImageMagick6



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Jul 22 10:09:06 UTC 2023

Modified Files:
        pkgsrc/graphics/ImageMagick6: Makefile Makefile.common PLIST PLIST.doc
            buildlink3.mk distinfo
        pkgsrc/graphics/ImageMagick6/patches: patch-Makefile.in
            patch-config_policy.xml

Log Message:
ImageMagick6: updated to 6.9.12-91

6.9.12-91
Unknown changes


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/graphics/ImageMagick6/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/graphics/ImageMagick6/Makefile.common
cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/ImageMagick6/PLIST
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/ImageMagick6/PLIST.doc
cvs rdiff -u -r1.36 -r1.37 pkgsrc/graphics/ImageMagick6/buildlink3.mk
cvs rdiff -u -r1.14 -r1.15 pkgsrc/graphics/ImageMagick6/distinfo
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/graphics/ImageMagick6/patches/patch-Makefile.in
cvs rdiff -u -r1.2 -r1.3 \
    pkgsrc/graphics/ImageMagick6/patches/patch-config_policy.xml

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/ImageMagick6/Makefile
diff -u pkgsrc/graphics/ImageMagick6/Makefile:1.56 pkgsrc/graphics/ImageMagick6/Makefile:1.57
--- pkgsrc/graphics/ImageMagick6/Makefile:1.56  Tue Jul 18 18:19:22 2023
+++ pkgsrc/graphics/ImageMagick6/Makefile       Sat Jul 22 10:09:06 2023
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.56 2023/07/18 18:19:22 nia Exp $
+# $NetBSD: Makefile,v 1.57 2023/07/22 10:09:06 adam Exp $
 
-PKGREVISION= 22
 .include "Makefile.common"
 
 PKGNAME=       ImageMagick6-${DISTVERSION}
@@ -102,7 +101,9 @@ CTF_FILES_SKIP+=    lib/libMagickCore-6.Q16
 
 .include "../../archivers/bzip2/buildlink3.mk"
 .include "../../archivers/xz/buildlink3.mk"
+.include "../../archivers/zstd/buildlink3.mk"
 .include "../../devel/libltdl/buildlink3.mk"
+.include "../../devel/pango/buildlink3.mk"
 .include "../../fonts/fontconfig/buildlink3.mk"
 .include "../../graphics/freetype2/buildlink3.mk"
 .include "../../graphics/lcms2/buildlink3.mk"

Index: pkgsrc/graphics/ImageMagick6/Makefile.common
diff -u pkgsrc/graphics/ImageMagick6/Makefile.common:1.16 pkgsrc/graphics/ImageMagick6/Makefile.common:1.17
--- pkgsrc/graphics/ImageMagick6/Makefile.common:1.16   Fri Sep 30 07:31:00 2022
+++ pkgsrc/graphics/ImageMagick6/Makefile.common        Sat Jul 22 10:09:06 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.16 2022/09/30 07:31:00 nros Exp $
+# $NetBSD: Makefile.common,v 1.17 2023/07/22 10:09:06 adam Exp $
 
-IM_MAJOR_VER=          6.9.11
-IM_MINOR_VER=          7
+IM_MAJOR_VER=          6.9.12
+IM_MINOR_VER=          91
 IM_MAJOR_LIB_VER=      6
 
 .if (${IM_MINOR_VER} != NONE)
@@ -17,11 +17,9 @@ CATEGORIES=  graphics
 MASTER_SITES=  https://imagemagick.org/archive/releases/
 EXTRACT_SUFX=  .tar.xz
 
-HOMEPAGE=      http://www.imagemagick.org/
+HOMEPAGE=      https://imagemagick.org/
 LICENSE=       gnu-gpl-v3
 
-WRKSRC=                ${WRKDIR}/ImageMagick-${DISTSUFFIX}
-
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
 # For things for which we do not specify an explicit dependency above, disable

Index: pkgsrc/graphics/ImageMagick6/PLIST
diff -u pkgsrc/graphics/ImageMagick6/PLIST:1.8 pkgsrc/graphics/ImageMagick6/PLIST:1.9
--- pkgsrc/graphics/ImageMagick6/PLIST:1.8      Fri Feb 26 12:48:29 2021
+++ pkgsrc/graphics/ImageMagick6/PLIST  Sat Jul 22 10:09:06 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2021/02/26 12:48:29 nia Exp $
+@comment $NetBSD: PLIST,v 1.9 2023/07/22 10:09:06 adam Exp $
 bin/Magick++-config6
 bin/Magick-config6
 bin/MagickCore-config6
@@ -151,7 +151,7 @@ include/ImageMagick-6/wand/pixel-iterato
 include/ImageMagick-6/wand/pixel-wand.h
 include/ImageMagick-6/wand/stream.h
 include/ImageMagick-6/wand/wand-view.h
-lib/ImageMagick-6.9.11/config-Q16/configure.xml
+lib/ImageMagick-6.9.12/config-Q16/configure.xml
 lib/libMagick++-6.Q16.la
 lib/libMagickCore-6.Q16.la
 lib/libMagickWand-6.Q16.la

Index: pkgsrc/graphics/ImageMagick6/PLIST.doc
diff -u pkgsrc/graphics/ImageMagick6/PLIST.doc:1.1 pkgsrc/graphics/ImageMagick6/PLIST.doc:1.2
--- pkgsrc/graphics/ImageMagick6/PLIST.doc:1.1  Fri Feb 26 12:48:29 2021
+++ pkgsrc/graphics/ImageMagick6/PLIST.doc      Sat Jul 22 10:09:06 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.doc,v 1.1 2021/02/26 12:48:29 nia Exp $
+@comment $NetBSD: PLIST.doc,v 1.2 2023/07/22 10:09:06 adam Exp $
 man/man1/ImageMagick6.1
 man/man1/Magick++-config6.1
 man/man1/Magick-config6.1
@@ -16,7 +16,6 @@ man/man1/import6.1
 man/man1/mogrify6.1
 man/man1/montage6.1
 man/man1/stream6.1
-share/doc/ImageMagick-6/ChangeLog
 share/doc/ImageMagick-6/LICENSE
 share/doc/ImageMagick-6/NEWS.txt
 share/doc/ImageMagick-6/images/ImageMagick.ico
@@ -25,6 +24,7 @@ share/doc/ImageMagick-6/images/annotate.
 share/doc/ImageMagick-6/images/arc.png
 share/doc/ImageMagick-6/images/atop.gif
 share/doc/ImageMagick-6/images/background.jpg
+share/doc/ImageMagick-6/images/bitcoin.svg
 share/doc/ImageMagick-6/images/black.png
 share/doc/ImageMagick-6/images/bluebells_clipped.jpg
 share/doc/ImageMagick-6/images/bluebells_darker.jpg
@@ -41,8 +41,8 @@ share/doc/ImageMagick-6/images/fuzzy-mag
 share/doc/ImageMagick-6/images/gaussian-blur.png
 share/doc/ImageMagick-6/images/granite.png
 share/doc/ImageMagick-6/images/imade_art2.jpg
+share/doc/ImageMagick-6/images/julia-set.png
 share/doc/ImageMagick-6/images/label.gif
-share/doc/ImageMagick-6/images/litecoin.png
 share/doc/ImageMagick-6/images/logo-sm-flop.png
 share/doc/ImageMagick-6/images/logo-sm-fx.png
 share/doc/ImageMagick-6/images/logo-sm.png
@@ -132,7 +132,6 @@ share/doc/ImageMagick-6/images/white-hig
 share/doc/ImageMagick-6/images/wizard.jpg
 share/doc/ImageMagick-6/images/wizard.png
 share/doc/ImageMagick-6/index.html
-share/doc/ImageMagick-6/www/ImageMagickObject.html
 share/doc/ImageMagick-6/www/Magick++/Blob.html
 share/doc/ImageMagick-6/www/Magick++/Cache.fig
 share/doc/ImageMagick-6/www/Magick++/Cache.png
@@ -173,720 +172,11 @@ share/doc/ImageMagick-6/www/Magick++/thu
 share/doc/ImageMagick-6/www/Magick++/thumbnail-anatomy-plain.jpg
 share/doc/ImageMagick-6/www/Magick++/thumbnail-sample-framed.jpg
 share/doc/ImageMagick-6/www/Magick++/thumbnail-sample-plain.jpg
+share/doc/ImageMagick-6/www/advanced-linux-installation.html
 share/doc/ImageMagick-6/www/advanced-unix-installation.html
 share/doc/ImageMagick-6/www/advanced-windows-installation.html
 share/doc/ImageMagick-6/www/animate.html
-share/doc/ImageMagick-6/www/api.html
 share/doc/ImageMagick-6/www/api/Image++.html
-share/doc/ImageMagick-6/www/api/MagickCore/ImageMagick_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/ImageMagick_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/MagickCore_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/MagickCore_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/PreRvIcccm_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/PreRvIcccm_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/PreRvIcccm_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/animate-private_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/animate-private_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/animate_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/animate_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/animate_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/annotate_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/annotate_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/annotate_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/annotated.html
-share/doc/ImageMagick-6/www/api/MagickCore/api_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/api_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/artifact_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/artifact_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/artifact_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/blob-private_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/blob-private_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/blob_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/blob_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/blob_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/cache-private_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/cache-private_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/cache-view_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/cache-view_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/cache-view_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/cache_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/cache_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/cache_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/classes.html
-share/doc/ImageMagick-6/www/api/MagickCore/client_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/client_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/client_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/coder_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/coder_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/coder_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/color-private_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/color-private_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/color_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/color_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/color_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/colorspace-private_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/colorspace-private_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/colorspace_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/colorspace_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/colorspace_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/compare_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/compare_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/compare_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/composite-private_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/composite-private_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/composite_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/composite_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/composite_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/compress_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/compress_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/compress_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/configure_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/configure_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/configure_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/constitute_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/constitute_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/constitute_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/decorate_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/decorate_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/decorate_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/delegate_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/delegate_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/delegate_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/deprecate_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/deprecate_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/deprecate_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/dir_b44b349db36f8365f5234e57d3038770.html
-share/doc/ImageMagick-6/www/api/MagickCore/dirs.html
-share/doc/ImageMagick-6/www/api/MagickCore/display-private_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/display-private_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/display_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/display_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/display_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/distort_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/distort_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/distort_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/doxygen.css
-share/doc/ImageMagick-6/www/api/MagickCore/doxygen.png
-share/doc/ImageMagick-6/www/api/MagickCore/draw-private_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/draw-private_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/draw_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/draw_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/draw_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/effect_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/effect_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/effect_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/enhance_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/enhance_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/enhance_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/exception-private_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/exception-private_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/exception_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/exception_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/exception_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/files.html
-share/doc/ImageMagick-6/www/api/MagickCore/ftv2blank.png
-share/doc/ImageMagick-6/www/api/MagickCore/ftv2doc.png
-share/doc/ImageMagick-6/www/api/MagickCore/ftv2folderclosed.png
-share/doc/ImageMagick-6/www/api/MagickCore/ftv2folderopen.png
-share/doc/ImageMagick-6/www/api/MagickCore/ftv2lastnode.png
-share/doc/ImageMagick-6/www/api/MagickCore/ftv2link.png
-share/doc/ImageMagick-6/www/api/MagickCore/ftv2mlastnode.png
-share/doc/ImageMagick-6/www/api/MagickCore/ftv2mnode.png
-share/doc/ImageMagick-6/www/api/MagickCore/ftv2node.png
-share/doc/ImageMagick-6/www/api/MagickCore/ftv2plastnode.png
-share/doc/ImageMagick-6/www/api/MagickCore/ftv2pnode.png
-share/doc/ImageMagick-6/www/api/MagickCore/ftv2vertline.png
-share/doc/ImageMagick-6/www/api/MagickCore/functions.html
-share/doc/ImageMagick-6/www/api/MagickCore/functions_0x61.html
-share/doc/ImageMagick-6/www/api/MagickCore/functions_0x62.html
-share/doc/ImageMagick-6/www/api/MagickCore/functions_0x63.html
-share/doc/ImageMagick-6/www/api/MagickCore/functions_0x64.html
-share/doc/ImageMagick-6/www/api/MagickCore/functions_0x65.html
-share/doc/ImageMagick-6/www/api/MagickCore/functions_0x66.html
-share/doc/ImageMagick-6/www/api/MagickCore/functions_0x67.html
-share/doc/ImageMagick-6/www/api/MagickCore/functions_0x68.html
-share/doc/ImageMagick-6/www/api/MagickCore/functions_0x69.html
-share/doc/ImageMagick-6/www/api/MagickCore/functions_0x6b.html
-share/doc/ImageMagick-6/www/api/MagickCore/functions_0x6c.html
-share/doc/ImageMagick-6/www/api/MagickCore/functions_0x6d.html
-share/doc/ImageMagick-6/www/api/MagickCore/functions_0x6e.html
-share/doc/ImageMagick-6/www/api/MagickCore/functions_0x6f.html
-share/doc/ImageMagick-6/www/api/MagickCore/functions_0x70.html
-share/doc/ImageMagick-6/www/api/MagickCore/functions_0x71.html
-share/doc/ImageMagick-6/www/api/MagickCore/functions_0x72.html
-share/doc/ImageMagick-6/www/api/MagickCore/functions_0x73.html
-share/doc/ImageMagick-6/www/api/MagickCore/functions_0x74.html
-share/doc/ImageMagick-6/www/api/MagickCore/functions_0x75.html
-share/doc/ImageMagick-6/www/api/MagickCore/functions_0x76.html
-share/doc/ImageMagick-6/www/api/MagickCore/functions_0x77.html
-share/doc/ImageMagick-6/www/api/MagickCore/functions_0x78.html
-share/doc/ImageMagick-6/www/api/MagickCore/functions_0x79.html
-share/doc/ImageMagick-6/www/api/MagickCore/functions_0x7a.html
-share/doc/ImageMagick-6/www/api/MagickCore/functions_func.html
-share/doc/ImageMagick-6/www/api/MagickCore/functions_vars.html
-share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x61.html
-share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x62.html
-share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x63.html
-share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x64.html
-share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x65.html
-share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x66.html
-share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x67.html
-share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x68.html
-share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x69.html
-share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x6b.html
-share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x6c.html
-share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x6d.html
-share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x6e.html
-share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x6f.html
-share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x70.html
-share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x71.html
-share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x72.html
-share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x73.html
-share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x74.html
-share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x75.html
-share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x76.html
-share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x77.html
-share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x78.html
-share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x79.html
-share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x7a.html
-share/doc/ImageMagick-6/www/api/MagickCore/fx-private_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/fx-private_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/fx_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/fx_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/fx_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/gem_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/gem_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/gem_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/geometry_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/geometry_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/geometry_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_0x61.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_0x62.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_0x63.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_0x64.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_0x65.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_0x66.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_0x67.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_0x68.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_0x69.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_0x6a.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_0x6b.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_0x6c.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_0x6d.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_0x6e.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_0x6f.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_0x70.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_0x71.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_0x72.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_0x73.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_0x74.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_0x75.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_0x76.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_0x77.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_0x78.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_0x79.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_0x7a.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_defs.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x61.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x62.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x63.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x64.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x65.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x66.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x67.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x68.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x69.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x6b.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x6c.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x6d.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x6e.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x6f.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x70.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x71.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x72.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x73.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x74.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x75.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x76.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x77.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x78.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x79.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_enum.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_eval.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x62.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x63.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x64.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x65.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x66.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x67.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x68.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x69.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x6a.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x6b.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x6c.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x6d.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x6e.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x6f.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x70.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x71.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x72.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x73.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x74.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x75.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x76.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x77.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x78.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x79.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x7a.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_func.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x62.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x63.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x64.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x65.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x66.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x67.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x68.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x69.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x6a.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x6b.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x6c.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x6d.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x6e.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x6f.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x70.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x71.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x72.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x73.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x74.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x75.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x76.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x77.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x78.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x79.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x7a.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_type.html
-share/doc/ImageMagick-6/www/api/MagickCore/globals_vars.html
-share/doc/ImageMagick-6/www/api/MagickCore/hashmap_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/hashmap_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/hashmap_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/identify_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/identify_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/identify_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/image-private_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/image-private_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/image_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/image_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/image_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/index.html
-share/doc/ImageMagick-6/www/api/MagickCore/layer_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/layer_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/layer_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/list_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/list_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/list_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/locale_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/locale___8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/locale___8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/log_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/log_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/log_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/mac_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/mac_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/mac_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/magic_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/magic_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/magic_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/magick-config_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/magick-config_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/magick-type_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/magick-type_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/magick_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/magick_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/magick_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/main.html
-share/doc/ImageMagick-6/www/api/MagickCore/matrix_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/matrix_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/matrix_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/memory_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/memory___8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/memory___8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/methods_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/methods_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/mime-private_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/mime-private_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/mime_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/mime_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/mime_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/module_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/module_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/module_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/monitor_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/monitor_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/monitor_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/montage_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/montage_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/montage_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/nt-base_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/nt-base_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/nt-base_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/nt-feature_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/nt-feature_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/nt-feature_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/option_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/option_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/option_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/paint_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/paint_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/paint_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/pixel-private_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/pixel-private_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/pixel_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/pixel_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/pixel_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/prepress_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/prepress_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/prepress_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/profile_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/profile_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/profile_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/property_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/property_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/property_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/quantize_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/quantize_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/quantize_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/quantum-private_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/quantum-private_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/quantum_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/quantum_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/quantum_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/random_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/random___8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/random___8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/registry_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/registry_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/registry_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/resample_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/resample_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/resample_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/resize-private_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/resize-private_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/resize_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/resize_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/resize_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/resource_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/resource___8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/resource___8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/segment_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/segment_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/segment_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/semaphore_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/semaphore_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/semaphore_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/shear_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/shear_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/shear_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/signature_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/signature_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/signature_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/splay-tree_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/splay-tree_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/splay-tree_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/static_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/static_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/static_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/statistic_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/statistic_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/statistic_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/stream-private_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/stream-private_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/stream_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/stream_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/stream_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/string_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/string___8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/string___8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/structHuffmanTable.html
-share/doc/ImageMagick-6/www/api/MagickCore/structSemaphoreInfo.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__AffineMatrix.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__Ascii85Info.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__BlobInfo.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__CacheInfo.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__CacheMethods.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__CacheView.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__ChannelStatistics.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__ChromaticityInfo.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__Cluster.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__CoderInfo.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__ColorInfo.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__ColorPacket.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__ConfigureInfo.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__ContributionInfo.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__CubeInfo.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__DIR.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__DataSegmentInfo.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__DelegateInfo.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__DiversityPacket.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__DoublePixelPacket.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__DrawInfo.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__EdgeInfo.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__ElementInfo.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__ElementReference.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__EntryInfo.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__ErrorInfo.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__EventInfo.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__ExceptionInfo.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__ExtentPacket.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__FrameInfo.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__FxInfo.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__GeometryInfo.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__GhostscriptVectors.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__GradientInfo.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__HandlerInfo.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__HashmapInfo.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__Image.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__ImageAttribute.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__ImageInfo.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__IntervalTree.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__LinkedListInfo.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__LocaleInfo.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__LogInfo.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__LongPixelPacket.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__MagicInfo.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__MagickInfo.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__MagickPixelPacket.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__MedianListNode.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__MedianPixelList.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__MedianSkipList.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__MemoryInfo.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__MimeInfo.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__ModuleInfo.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__MontageInfo.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__NTMEMORYSTATUSEX.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__NexusInfo.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__NodeInfo.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__Nodes.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__OptionInfo.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__PathInfo.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__PixelPacket.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__PointInfo.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__PolygonInfo.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__PrimaryInfo.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__PrimitiveInfo.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__ProfileInfo.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__QuantizeInfo.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__QuantumInfo.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__QuantumState.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__RandomInfo.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__RealPixelPacket.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__RectangleInfo.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__RegistryInfo.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__ResampleFilter.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__ResizeFilter.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__ResourceInfo.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__SegmentInfo.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__SignatureInfo.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__SplayTreeInfo.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__StopInfo.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__StreamInfo.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__StringInfo.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__ThresholdMap.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__Timer.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__TimerInfo.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__TokenInfo.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__TypeInfo.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__TypeMetric.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__ViewInfo.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__XImportInfo.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__XMLTreeInfo.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__XMLTreeRoot.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__XWidgetInfo.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__ZeroCrossing.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__dirdesc.html
-share/doc/ImageMagick-6/www/api/MagickCore/struct__ile3.html
-share/doc/ImageMagick-6/www/api/MagickCore/structdirent.html
-share/doc/ImageMagick-6/www/api/MagickCore/studio_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/studio_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/tab_b.gif
-share/doc/ImageMagick-6/www/api/MagickCore/tab_l.gif
-share/doc/ImageMagick-6/www/api/MagickCore/tab_r.gif
-share/doc/ImageMagick-6/www/api/MagickCore/tabs.css
-share/doc/ImageMagick-6/www/api/MagickCore/threshold_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/threshold_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/threshold_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/timer_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/timer_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/timer_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/token_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/token_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/token_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/transform_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/transform_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/transform_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/tree.html
-share/doc/ImageMagick-6/www/api/MagickCore/type_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/type_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/type_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/utility_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/utility_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/utility_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/version_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/version_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/version_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/vms_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/vms_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/vms_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/widget_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/widget_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/widget_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/xml-tree_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/xml-tree_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/xml-tree_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/xwindow-private_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/xwindow-private_8h.html
-share/doc/ImageMagick-6/www/api/MagickCore/xwindow_8c.html
-share/doc/ImageMagick-6/www/api/MagickCore/xwindow_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickCore/xwindow_8h.html
-share/doc/ImageMagick-6/www/api/MagickWand/MagickWand_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickWand/MagickWand_8h.html
-share/doc/ImageMagick-6/www/api/MagickWand/animate_8c.html
-share/doc/ImageMagick-6/www/api/MagickWand/animate_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickWand/animate_8h.html
-share/doc/ImageMagick-6/www/api/MagickWand/annotated.html
-share/doc/ImageMagick-6/www/api/MagickWand/classes.html
-share/doc/ImageMagick-6/www/api/MagickWand/compare_8c.html
-share/doc/ImageMagick-6/www/api/MagickWand/compare_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickWand/compare_8h.html
-share/doc/ImageMagick-6/www/api/MagickWand/composite_8c.html
-share/doc/ImageMagick-6/www/api/MagickWand/composite_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickWand/composite_8h.html
-share/doc/ImageMagick-6/www/api/MagickWand/conjure_8c.html
-share/doc/ImageMagick-6/www/api/MagickWand/conjure_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickWand/conjure_8h.html
-share/doc/ImageMagick-6/www/api/MagickWand/convert_8c.html
-share/doc/ImageMagick-6/www/api/MagickWand/convert_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickWand/convert_8h.html
-share/doc/ImageMagick-6/www/api/MagickWand/deprecate_8c.html
-share/doc/ImageMagick-6/www/api/MagickWand/deprecate_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickWand/deprecate_8h.html
-share/doc/ImageMagick-6/www/api/MagickWand/dir_101f7ac0a894e32543a314e85b2e1524.html
-share/doc/ImageMagick-6/www/api/MagickWand/dirs.html
-share/doc/ImageMagick-6/www/api/MagickWand/display_8c.html
-share/doc/ImageMagick-6/www/api/MagickWand/display_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickWand/display_8h.html
-share/doc/ImageMagick-6/www/api/MagickWand/doxygen.css
-share/doc/ImageMagick-6/www/api/MagickWand/doxygen.png
-share/doc/ImageMagick-6/www/api/MagickWand/drawing-wand_8c.html
-share/doc/ImageMagick-6/www/api/MagickWand/drawing-wand_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickWand/drawing-wand_8h.html
-share/doc/ImageMagick-6/www/api/MagickWand/drawtest_8c.html
-share/doc/ImageMagick-6/www/api/MagickWand/files.html
-share/doc/ImageMagick-6/www/api/MagickWand/ftv2blank.png
-share/doc/ImageMagick-6/www/api/MagickWand/ftv2doc.png
-share/doc/ImageMagick-6/www/api/MagickWand/ftv2folderclosed.png
-share/doc/ImageMagick-6/www/api/MagickWand/ftv2folderopen.png
-share/doc/ImageMagick-6/www/api/MagickWand/ftv2lastnode.png
-share/doc/ImageMagick-6/www/api/MagickWand/ftv2link.png
-share/doc/ImageMagick-6/www/api/MagickWand/ftv2mlastnode.png
-share/doc/ImageMagick-6/www/api/MagickWand/ftv2mnode.png
-share/doc/ImageMagick-6/www/api/MagickWand/ftv2node.png
-share/doc/ImageMagick-6/www/api/MagickWand/ftv2plastnode.png
-share/doc/ImageMagick-6/www/api/MagickWand/ftv2pnode.png
-share/doc/ImageMagick-6/www/api/MagickWand/ftv2vertline.png
-share/doc/ImageMagick-6/www/api/MagickWand/functions.html
-share/doc/ImageMagick-6/www/api/MagickWand/functions_vars.html
-share/doc/ImageMagick-6/www/api/MagickWand/globals.html
-share/doc/ImageMagick-6/www/api/MagickWand/globals_0x61.html
-share/doc/ImageMagick-6/www/api/MagickWand/globals_0x62.html
-share/doc/ImageMagick-6/www/api/MagickWand/globals_0x63.html
-share/doc/ImageMagick-6/www/api/MagickWand/globals_0x64.html
-share/doc/ImageMagick-6/www/api/MagickWand/globals_0x65.html
-share/doc/ImageMagick-6/www/api/MagickWand/globals_0x67.html
-share/doc/ImageMagick-6/www/api/MagickWand/globals_0x69.html
-share/doc/ImageMagick-6/www/api/MagickWand/globals_0x6d.html
-share/doc/ImageMagick-6/www/api/MagickWand/globals_0x6e.html
-share/doc/ImageMagick-6/www/api/MagickWand/globals_0x6f.html
-share/doc/ImageMagick-6/www/api/MagickWand/globals_0x70.html
-share/doc/ImageMagick-6/www/api/MagickWand/globals_0x71.html
-share/doc/ImageMagick-6/www/api/MagickWand/globals_0x72.html
-share/doc/ImageMagick-6/www/api/MagickWand/globals_0x73.html
-share/doc/ImageMagick-6/www/api/MagickWand/globals_0x74.html
-share/doc/ImageMagick-6/www/api/MagickWand/globals_0x75.html
-share/doc/ImageMagick-6/www/api/MagickWand/globals_0x77.html
-share/doc/ImageMagick-6/www/api/MagickWand/globals_0x78.html
-share/doc/ImageMagick-6/www/api/MagickWand/globals_defs.html
-share/doc/ImageMagick-6/www/api/MagickWand/globals_enum.html
-share/doc/ImageMagick-6/www/api/MagickWand/globals_eval.html
-share/doc/ImageMagick-6/www/api/MagickWand/globals_func.html
-share/doc/ImageMagick-6/www/api/MagickWand/globals_func_0x63.html
-share/doc/ImageMagick-6/www/api/MagickWand/globals_func_0x64.html
-share/doc/ImageMagick-6/www/api/MagickWand/globals_func_0x67.html
-share/doc/ImageMagick-6/www/api/MagickWand/globals_func_0x69.html
-share/doc/ImageMagick-6/www/api/MagickWand/globals_func_0x6d.html
-share/doc/ImageMagick-6/www/api/MagickWand/globals_func_0x6e.html
-share/doc/ImageMagick-6/www/api/MagickWand/globals_func_0x70.html
-share/doc/ImageMagick-6/www/api/MagickWand/globals_func_0x72.html
-share/doc/ImageMagick-6/www/api/MagickWand/globals_func_0x73.html
-share/doc/ImageMagick-6/www/api/MagickWand/globals_type.html
-share/doc/ImageMagick-6/www/api/MagickWand/globals_vars.html
-share/doc/ImageMagick-6/www/api/MagickWand/identify_8c.html
-share/doc/ImageMagick-6/www/api/MagickWand/identify_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickWand/identify_8h.html
-share/doc/ImageMagick-6/www/api/MagickWand/import_8c.html
-share/doc/ImageMagick-6/www/api/MagickWand/import_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickWand/import_8h.html
-share/doc/ImageMagick-6/www/api/MagickWand/index.html
-share/doc/ImageMagick-6/www/api/MagickWand/magick-image_8c.html
-share/doc/ImageMagick-6/www/api/MagickWand/magick-image_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickWand/magick-image_8h.html
-share/doc/ImageMagick-6/www/api/MagickWand/magick-property_8c.html
-share/doc/ImageMagick-6/www/api/MagickWand/magick-property_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickWand/magick-property_8h.html
-share/doc/ImageMagick-6/www/api/MagickWand/magick-wand-private_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickWand/magick-wand-private_8h.html
-share/doc/ImageMagick-6/www/api/MagickWand/magick-wand_8c.html
-share/doc/ImageMagick-6/www/api/MagickWand/magick-wand_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickWand/magick-wand_8h.html
-share/doc/ImageMagick-6/www/api/MagickWand/magick__wand_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickWand/magick__wand_8h.html
-share/doc/ImageMagick-6/www/api/MagickWand/main.html
-share/doc/ImageMagick-6/www/api/MagickWand/mogrify-private_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickWand/mogrify-private_8h.html
-share/doc/ImageMagick-6/www/api/MagickWand/mogrify_8c.html
-share/doc/ImageMagick-6/www/api/MagickWand/mogrify_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickWand/mogrify_8h.html
-share/doc/ImageMagick-6/www/api/MagickWand/montage_8c.html
-share/doc/ImageMagick-6/www/api/MagickWand/montage_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickWand/montage_8h.html
-share/doc/ImageMagick-6/www/api/MagickWand/pixel-iterator_8c.html
-share/doc/ImageMagick-6/www/api/MagickWand/pixel-iterator_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickWand/pixel-iterator_8h.html
-share/doc/ImageMagick-6/www/api/MagickWand/pixel-wand-private_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickWand/pixel-wand-private_8h.html
-share/doc/ImageMagick-6/www/api/MagickWand/pixel-wand_8c.html
-share/doc/ImageMagick-6/www/api/MagickWand/pixel-wand_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickWand/pixel-wand_8h.html
-share/doc/ImageMagick-6/www/api/MagickWand/stream_8c.html
-share/doc/ImageMagick-6/www/api/MagickWand/stream_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickWand/stream_8h.html
-share/doc/ImageMagick-6/www/api/MagickWand/struct__CompositeOptions.html
-share/doc/ImageMagick-6/www/api/MagickWand/struct__DrawVTable.html
-share/doc/ImageMagick-6/www/api/MagickWand/struct__DrawingWand.html
-share/doc/ImageMagick-6/www/api/MagickWand/struct__MagickWand.html
-share/doc/ImageMagick-6/www/api/MagickWand/struct__PixelIterator.html
-share/doc/ImageMagick-6/www/api/MagickWand/struct__PixelWand.html
-share/doc/ImageMagick-6/www/api/MagickWand/studio_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickWand/studio_8h.html
-share/doc/ImageMagick-6/www/api/MagickWand/tab_b.gif
-share/doc/ImageMagick-6/www/api/MagickWand/tab_l.gif
-share/doc/ImageMagick-6/www/api/MagickWand/tab_r.gif
-share/doc/ImageMagick-6/www/api/MagickWand/tabs.css
-share/doc/ImageMagick-6/www/api/MagickWand/tree.html
-share/doc/ImageMagick-6/www/api/MagickWand/wand_8c.html
-share/doc/ImageMagick-6/www/api/MagickWand/wand_8h-source.html
-share/doc/ImageMagick-6/www/api/MagickWand/wand_8h.html
-share/doc/ImageMagick-6/www/api/MagickWand/wandtest_8c.html
 share/doc/ImageMagick-6/www/api/animate.html
 share/doc/ImageMagick-6/www/api/annotate.html
 share/doc/ImageMagick-6/www/api/attribute.html
@@ -951,9 +241,9 @@ share/doc/ImageMagick-6/www/api/wand-vie
 share/doc/ImageMagick-6/www/architecture.html
 share/doc/ImageMagick-6/www/assets/magick.css
 share/doc/ImageMagick-6/www/assets/magick.js
-share/doc/ImageMagick-6/www/binary-releases.html
 share/doc/ImageMagick-6/www/changelog.html
 share/doc/ImageMagick-6/www/cipher.html
+share/doc/ImageMagick-6/www/cite.html
 share/doc/ImageMagick-6/www/color-management.html
 share/doc/ImageMagick-6/www/color.html
 share/doc/ImageMagick-6/www/command-line-options.html
@@ -966,6 +256,7 @@ share/doc/ImageMagick-6/www/conjure.html
 share/doc/ImageMagick-6/www/connected-components.html
 share/doc/ImageMagick-6/www/contact.html
 share/doc/ImageMagick-6/www/convert.html
+share/doc/ImageMagick-6/www/defines.html
 share/doc/ImageMagick-6/www/develop.html
 share/doc/ImageMagick-6/www/display.html
 share/doc/ImageMagick-6/www/distribute-pixel-cache.html
@@ -998,6 +289,7 @@ share/doc/ImageMagick-6/www/mirror.html
 share/doc/ImageMagick-6/www/mogrify.html
 share/doc/ImageMagick-6/www/montage.html
 share/doc/ImageMagick-6/www/motion-picture.html
+share/doc/ImageMagick-6/www/news.html
 share/doc/ImageMagick-6/www/opencl.html
 share/doc/ImageMagick-6/www/openmp.html
 share/doc/ImageMagick-6/www/perl-magick.html
@@ -1021,6 +313,7 @@ share/doc/ImageMagick-6/www/source/incan
 share/doc/ImageMagick-6/www/source/locale.xml
 share/doc/ImageMagick-6/www/source/log.xml
 share/doc/ImageMagick-6/www/source/magic.xml
+share/doc/ImageMagick-6/www/source/mgk.c
 share/doc/ImageMagick-6/www/source/mime.xml
 share/doc/ImageMagick-6/www/source/piechart.mvg
 share/doc/ImageMagick-6/www/source/piechart.svg

Index: pkgsrc/graphics/ImageMagick6/buildlink3.mk
diff -u pkgsrc/graphics/ImageMagick6/buildlink3.mk:1.36 pkgsrc/graphics/ImageMagick6/buildlink3.mk:1.37
--- pkgsrc/graphics/ImageMagick6/buildlink3.mk:1.36     Tue Jun  6 08:02:09 2023
+++ pkgsrc/graphics/ImageMagick6/buildlink3.mk  Sat Jul 22 10:09:06 2023
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.36 2023/06/06 08:02:09 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.37 2023/07/22 10:09:06 adam Exp $
 
 BUILDLINK_TREE+=       ImageMagick6
 
@@ -11,19 +11,19 @@ BUILDLINK_PKGSRCDIR.ImageMagick6?=  ../..
 pkgbase := ImageMagick6
 .include "../../mk/pkg-build-options.mk"
 
-.if !empty(PKG_BUILD_OPTIONS.ImageMagick6:Mdjvu)
+.if ${PKG_BUILD_OPTIONS.ImageMagick6:Mdjvu}
 .include "../../graphics/djvulibre-lib/buildlink3.mk"
 .endif
-.if !empty(PKG_BUILD_OPTIONS.ImageMagick6:Mjp2)
+.if ${PKG_BUILD_OPTIONS.ImageMagick6:Mjp2}
 .include "../../graphics/openjpeg/buildlink3.mk"
 .endif
-.if !empty(PKG_BUILD_OPTIONS.ImageMagick6:Mopenexr)
+.if ${PKG_BUILD_OPTIONS.ImageMagick6:Mopenexr}
 .include "../../graphics/openexr/buildlink3.mk"
 .endif
-.if !empty(PKG_BUILD_OPTIONS.ImageMagick6:Mwmf)
+.if ${PKG_BUILD_OPTIONS.ImageMagick6:Mwmf}
 .include "../../graphics/libwmf/buildlink3.mk"
 .endif
-.if !empty(PKG_BUILD_OPTIONS.ImageMagick6:Mx11)
+.if ${PKG_BUILD_OPTIONS.ImageMagick6:Mx11}
 .include "../../x11/libX11/buildlink3.mk"
 .include "../../x11/libXext/buildlink3.mk"
 .include "../../x11/libXt/buildlink3.mk"

Index: pkgsrc/graphics/ImageMagick6/distinfo
diff -u pkgsrc/graphics/ImageMagick6/distinfo:1.14 pkgsrc/graphics/ImageMagick6/distinfo:1.15
--- pkgsrc/graphics/ImageMagick6/distinfo:1.14  Tue Oct 26 10:45:54 2021
+++ pkgsrc/graphics/ImageMagick6/distinfo       Sat Jul 22 10:09:06 2023
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.14 2021/10/26 10:45:54 nia Exp $
+$NetBSD: distinfo,v 1.15 2023/07/22 10:09:06 adam Exp $
 
-BLAKE2s (ImageMagick-6.9.11-7.tar.xz) = 66406cae795f69b65f3f3daf4073a7837b70b1875b9d28b6e7a82abc18f787b0
-SHA512 (ImageMagick-6.9.11-7.tar.xz) = 7eb169679846ae18cc16fbf66d3e5903f4ad38373a4e24c1219fab7a5fe323afd60bd1c540c75931c069116ea8367a89d25c68283276dbfeda67cc4d601b2888
-Size (ImageMagick-6.9.11-7.tar.xz) = 9075300 bytes
-SHA1 (patch-Makefile.in) = bb747b5e062f2a59e307289b5b33861dd5f96ab0
-SHA1 (patch-config_policy.xml) = 2c446a00fc00f85ab33eae0691d4d8989a46289f
+BLAKE2s (ImageMagick-6.9.12-91.tar.xz) = 81b8c33afdb9035b3af55f15fbca3c4c65f6ccce6a7f254511fb5406e51477fb
+SHA512 (ImageMagick-6.9.12-91.tar.xz) = d3160aaaeae67d6ae8a3897dc67b7c937fa02fc91190f4b9d35aa5317931fbb2009ab6f493b1c8054f9ec694f9fb56fadd7bbb98ada5898e9dd88c1b4015d180
+Size (ImageMagick-6.9.12-91.tar.xz) = 9258248 bytes
+SHA1 (patch-Makefile.in) = 8360c4e0903bdbc73dd40f9a466f40996c53ce44
+SHA1 (patch-config_policy.xml) = 26da8b5f936d87ca8e8e3f23602b56ea584a8a89

Index: pkgsrc/graphics/ImageMagick6/patches/patch-Makefile.in
diff -u pkgsrc/graphics/ImageMagick6/patches/patch-Makefile.in:1.1 pkgsrc/graphics/ImageMagick6/patches/patch-Makefile.in:1.2
--- pkgsrc/graphics/ImageMagick6/patches/patch-Makefile.in:1.1  Wed May 25 12:41:17 2016
+++ pkgsrc/graphics/ImageMagick6/patches/patch-Makefile.in      Sat Jul 22 10:09:06 2023
@@ -1,20 +1,21 @@
-$NetBSD: patch-Makefile.in,v 1.1 2016/05/25 12:41:17 ryoon Exp $
+$NetBSD: patch-Makefile.in,v 1.2 2023/07/22 10:09:06 adam Exp $
 
 * Do not install non-versioned pkgconfig pc files
   to coexist with graphics/ImageMagick
 
---- Makefile.in.orig   2016-05-21 12:14:51.000000000 +0000
+--- Makefile.in.orig   2023-07-16 11:15:23.000000000 +0000
 +++ Makefile.in
-@@ -4185,8 +4185,6 @@ MAGICK_BIN_SCRPTS = \
+@@ -4639,9 +4639,7 @@ MAGICK_BIN_SCRPTS = \
    magick/MagickCore-config
  
  MAGICK_PKGCONFIG = \
 -  magick/ImageMagick.pc \
--  magick/MagickCore.pc \
    magick/ImageMagick-@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX@.pc \
+-  magick/MagickCore.pc \
    magick/MagickCore-@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX@.pc
  
-@@ -4722,8 +4720,6 @@ WAND_BIN_SCRPTS = \
+ MAGICK_MANS = \
+@@ -5199,8 +5197,6 @@ WAND_BIN_SCRPTS = \
        wand/MagickWand-config
  
  WAND_PKGCONFIG = \
@@ -23,7 +24,7 @@ $NetBSD: patch-Makefile.in,v 1.1 2016/05
        wand/MagickWand-@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX@.pc \
        wand/Wand-@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX@.pc
  
-@@ -4778,8 +4774,6 @@ MAGICKPP_MANS_OPT = \
+@@ -5255,8 +5251,6 @@ MAGICKPP_MANS_OPT = \
        Magick++/bin/Magick++-config.1
  
  MAGICKPP_PKGCONFIG_OPT = \

Index: pkgsrc/graphics/ImageMagick6/patches/patch-config_policy.xml
diff -u pkgsrc/graphics/ImageMagick6/patches/patch-config_policy.xml:1.2 pkgsrc/graphics/ImageMagick6/patches/patch-config_policy.xml:1.3
--- pkgsrc/graphics/ImageMagick6/patches/patch-config_policy.xml:1.2    Thu Aug 23 14:54:21 2018
+++ pkgsrc/graphics/ImageMagick6/patches/patch-config_policy.xml        Sat Jul 22 10:09:06 2023
@@ -1,11 +1,11 @@
-$NetBSD: patch-config_policy.xml,v 1.2 2018/08/23 14:54:21 leot Exp $
+$NetBSD: patch-config_policy.xml,v 1.3 2023/07/22 10:09:06 adam Exp $
 
 Disable ghostscript coders by default to workaround VU#332928:
 <https://www.kb.cert.org/vuls/id/332928>
 
---- config/policy.xml.orig     2018-08-13 11:05:28.000000000 +0000
+--- config/policy.xml.orig     2023-07-16 11:14:27.000000000 +0000
 +++ config/policy.xml
-@@ -74,4 +74,16 @@
+@@ -75,6 +75,18 @@
    <!-- <policy domain="cache" name="memory-map" value="anonymous"/> -->
    <!-- <policy domain="cache" name="synchronize" value="True"/> -->
    <!-- <policy domain="cache" name="shared-secret" value="passphrase" stealth="true"/> -->
@@ -21,4 +21,6 @@ Disable ghostscript coders by default to
 +  <policy domain="coder" rights="none" pattern="PDF" />
 +  <policy domain="coder" rights="none" pattern="XPS" />
 +
- </policymap>
+   <!-- <policy domain="cache" name="synchronize" value="True"/> -->
+   <!-- <policy domain="system" name="max-memory-request" value="256MiB"/> -->
+   <!-- <policy domain="system" name="shred" value="1"/> -->



Home | Main Index | Thread Index | Old Index