When trying to install the latest ImageMagick, the PerlMagick test fails performing the t/filter.t test. After setting TEST_VERBOSE=1 in PerlMagick/Makefile, I traced this down to the Despeckle test in filter.t. This test has a defined max deviation limit value of 0.06, but on my system the max deviation when this test goes up to over 0.07. I changed this value to 0.08 and the test built fine after that. I am no ImageMagick whiz, so I am not sure what the ultimate ramification of this change is. I suspect that it means that the compiled Despeckle filter for the Perl module is not as effective as they would like it to be. Fix: Attaching a patch of what I did to fix this. Patch attached with submission follows: How-To-Repeat: Enable Perl support in ImageMagick port (6.3.6-9). Try to make install it, and it fails on the tests, preventing it from being installed.
Responsible Changed From-To: freebsd-ports-bugs->cokane Submitter has GNATS access (via the GNATS Auto Assign Tool)
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Responsible Changed From-To: cokane->mm Assign to new maintainer of ImageMagick.
State Changed From-To: feedback->closed Already fixed in recent sources.