Date: Tue, 30 Dec 2014 21:48:39 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375859 - in head/graphics/ImageMagick: . files Message-ID: <201412302148.sBULmdHx080072@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Tue Dec 30 21:48:38 2014 New Revision: 375859 URL: https://svnweb.freebsd.org/changeset/ports/375859 QAT: https://qat.redports.org/buildarchive/r375859/ Log: Update ImageMagick to 6.9.0-2. Disable SIMD option, the --with-gcc-arch only takes recent cpus into account. And doesn't propperly check the host cpu for the flags. [1] PR: 196188 [1] Submitted by: mi@ALDAN.algebra.com Deleted: head/graphics/ImageMagick/files/ Modified: head/graphics/ImageMagick/Makefile head/graphics/ImageMagick/distinfo Modified: head/graphics/ImageMagick/Makefile ============================================================================== --- head/graphics/ImageMagick/Makefile Tue Dec 30 21:23:12 2014 (r375858) +++ head/graphics/ImageMagick/Makefile Tue Dec 30 21:48:38 2014 (r375859) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= ImageMagick -DISTVERSION= 6.9.0-0 -PORTREVISION= 2 +DISTVERSION= 6.9.0-2 PORTEPOCH= 1 CATEGORIES= graphics perl5 MASTER_SITES= http://www.imagemagick.org/download/ \ @@ -59,7 +58,7 @@ PLIST_SUB= PORTVERSION=${PORTVERSION:R} OPTIONS_DEFINE= BZIP2 DOCS DJVU FFTW FONTCONFIG FPX FREETYPE \ GRAPHVIZ GSLIB JPEG2000 JBIG JPEG LCMS2 LZMA LQR MODULES \ OPENEXR OPENMP PANGO PDF PERL PNG SVG TESTS TIFF WEBP WMF \ - THREADS X11 SIMD + THREADS X11 OPTIONS_DEFAULT= 16BIT_PIXEL BZIP2 FFTW FONTCONFIG FPX FREETYPE \ JPEG2000 JBIG JPEG LCMS2 LZMA LQR MODULES PDF PERL PNG SVG \ TIFF WEBP WMF THREADS X11 @@ -74,7 +73,8 @@ GSLIB_DESC= libgs (Postscript SHLIB) su HDRI_DESC= High dynamic range images support MODULES_DESC= Modules support TESTS_DESC= Run bundled self-tests after build -SIMD_CONFIGURE_WITH= gcc-arch +#SIMD_CONFIGURE_WITH= gcc-arch +CONFIGURE_ARGS+= --without-gcc-arch .include <bsd.port.options.mk> Modified: head/graphics/ImageMagick/distinfo ============================================================================== --- head/graphics/ImageMagick/distinfo Tue Dec 30 21:23:12 2014 (r375858) +++ head/graphics/ImageMagick/distinfo Tue Dec 30 21:48:38 2014 (r375859) @@ -1,2 +1,2 @@ -SHA256 (ImageMagick-6.9.0-0.tar.xz) = 12331c904c691cb128865fdc97e5f8a2654576f9b032e274b74dd7617aa1b9b6 -SIZE (ImageMagick-6.9.0-0.tar.xz) = 7893104 +SHA256 (ImageMagick-6.9.0-2.tar.xz) = ce7ced11cc1019cd37518ebc4ea03ffaff8e6891aaf41a05615689dafe854ff6 +SIZE (ImageMagick-6.9.0-2.tar.xz) = 7896448
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412302148.sBULmdHx080072>