Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jun 2002 01:46:42 -0300
From:      Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
To:        Oliver Lehmann <lehmann@ans-netz.de>
Cc:        freebsd-ports@FreeBSD.ORG
Subject:   Re: ports/39680: Imagemagick port has configure error
Message-ID:  <20020623044704.75251.qmail@exxodus.fedaykin.here>
In-Reply-To: <200206230300.g5N309109350@freefall.freebsd.org>; from lehmann@ans-netz.de on Sat, Jun 22, 2002 at 07:59:47PM -0700
References:  <200206230300.g5N309109350@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
	What about this simple patch? It updates ImageMagick
to 5.4.6.2 and incorporates part of the idea from previous
patch from Oliver Lehmann <lehmann@ans-netz.de>
	If I get confirmation that this work for you, I'll commit
it. By the way, it fixed it for me.

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/ImageMagick/Makefile,v
retrieving revision 1.142
diff -u -r1.142 Makefile
--- Makefile	20 Jun 2002 04:37:08 -0000	1.142
+++ Makefile	23 Jun 2002 04:44:11 -0000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	ImageMagick
-PORTVERSION=	5.4.6.1
-PORTREVISION=	1
+PORTVERSION=	5.4.6.2
 CATEGORIES=	graphics perl5
 MASTER_SITES=	http://imagemagick.sourceforge.net/http/ \
 		ftp://ftp.yggdrasil.com/mirrors/site/ftp.simplesystems.org/pub/%SUBDIR%/ \
@@ -132,5 +131,10 @@
 	@${PERL} -pi -e 's|<malloc.h>|<stdlib.h>|g' ${WRKSRC}/ltdl/ltdl.c
 	@${PERL} -pi -e 's|timestamp: %ld|timestamp: %d|g' \
 		${WRKSRC}/magick/xwindow.c
+
+post-patch:
+	@${PERL} -pi -e 's|^tagnames.*\$$|#|' \
+		${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} \
+		${WRKSRC}/ltdl/configure
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/graphics/ImageMagick/distinfo,v
retrieving revision 1.69
diff -u -r1.69 distinfo
--- distinfo	20 Jun 2002 04:37:08 -0000	1.69
+++ distinfo	23 Jun 2002 04:44:11 -0000
@@ -1 +1 @@
-MD5 (ImageMagick-5.4.6-1.tar.gz) = 17c7b6f86f2fee789774ad3a91ff089b
+MD5 (ImageMagick-5.4.6-2.tar.gz) = 2bf1c8f5b0bccea4159f593c09f8f077

-- 
Mario S F Ferreira - DF - Brazil - "I guess this is a signature."
Computer Science Undergraduate | FreeBSD Committer | CS Developer
flames to beloved devnull@someotherworldbeloworabove.org
feature, n: a documented bug | bug, n: an undocumented feature

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?20020623044704.75251.qmail>