From owner-svn-ports-head@freebsd.org Sun Aug 21 19:52:55 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 75B9FBC1198; Sun, 21 Aug 2016 19:52:55 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2CF5D1D8A; Sun, 21 Aug 2016 19:52:55 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7LJqsF8051031; Sun, 21 Aug 2016 19:52:54 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7LJqsV3051029; Sun, 21 Aug 2016 19:52:54 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201608211952.u7LJqsV3051029@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Sun, 21 Aug 2016 19:52:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420583 - in head/graphics/ImageMagick: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Aug 2016 19:52:55 -0000 Author: kwm Date: Sun Aug 21 19:52:54 2016 New Revision: 420583 URL: https://svnweb.freebsd.org/changeset/ports/420583 Log: Update ImageMagick to 6.9.5.7. Only add dependancy (indirect) to glib20 if the depenancy uses glib20. [1] Add Indirect dependancy to ilmbase for the exr plugin. Reported by: Miroslav Lachman <000.fbsd@quip.cz> (on freebsd-ports@) [1] Deleted: head/graphics/ImageMagick/files/patch-tests_validate.c Modified: head/graphics/ImageMagick/Makefile head/graphics/ImageMagick/distinfo Modified: head/graphics/ImageMagick/Makefile ============================================================================== --- head/graphics/ImageMagick/Makefile Sun Aug 21 19:50:57 2016 (r420582) +++ head/graphics/ImageMagick/Makefile Sun Aug 21 19:52:54 2016 (r420583) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ImageMagick -DISTVERSION= 6.9.5-5 +DISTVERSION= 6.9.5-7 PORTEPOCH= 1 CATEGORIES= graphics perl5 MASTER_SITES= http://www.imagemagick.org/download/ \ @@ -50,7 +50,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= MAKE=${MAKE_CMD} CONFIGURE_ARGS= --without-dps USE_LDCONFIG= yes -USE_GNOME= glib20 libxml2 +USE_GNOME= libxml2 SAMPLE_FILES= coder.xml colors.xml delegates.xml log.xml magic.xml mime.xml \ policy.xml quantization-table.xml thresholds.xml type-apple.xml \ @@ -172,7 +172,8 @@ PLIST_SUB+= MODULES='@comment ' . if ${_IMAGEMAGICK_THREADS} == "no" IGNORE=OpenEXR requires threads. ${_IMAGEMAGICK_THREADS_IGNORE_MSG} . else -LIB_DEPENDS+= libIlmImf.so:graphics/OpenEXR +LIB_DEPENDS+= libIlmImf.so:graphics/OpenEXR \ + libImath-2_2.so:graphics/ilmbase PLIST_SUB+= OPENEXR="" . endif .else @@ -229,6 +230,7 @@ CONFIGURE_ARGS+= --without-gslib .if ${PORT_OPTIONS:MLQR} CONFIGURE_ARGS+= --with-lqr LIB_DEPENDS+= liblqr-1.so:graphics/liblqr-1 +USE_GNOME+= glib20 .else CONFIGURE_ARGS+= --without-lqr .endif Modified: head/graphics/ImageMagick/distinfo ============================================================================== --- head/graphics/ImageMagick/distinfo Sun Aug 21 19:50:57 2016 (r420582) +++ head/graphics/ImageMagick/distinfo Sun Aug 21 19:52:54 2016 (r420583) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470820107 -SHA256 (ImageMagick-6.9.5-5.tar.xz) = b3b5cc1989a53b8847ffdc3b5ed740ba0c9c4e9b103cbbac7d0a78e5b7d2936f -SIZE (ImageMagick-6.9.5-5.tar.xz) = 8784240 +TIMESTAMP = 1471726909 +SHA256 (ImageMagick-6.9.5-7.tar.xz) = c5f527ab5936527a23d9da2d80ebed906302f476908235ee2b31790dfd665901 +SIZE (ImageMagick-6.9.5-7.tar.xz) = 8788196