Mon Oct 30 15:08:13 2017 UTC ()
Update graphics/ImageMagick6 to 6.9.9.20.

6.9.9.20
- Return expected results for a percent 0 -chop option argument
- Tweaks to OpenMP support within ImageMagick.

6.9.9.19
- Correct handling of GIF transparency

6.9.9.18
- Resetting the magick_list_initialized boolean when needed

6.9.9.17
- Fix broken build

6.9.9.16
- Fixed numerous memory leaks
- Support URW-base35 fonts.

6.9.9.15
- Fixed numerous memory leaks

6.9.9.14
- Fixed numerous memory leaks
- Stop poential leaks in the JNG decoder
- Maximum valid hour is 23, not 24, in the PNG tIME chunk, and maximum
  valid minute is 59, not 60.

6.9.9.13
- Use signed integer arithmetic to calculate timezone corrections


(fhajny)
diff -r1.8 -r1.9 pkgsrc/graphics/ImageMagick6/Makefile
diff -r1.10 -r1.11 pkgsrc/graphics/ImageMagick6/Makefile.common
diff -r1.4 -r1.5 pkgsrc/graphics/ImageMagick6/PLIST
diff -r1.7 -r1.8 pkgsrc/graphics/ImageMagick6/distinfo

cvs diff -r1.8 -r1.9 pkgsrc/graphics/ImageMagick6/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/ImageMagick6/Makefile 2017/10/30 14:44:05 1.8
+++ pkgsrc/graphics/ImageMagick6/Makefile 2017/10/30 15:08:13 1.9
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.8 2017/10/30 14:44:05 fhajny Exp $ 1# $NetBSD: Makefile,v 1.9 2017/10/30 15:08:13 fhajny Exp $
2 2
3.include "Makefile.common" 3.include "Makefile.common"
4 4
5PKGNAME= ImageMagick6-${DISTVERSION} 5PKGNAME= ImageMagick6-${DISTVERSION}
6PKGREVISION= 1 
7 6
8MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
9COMMENT= Package for display and interactive manipulation of images 8COMMENT= Package for display and interactive manipulation of images
10 9
11CONFLICTS= geomview<1.8.1nb2 # used to have a program named 'animate' 10CONFLICTS= geomview<1.8.1nb2 # used to have a program named 'animate'
12 11
13USE_LANGUAGES= c c++ c99 12USE_LANGUAGES= c c++ c99
14USE_TOOLS+= gmake pkg-config:run 13USE_TOOLS+= gmake pkg-config:run
15CONFIGURE_ARGS+= --disable-assert 14CONFIGURE_ARGS+= --disable-assert
16CONFIGURE_ARGS+= --with-fontconfig 15CONFIGURE_ARGS+= --with-fontconfig
17CONFIGURE_ARGS+= --with-ltdl-include=${BUILDLINK_PREFIX.libltdl}/include 16CONFIGURE_ARGS+= --with-ltdl-include=${BUILDLINK_PREFIX.libltdl}/include
18CONFIGURE_ARGS+= --with-ltdl-lib=${BUILDLINK_PREFIX.libltdl}/lib 17CONFIGURE_ARGS+= --with-ltdl-lib=${BUILDLINK_PREFIX.libltdl}/lib
19CONFIGURE_ARGS+= --with-xml=yes 18CONFIGURE_ARGS+= --with-xml=yes

cvs diff -r1.10 -r1.11 pkgsrc/graphics/ImageMagick6/Makefile.common (expand / switch to unified diff)

--- pkgsrc/graphics/ImageMagick6/Makefile.common 2017/09/11 01:18:45 1.10
+++ pkgsrc/graphics/ImageMagick6/Makefile.common 2017/10/30 15:08:13 1.11
@@ -1,20 +1,20 @@ @@ -1,20 +1,20 @@
1# $NetBSD: Makefile.common,v 1.10 2017/09/11 01:18:45 ryoon Exp $ 1# $NetBSD: Makefile.common,v 1.11 2017/10/30 15:08:13 fhajny Exp $
2# 2#
3# When updating this package, please upload the distfile 3# When updating this package, please upload the distfile
4# since they disappear immediately when new releases happen. 4# since they disappear immediately when new releases happen.
5 5
6IM_MAJOR_VER= 6.9.9 6IM_MAJOR_VER= 6.9.9
7IM_MINOR_VER= 12 7IM_MINOR_VER= 20
8IM_MAJOR_LIB_VER= 6 8IM_MAJOR_LIB_VER= 6
9 9
10.if (${IM_MINOR_VER} != NONE) 10.if (${IM_MINOR_VER} != NONE)
11DISTSUFFIX= ${IM_MAJOR_VER}-${IM_MINOR_VER} 11DISTSUFFIX= ${IM_MAJOR_VER}-${IM_MINOR_VER}
12.else 12.else
13DISTSUFFIX= ${IM_MAJOR_VER} 13DISTSUFFIX= ${IM_MAJOR_VER}
14.endif 14.endif
15 15
16DISTNAME= ImageMagick-${DISTSUFFIX} 16DISTNAME= ImageMagick-${DISTSUFFIX}
17DISTVERSION= ${DISTSUFFIX:S/-/./} 17DISTVERSION= ${DISTSUFFIX:S/-/./}
18 18
19CATEGORIES= graphics 19CATEGORIES= graphics
20MASTER_SITES= ftp://ftp.imagemagick.org/pub/ImageMagick/ 20MASTER_SITES= ftp://ftp.imagemagick.org/pub/ImageMagick/

