From owner-cvs-all Tue Aug 1 18:52:45 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 76B6837BFB1; Tue, 1 Aug 2000 18:52:42 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA99750; Tue, 1 Aug 2000 18:52:41 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200008020152.SAA99750@freefall.freebsd.org> From: Ade Lovett Date: Tue, 1 Aug 2000 18:52:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/ImageMagick Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/08/01 18:52:41 PDT Modified files: graphics/ImageMagick Makefile Log: Do not try to use XML support since: (a) ImageMagick needs libxml2, not libxml (b) libxml2 does not co-exist AT ALL with libxml (c) libxml is a required component of GNOME (d) the extra functionality for ImageMagick is minimal Thus, if you installed GNOME, and then this port, or vice-versa Really Bad[tm] things will happen. As and when libxml2 is used by GNOME (and libxml is buried with partial military honors), then it will be possible to turn this support back on. Discovered by: my crashbox going nuts after an install of GNOME and then ImageMagick. There were no survivors :) Revision Changes Path 1.91 +3 -4 ports/graphics/ImageMagick/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message