From owner-freebsd-ports Sat Jun 22 22:16:10 2002 Delivered-To: freebsd-ports@freebsd.org Received: from heaven.gigo.com (heaven.gigo.com [64.57.102.22]) by hub.freebsd.org (Postfix) with ESMTP id D36C437B400 for ; Sat, 22 Jun 2002 22:16:06 -0700 (PDT) Received: from 200-193-225-107-bsace7003.dsl.telebrasilia.net.br (200-193-225-107-bsace7003.dsl.telebrasilia.net.br [200.193.225.107]) by heaven.gigo.com (Postfix) with ESMTP id 9F059B73A for ; Sat, 22 Jun 2002 22:16:00 -0700 (PDT) Received: (qmail 75252 invoked by uid 1001); 23 Jun 2002 04:47:04 -0000 Message-ID: <20020623044704.75251.qmail@exxodus.fedaykin.here> Date: Sun, 23 Jun 2002 01:46:42 -0300 From: Mario Sergio Fujikawa Ferreira To: Oliver Lehmann Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/39680: Imagemagick port has configure error References: <200206230300.g5N309109350@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200206230300.g5N309109350@freefall.freebsd.org>; from lehmann@ans-netz.de on Sat, Jun 22, 2002 at 07:59:47PM -0700 X-Operating-System: FreeBSD 4.6-STABLE X-Disclaimer: I hope you find what you are looking for... in life :) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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 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|||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 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