cvs diff -r1.4 -r1.5 pkgsrc/graphics/ImageMagick6/PLIST (expand / switch to unified diff)

--- pkgsrc/graphics/ImageMagick6/PLIST 2017/09/09 12:09:37 1.4
+++ pkgsrc/graphics/ImageMagick6/PLIST 2017/10/30 15:08:13 1.5
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.4 2017/09/09 12:09:37 ryoon Exp $ 1@comment $NetBSD: PLIST,v 1.5 2017/10/30 15:08:13 fhajny Exp $
2bin/Magick++-config6 2bin/Magick++-config6
3bin/Magick-config6 3bin/Magick-config6
4bin/MagickCore-config6 4bin/MagickCore-config6
5bin/MagickWand-config6 5bin/MagickWand-config6
6bin/Wand-config6 6bin/Wand-config6
7bin/animate6 7bin/animate6
8bin/compare6 8bin/compare6
9bin/composite6 9bin/composite6
10bin/conjure6 10bin/conjure6
11bin/convert6 11bin/convert6
12bin/display6 12bin/display6
13bin/identify6 13bin/identify6
14bin/import6 14bin/import6
@@ -1201,15 +1201,16 @@ share/doc/ImageMagick-6/www/wand.png @@ -1201,15 +1201,16 @@ share/doc/ImageMagick-6/www/wand.png
1201share/doc/ImageMagick-6/www/webp.html 1201share/doc/ImageMagick-6/www/webp.html
1202share/examples/ImageMagick6/coder.xml 1202share/examples/ImageMagick6/coder.xml
1203share/examples/ImageMagick6/colors.xml 1203share/examples/ImageMagick6/colors.xml
1204share/examples/ImageMagick6/delegates.xml 1204share/examples/ImageMagick6/delegates.xml
1205share/examples/ImageMagick6/log.xml 1205share/examples/ImageMagick6/log.xml
1206share/examples/ImageMagick6/magic.xml 1206share/examples/ImageMagick6/magic.xml
1207share/examples/ImageMagick6/mime.xml 1207share/examples/ImageMagick6/mime.xml
1208share/examples/ImageMagick6/policy.xml 1208share/examples/ImageMagick6/policy.xml
1209share/examples/ImageMagick6/quantization-table.xml 1209share/examples/ImageMagick6/quantization-table.xml
1210share/examples/ImageMagick6/thresholds.xml 1210share/examples/ImageMagick6/thresholds.xml
1211share/examples/ImageMagick6/type-apple.xml 1211share/examples/ImageMagick6/type-apple.xml
1212share/examples/ImageMagick6/type-dejavu.xml 1212share/examples/ImageMagick6/type-dejavu.xml
1213share/examples/ImageMagick6/type-ghostscript.xml 1213share/examples/ImageMagick6/type-ghostscript.xml
 1214share/examples/ImageMagick6/type-urw-base35.xml
1214share/examples/ImageMagick6/type-windows.xml 1215share/examples/ImageMagick6/type-windows.xml
1215share/examples/ImageMagick6/type.xml 1216share/examples/ImageMagick6/type.xml

cvs diff -r1.7 -r1.8 pkgsrc/graphics/ImageMagick6/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/ImageMagick6/distinfo 2017/09/11 01:18:45 1.7
+++ pkgsrc/graphics/ImageMagick6/distinfo 2017/10/30 15:08:13 1.8
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.7 2017/09/11 01:18:45 ryoon Exp $ 1$NetBSD: distinfo,v 1.8 2017/10/30 15:08:13 fhajny Exp $
2 2
3SHA1 (ImageMagick-6.9.9-12.tar.xz) = 7f9d9ec64e7054c698d691bbb474500d3e29115b 3SHA1 (ImageMagick-6.9.9-20.tar.xz) = 551b9684a0ec02b8993f59ed127cd13d976516a6
4RMD160 (ImageMagick-6.9.9-12.tar.xz) = 9f105944d71ec580353712eb83c026a4fefbf202 4RMD160 (ImageMagick-6.9.9-20.tar.xz) = f52fe28e5988d08083428d1a21fae8921f9526b0
5SHA512 (ImageMagick-6.9.9-12.tar.xz) = b4a876ce6310c0cbcb915ab1f7bfbeebdce47c7758f43e563cba01b5673db387768b6e65efe8915be8e06745c4a5ed2691a761baf4d52c04126a7c98362e3ef2 5SHA512 (ImageMagick-6.9.9-20.tar.xz) = 36c241490ee41de5cd72e5bc297ac2353a0d4574337776445798b0c5823f491304c3f3a728d420d03f66b652eafcdb68ec2992347321ac3919c1d72c0afdb849
6Size (ImageMagick-6.9.9-12.tar.xz) = 8788428 bytes 6Size (ImageMagick-6.9.9-20.tar.xz) = 8994128 bytes
7SHA1 (patch-Makefile.in) = bb747b5e062f2a59e307289b5b33861dd5f96ab0 7SHA1 (patch-Makefile.in) = bb747b5e062f2a59e307289b5b33861dd5f96ab0