Bug 146514 - [patch] graphics/ImageMagick: FFTW support
Summary: [patch] graphics/ImageMagick: FFTW support
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: Martin Matuska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-12 12:40 UTC by swell.k
Modified: 2010-05-12 16:32 UTC (History)
0 users

See Also:


Attachments
a.diff (1.10 KB, patch)
2010-05-12 12:40 UTC, swell.k
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description swell.k 2010-05-12 12:40:02 UTC
Prevent the port from accidentally picking up fftw3 lib. IOW, add option
for the following features

  http://www.imagemagick.org/script/command-line-options.php#fft
  http://www.imagemagick.org/script/command-line-options.php#ift

Fix: I don't get the arcane sorting of OPTIONS and ifdefs. ;(
How-To-Repeat: 1. install math/fftw3
2. install graphics/ImageMagick
3. deinstall math/fftw3
4. try to run any app from ImageMagick
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-05-12 12:40:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mm

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-05-12 16:07:31 UTC
mm          2010-05-12 15:07:14 UTC

  FreeBSD ports repository

  Modified files:
    graphics/ImageMagick Makefile 
  Log:
  - Add missing support knob for FFTW and enable by default
  - Bump PORTREVISION
  
  PR:             ports/146514
  Submitted by:   swell.k@gmail.com
  
  Revision  Changes    Path
  1.305     +10 -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 3 Martin Matuska freebsd_committer freebsd_triage 2010-05-12 16:32:57 UTC
State Changed
From-To: open->closed

Committed. Thanks!