From owner-cvs-all@FreeBSD.ORG Sat Apr 19 15:01:02 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D315106564A; Sat, 19 Apr 2008 15:01:02 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5A7FB8FC16; Sat, 19 Apr 2008 15:01:02 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3JF127I099441; Sat, 19 Apr 2008 15:01:02 GMT (envelope-from mi@repoman.freebsd.org) Received: (from mi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JF12eH099440; Sat, 19 Apr 2008 15:01:02 GMT (envelope-from mi) Message-Id: <200804191501.m3JF12eH099440@repoman.freebsd.org> From: Mikhail Teterin Date: Sat, 19 Apr 2008 15:01:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/ImageMagick Makefile distinfo pkg-plist ports/graphics/ImageMagick/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Apr 2008 15:01:02 -0000 mi 2008-04-19 15:01:02 UTC FreeBSD ports repository Modified files: graphics/ImageMagick Makefile distinfo pkg-plist Removed files: graphics/ImageMagick/files patch-configure Log: Upgrade to 6.4.0-7 -- currently the latest. Notable changes: 1. Pick the .lzma version of the vendor's distfile. Although adds archivers/lzma to EXTRACT_DEPENDS, the savings make it worth the trouble. 2. Disable parallel build, until the vendor figures out, what broke it. 3. Disable use of our libtool -- somehow that does not work any more. It would be nice, if our libtool-maintainers could look into it -- just uncomment the relevant line in the new Makefile and attempt building. 4. Most of the things are now installed into "versioned" directories: "ImageMagick-6.4.0" instead of "ImageMagick". 5. API-headers now go into ${PREFIX}/include/ImageMagick instead of directly into ${PREFIX}/include. This will make co-existence with GraphicsMagick much easier. Revision Changes Path 1.252 +15 -9 ports/graphics/ImageMagick/Makefile 1.112 +3 -3 ports/graphics/ImageMagick/distinfo 1.11 +0 -9 ports/graphics/ImageMagick/files/patch-configure (dead) 1.109 +875 -156 ports/graphics/ImageMagick/pkg-plist