Date: Sat, 8 May 1999 12:05:26 -0700 (PDT) From: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org Subject: ports/11592: Update: graphics/ImageMagick Message-ID: <19990508190526.9AFF9149A@norn.ca.eu.org>
next in thread | raw e-mail | index | archive | help
>Number: 11592 >Category: ports >Synopsis: Update: graphics/ImageMagick >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 8 12:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: Update to 4.2.4 Files added: patch-ab patch-ab is a workaround to make the configure script not exit when it checks all the host and targets. >How-To-Repeat: >Fix: Index: ImageMagick/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/graphics/ImageMagick/Makefile,v retrieving revision 1.67 diff -u -r1.67 Makefile --- Makefile 1999/04/19 17:33:37 1.67 +++ Makefile 1999/05/08 19:03:09 @@ -1,17 +1,17 @@ # New ports collection makefile for: ImageMagick -# Version required: 4.2.2 +# Version required: 4.2.4 # Date created: 15 November 1994 # Whom: torstenb # # $Id: Makefile,v 1.67 1999/04/19 17:33:37 jseger Exp $ # -DISTNAME= ImageMagick-4.2.2 +DISTNAME= ImageMagick-4.2.4 CATEGORIES= graphics perl5 MASTER_SITES= http://www.freebsd.org/~jseger/ \ ftp://ftp.wizards.dupont.com/pub/ImageMagick/ \ - ftp://ftp.cci.fr/pub/unix/gfx/ImageMagick/ \ ftp://ftp.u-aizu.ac.jp/pub/graphics/image/ImageMagick/ \ + ftp://ftp.yggdrasil.com/mirrors/site/ftp.wizards.dupont.com/pub/ImageMagick/ \ ftp://ftp.fifi.org/pub/ImageMagick/ \ ftp://gd.tuwien.ac.at/pub/graphics/ImageMagick/ \ ftp://ftp.ms.mff.cuni.cz/MIRRORS/ftp.wizards.dupont.com/pub/ImageMagick/ \ Index: ImageMagick/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/graphics/ImageMagick/files/md5,v retrieving revision 1.37 diff -u -r1.37 md5 --- md5 1999/04/19 17:33:37 1.37 +++ md5 1999/05/08 17:25:32 @@ -1 +1 @@ -MD5 (ImageMagick-4.2.2.tar.gz) = d7b9000956a562f97ff006165d80deb1 +MD5 (ImageMagick-4.2.4.tar.gz) = 4c2ef066ed96c634fb3f88d315b594c7 Index: ImageMagick/patches/patch-ab =================================================================== RCS file: patch-ab diff -N patch-ab --- /dev/null Sat May 8 11:59:42 1999 +++ patch-ab Sat May 8 11:30:34 1999 @@ -0,0 +1,18 @@ +--- configure.orig Sat May 8 11:30:17 1999 ++++ configure Sat May 8 11:30:26 1999 +@@ -442,7 +442,6 @@ + echo "configure: warning: $ac_option: invalid host type" 1>&2 + fi + if test "x$nonopt" != xNONE; then +- { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } + fi + nonopt="$ac_option" + ;; +@@ -743,7 +742,6 @@ + # will get canonicalized. + case $host---$target---$nonopt in + NONE---*---* | *---NONE---* | *---*---NONE) ;; +-*) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;; + esac + + test "$host_alias" != "$target_alias" && -Chris >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?19990508190526.9AFF9149A>