Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Sep 2012 03:54:38 GMT
From:      "4721@hushmail.com" <4721@hushmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/171630: [patch] upgrade graphics/ImageMagick to 6.7.9.5
Message-ID:  <201209140354.q8E3scD8051349@red.freebsd.org>
Resent-Message-ID: <201209140400.q8E40NBO016653@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         171630
>Category:       ports
>Synopsis:       [patch] upgrade graphics/ImageMagick to 6.7.9.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 14 04:00:23 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     4721@hushmail.com
>Release:        
>Organization:
>Environment:
>Description:
* update port to latest version
* tests pass on UltraSparc IIe, remove test disabling for sparc64
* remove explicit shared library version numbers
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: graphics/ImageMagick/Makefile
===================================================================
--- graphics/ImageMagick/Makefile	(revision 304183)
+++ graphics/ImageMagick/Makefile	(working copy)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	ImageMagick
-DISTVERSION=	6.7.9-4
+DISTVERSION=	6.7.9-5
 CATEGORIES=	graphics perl5
 MASTER_SITES=	http://www.imagemagick.org/download/ \
 		http://servingzone.com/mirrors/ImageMagick/ \
@@ -211,7 +211,7 @@
 
 .if ${PORT_OPTIONS:MLQR}
 CONFIGURE_ARGS+=	--with-lqr
-LIB_DEPENDS+=		lqr-1.3:${PORTSDIR}/graphics/liblqr-1
+LIB_DEPENDS+=		lqr-1:${PORTSDIR}/graphics/liblqr-1
 .else
 CONFIGURE_ARGS+=	--without-lqr
 .endif
@@ -339,7 +339,7 @@
 
 # Pango support
 .if ${PORT_OPTIONS:MPANGO} && !defined(WITHOUT_X11)
-LIB_DEPENDS+=		pangocairo-1\.0.0:${PORTSDIR}/x11-toolkits/pango
+LIB_DEPENDS+=		pangocairo-1\.0:${PORTSDIR}/x11-toolkits/pango
 PLIST_SUB+=		PANGO=""
 .else
 CONFIGURE_ARGS+=	--without-pango
@@ -371,14 +371,8 @@
 .endif
 
 # Test suite, requires installed ghostscript to pass
-.if ${ARCH} == sparc64
-_NO_IMAGEMAGICK_TESTS=yes
-.endif
-
 .if defined(PACKAGE_BUILDING) || ${PORT_OPTIONS:MTESTS}
-. if !defined(_NO_IMAGEMAGICK_TESTS)
 USE_GHOSTSCRIPT_BUILD=yes
-. endif
 .endif
 
 post-patch:
@@ -441,7 +435,7 @@
 .endif
 
 test check:
-.if (${PORT_OPTIONS:MTESTS} || defined(PACKAGE_BUILDING)) && !defined(_NO_IMAGEMAGICK_TESTS)
+.if ${PORT_OPTIONS:MTESTS} || defined(PACKAGE_BUILDING)
 	-cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} limits -m 20m ${MAKE} check
 .endif
 
Index: graphics/ImageMagick/distinfo
===================================================================
--- graphics/ImageMagick/distinfo	(revision 304183)
+++ graphics/ImageMagick/distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (ImageMagick-6.7.9-4.tar.xz) = b8f8abfb2899f219ce1010b863f6ee58695b5689180cb9857a44f61aa3e5bc81
-SIZE (ImageMagick-6.7.9-4.tar.xz) = 8368976
+SHA256 (ImageMagick-6.7.9-5.tar.xz) = 92c32c79ab350d3e42fc8275d0a352e8663f64059a5c532681372c7dd6d059bb
+SIZE (ImageMagick-6.7.9-5.tar.xz) = 8351936


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209140354.q8E3scD8051349>