Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Jun 2002 18:56:14 -0500 (CDT)
From:      Stephen Montgomery-Smith <stephen@math.missouri.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/39680: Imagemagick port has configure error
Message-ID:  <200206222356.g5MNuEgw085194@cauchy.math.missouri.edu>

next in thread | raw e-mail | index | archive | help

>Number:         39680
>Category:       ports
>Synopsis:       Imagemagick port has configure error
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 22 17:00:09 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Stephen Montgomery-Smith
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD cauchy 4.6-STABLE FreeBSD 4.6-STABLE #0: Sun Jun 16 13:02:47 CDT 2002 stephen@cauchy:/usr/obj/usr/src/sys/cauchy i386


	
>Description:

If you do make in /usr/ports/graphics/Imagemagick you get an error with the
configure stage.

>How-To-Repeat:
>Fix:

kluware@kluware.de discovered that the build works if bash is installed.  So
the suggested fix is as follows.  It certainly works, although I have no idea
why.  But just for the record, in case this is the right fix, I am submitting
it as a PR, so that it is applied (because if you read ports@freebsd.org you
will see a lot of people complaining about this).

diff -u -r ImageMagick-old/Makefile ImageMagick/Makefile
--- ImageMagick-old/Makefile	Thu Jun 20 09:43:19 2002
+++ ImageMagick/Makefile	Sat Jun 22 18:48:31 2002
@@ -31,7 +31,8 @@
 
 MAINTAINER=	ports@FreeBSD.org
 
-BUILD_DEPENDS=	freetype-config:${PORTSDIR}/print/freetype2	# XXX
+BUILD_DEPENDS=	freetype-config:${PORTSDIR}/print/freetype2 \
+		bash:${PORTSDIR}/shells/bash2
 LIB_DEPENDS=	fpx.1:${PORTSDIR}/graphics/libfpx \
 		jbig.1:${PORTSDIR}/graphics/jbigkit \
 		jpeg.9:${PORTSDIR}/graphics/jpeg \


	


>Release-Note:
>Audit-Trail:
>Unformatted:

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?200206222356.g5MNuEgw085194>