From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 14 17:20:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9420A1065672 for ; Sun, 14 Dec 2008 17:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9EE668FC1D for ; Sun, 14 Dec 2008 17:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id mBEHK1Co002792 for ; Sun, 14 Dec 2008 17:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id mBEHK1A6002791; Sun, 14 Dec 2008 17:20:01 GMT (envelope-from gnats) Resent-Date: Sun, 14 Dec 2008 17:20:01 GMT Resent-Message-Id: <200812141720.mBEHK1A6002791@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tom Russo Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5EB3B1065676 for ; Sun, 14 Dec 2008 17:14:07 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 4D4C18FC19 for ; Sun, 14 Dec 2008 17:14:07 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id mBEHE7i3071749 for ; Sun, 14 Dec 2008 17:14:07 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id mBEHE6Sj071748; Sun, 14 Dec 2008 17:14:06 GMT (envelope-from nobody) Message-Id: <200812141714.mBEHE6Sj071748@www.freebsd.org> Date: Sun, 14 Dec 2008 17:14:06 GMT From: Tom Russo To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/129637: graphics/autotrace will not compile against current ImageMagick X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Dec 2008 17:20:02 -0000 >Number: 129637 >Category: ports >Synopsis: graphics/autotrace will not compile against current ImageMagick >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Dec 14 17:20:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Tom Russo >Release: 6.3-STABLE >Organization: >Environment: FreeBSD bogodyn.org 6.3-STABLE FreeBSD 6.3-STABLE #0: Fri Feb 8 21:03:49 MST 2008 russo@bogodyn.org:/users2/obj/usr/src/sys/BOGODYN i386 >Description: The port for autotrace contains a patch (patch-input-magick.c) that patches autotrace to work with versions of ImageMagick that have four arguments to GetOnePixel. This was apparently a temporary change in the API for ImageMagick that seems to have been reverted in the current ImageMagick port, which now has GetOnePixel returning a PixelPacket instead of having a fourth argument --- this is how it was in versions 6.4.4. As far as I can tell, the GetOnePixel change lasted less than a month, probably because it broke too many other codes. Anyhow, the patch now makes autotrace break when built against the current ImageMagick. >How-To-Repeat: Upgrade ImageMagick to the current version (6.4.7.5) and try to install autotrace. It will abort compiling input-magick.c, complaining that the GetOnePixel call has too many arguments. >Fix: Remove the patch-input-magick.c patch file from the files directory of the port. >Release-Note: >Audit-Trail: >Unformatted: