svn commit: r370749 - head/graphics/ImageMagick
Koop Mast
kwm at FreeBSD.org
Sun Oct 12 23:56:14 UTC 2014
Author: kwm
Date: Sun Oct 12 23:56:13 2014
New Revision: 370749
URL: https://svnweb.freebsd.org/changeset/ports/370749
QAT: https://qat.redports.org/buildarchive/r370749/
Log:
ImageMagick tries to find out the cpu features and enables a matching
-march, this is not desirable for package building.
Disable this feature by default since it machine specific and add a
SIMD option if users want to enable it.
Modified:
head/graphics/ImageMagick/Makefile
Modified: head/graphics/ImageMagick/Makefile
==============================================================================
--- head/graphics/ImageMagick/Makefile Sun Oct 12 23:44:07 2014 (r370748)
+++ head/graphics/ImageMagick/Makefile Sun Oct 12 23:56:13 2014 (r370749)
@@ -2,7 +2,7 @@
PORTNAME= ImageMagick
DISTVERSION= 6.8.9-8
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= graphics perl5
MASTER_SITES= http://www.imagemagick.org/download/ \
@@ -58,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
+ THREADS X11 SIMD
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
@@ -73,6 +73,7 @@ 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
.include <bsd.port.options.mk>
More information about the svn-ports-head
mailing list