OPTIONify ImageMagick port Fix: PLIST_SUB+= PORTVERSION=${PORTVERSION:R} +OPTIONS= X11 "X11 support" On \ + IMAGEMAGICK_PERL "Perl support" On \ + IMAGEMAGICK_MODULES "Modules support" Off \ + IMAGEMAGICK_BZLIB "Bzlib support" On \ + IMAGEMAGICK_16BIT_PIXEL "16bit pixel support" On \ + IMAGEMAGICK_LCMS "LCMS color management support" On \ + IMAGEMAGICK_TTF "Freetype (TrueType Font) support" On \ + IMAGEMAGICK_FONTCONFIG "Fontconfig support" On \ + IMAGEMAGICK_JPEG "JPG format support" On \ + IMAGEMAGICK_PNG "PNG format support" On \ + IMAGEMAGICK_TIFF "TIFF format support" On \ + IMAGEMAGICK_FPX "FPX format support" On \ + IMAGEMAGICK_JBIG "JBIG format support" On \ + IMAGEMAGICK_JPEG2000 "JPEG2000 format support" On \ + IMAGEMAGICK_DOT "GraphViz dot graphs support" Off \ + IMAGEMAGICK_WMF "WMF format support" Off \ + IMAGEMAGICK_SVG "SVG format support" Off \ + IMAGEMAGICK_DPS "DPS (Display PostScript) support" Off \ + IMAGEMAGICK_PDF "PDF format support" On \ + IMAGEMAGICK_MPEG2 "MPEG2 format support" On + +.include <bsd.port.pre.mk> + .if !defined(WITHOUT_IMAGEMAGICK_PERL) CONFIGURE_ARGS+= --with-perl=${PERL5} PLIST_SUB+= WITH_PERL='' @@ -294,4 +317,4 @@ @${TOUCH} ${PREFIX}/lib/ImageMagick/modules-Q16/filters/.keep .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk>--aEBYh81QhdHC7KnlIqUiTv8Sv4DSOmY1wQWkyCbGWnY8MAF2 Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" --- Makefile.orig Fri Oct 6 01:06:01 2006 +++ Makefile. Sun Nov 5 20:51:43 2006 @@ -46,6 +46,29 @@
State Changed From-To: open->feedback Awaiting maintainers feedback
Responsible Changed From-To: freebsd-ports-bugs->stas I'll take it.
stas 2006-11-28 18:30:40 UTC FreeBSD ports repository Modified files: graphics/ImageMagick Makefile Log: - Add options PR: ports/105183 Submitted by: Alex Kozlov<spam@rm-rf.kiev.ua> Approved by: maintainer timeout (3 weeks) Revision Changes Path 1.226 +24 -1 ports/graphics/ImageMagick/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed, with changes (s/Off/off/, s/On/on/, DPS defaults to on). Thanks!
On Tue, Nov 28, 2006 at 06:32:38, Stanislav Sedov wrote: > DPS defaults to on). Sorry, I've just overlooked it. -- Adios