Bug 105183 - [graphics/ImageMagick] [patch] OPTIONify
Summary: [graphics/ImageMagick] [patch] OPTIONify
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Stanislav Sedov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-05 19:20 UTC by Alex Kozlov
Modified: 2006-11-28 20:40 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Kozlov 2006-11-05 19:20:39 UTC
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 @@
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-11-05 19:20:52 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Stanislav Sedov freebsd_committer freebsd_triage 2006-11-28 18:24:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->stas

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2006-11-28 18:30:54 UTC
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"
Comment 4 Stanislav Sedov freebsd_committer freebsd_triage 2006-11-28 18:32:37 UTC
State Changed
From-To: feedback->closed

Committed, with  changes (s/Off/off/, s/On/on/, DPS defaults to on). 
Thanks!
Comment 5 Alex Kozlov 2006-11-28 19:55:47 UTC
On Tue, Nov 28, 2006 at 06:32:38, Stanislav Sedov wrote:
> DPS defaults to on).
Sorry, I've just overlooked it.


--
Adios