Date: Sat, 9 Nov 2002 01:08:54 +0100 From: "Andre Piel" <Andre.Piel@Student.Uni-Magdeburg.DE> To: <ports@FreeBSD.org> Subject: FreeBSD Port: ImageMagick-5.5.1.4 Message-ID: <007f01c28784$3264e0e0$0a01a8c0@papajim>
next in thread | raw e-mail | index | archive | help
Hi, I could not install the port on FreeBSD 4.7-RELEASE-p1 ... # cd /usr/ports/graphics/ImageMagick; make -DWITHOUT_X11 install clean *snip* install -c -o root -g wheel -m 444 ./www/Magick++/thumbnail-sample-plain.jpg /usr/local/share/doc/ImageMagick/www/Magick++ ===> Generating temporary packing list ===> Compressing manual pages for ImageMagick-nox11-5.5.1.4 ===> Running ldconfig /sbin/ldconfig -m /usr/local/lib Syntax error: "(" unexpected (expecting "fi") *** Error code 2 Stop in /usr/ports/graphics/ImageMagick. the following patch fixed it: --- /usr/ports/graphics/ImageMagick/Makefile.orig Sat Nov 9 01:06:16 2002 +++ /usr/ports/graphics/ImageMagick/Makefile Sat Nov 9 01:06:27 2002 @@ -29,7 +29,7 @@ MAINTAINER= ports@FreeBSD.org -PORTCOMMENT= Image processing tools (interactive optional--misc/display conflict) +PORTCOMMENT= Image processing tools \(interactive optional--misc/display conflict\) BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 # XXX LIB_DEPENDS= jasper.4:${PORTSDIR}/graphics/jasper \ 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?007f01c28784$3264e0e0$0a01a8c0>