Date: Wed, 22 Nov 2000 01:20:03 -0800 (PST) From: Ken McGlothlen <mcglk@serv.net> To: jseger@freebsd.org, ports@freebsd.org Subject: Problem with ImageMagick 5.2.3 port. Message-ID: <Pine.BSF.4.02.10011220116590.51958-100000@itchy.serv.net>
next in thread | raw e-mail | index | archive | help
I'm not asking for help; I solved it. I'm just letting you know that it breaks. First of all, while it requires print/freetype, it conflicts with print/freetype2. Be sure to mention somewhere that freetype2 should not be installed if you're using ImageMagick. Second, print/freetype creates a freetype.a file in /usr/X11R6/lib, but a libttf.so file in /usr/local/lib. The make process finds the freetype.a file first, and complains that it's not relocatable; it doesn't try to go on and find the libttf.so file. So the port dies. You might want to fix it at some point. :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.02.10011220116590.51958-100000>