Bug 91557 - graphics/ImageMagick port fails to compile
Summary: graphics/ImageMagick port fails to compile
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-09 16:10 UTC by Seva Gluschenko
Modified: 2006-04-15 03:38 UTC (History)
0 users

See Also:


Attachments
file.diff (248 bytes, patch)
2006-01-09 16:10 UTC, Seva Gluschenko
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Seva Gluschenko 2006-01-09 16:10:04 UTC
	
magick/.libs/libMagick.so: undefined reference to `gvCleanup_DEPRECATED_BY_gvFreeContext'
gmake: *** [utilities/animate] Error 1
*** Error code 2

Stop in /home/ports/graphics/ImageMagick.
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade974.9 make
** Fix the problem and try again.

Fix: Save below as /usr/ports/graphics/ImageMagick/files/patch-coders\:\:dot.c
How-To-Repeat: 	cvsup to fresh ports tree, then try portupgrade or portinstall the
	graphics/ImageMagick port.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-01-09 16:12:11 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Marcus Alves Grando freebsd_committer freebsd_triage 2006-02-19 02:37:13 UTC
State Changed
From-To: feedback->open

Already fixed. Thanks
Comment 3 ckane 2006-03-09 21:07:28 UTC
Hi,

I have experienced the same behior on this port in -CURRENT. It seems
that when ImageMagick is built against graphvix with
WITH_IMAGEMAGICK_DOT=yes then it fails here (due to a deprecated call no
longer implemented by libgvc.so). I recommend the patch to fix the
probrlem as well.

--
Coleman Kane
cokane@FreeBSD.org
Comment 4 Marcus Alves Grando freebsd_committer freebsd_triage 2006-04-15 03:38:08 UTC
State Changed
From-To: open->closed

Committed. Thanks!