Bug 91557

Summary: graphics/ImageMagick port fails to compile
Product: Ports & Packages Reporter: Seva Gluschenko <gvs>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

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!