Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Nov 2006 19:19:56 GMT
From:      Alex Kozlov<spam@rm-rf.kiev.ua>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/105183: [graphics/ImageMagick] [patch] OPTIONify
Message-ID:  <200611051919.kA5JJucn083328@www.freebsd.org>
Resent-Message-ID: <200611051920.kA5JKfAn009828@freefall.freebsd.org>

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

>Number:         105183
>Category:       ports
>Synopsis:       [graphics/ImageMagick] [patch] OPTIONify
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 05 19:20:39 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Alex Kozlov
>Release:        FreeBSD 6.1
>Organization:
private
>Environment:
>Description:
OPTIONify ImageMagick port
>How-To-Repeat:

>Fix:
--- Makefile.orig   Fri Oct  6 01:06:01 2006
+++ Makefile.       Sun Nov  5 20:51:43 2006
@@ -46,6 +46,29 @@

 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>
>Release-Note:
>Audit-Trail:
>Unformatted:



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