From owner-cvs-ports@FreeBSD.ORG Fri Feb 18 00:00:26 2005 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7364F16A4D1; Fri, 18 Feb 2005 00:00:26 +0000 (GMT) Received: from harik.murex.com (mail.murex.com [194.98.239.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE10443D2F; Fri, 18 Feb 2005 00:00:25 +0000 (GMT) (envelope-from mi+mx@aldan.algebra.com) Received: from interscan.fr.murex.com (iscan.murex.fr [172.21.17.207] (may be forged)) by harik.murex.com with ESMTP id j1HNoL5v028584; Fri, 18 Feb 2005 00:50:21 +0100 (CET) Received: from mxmail.murex.com (interscan.murex.fr [127.0.0.1]) by interscan.fr.murex.com (8.11.6/8.11.6) with ESMTP id j1I06DQ14571; Fri, 18 Feb 2005 01:06:13 +0100 Received: from mteterin.us.murex.com ([172.21.130.86]) by mxmail.murex.com with Microsoft SMTPSVC(6.0.3790.0); Fri, 18 Feb 2005 00:59:58 +0100 From: Mikhail Teterin Organization: Virtual Estates, Inc. To: pav@freebsd.org Date: Thu, 17 Feb 2005 19:00:03 -0500 User-Agent: KMail/1.7.2 References: <200502171539.j1HFd0Ds022945@repoman.freebsd.org> <200502171849.14040.mi+mx@aldan.algebra.com> <1108684531.5216.10.camel@hood.oook.cz> In-Reply-To: <1108684531.5216.10.camel@hood.oook.cz> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200502171900.03799.mi+mx@aldan.algebra.com> X-OriginalArrivalTime: 17 Feb 2005 23:59:59.0377 (UTC) FILETIME=[C9977010:01C5154C] cc: cvs-ports@freebsd.org cc: cvs-all@freebsd.org cc: Arjan van Leeuwen cc: Michael Nottebrock cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/graphics/ImageMagick Makefile distinfo X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Feb 2005 00:00:26 -0000 > > pkg built without problems here, but there is no xwindow.h in the > > pkg-plist at all... It was removed, it seems, on Feb 14 by pav -- is your > > version 1.89? > > It's quite possible the header is back. Lofi's build log contains > messages about unclean removal of directories -- that points to bad > plist. Please recheck your update. My update did not touch pkg-plist. The file did not change since your Feb 14's modification: cvs diff -r1.88 -r1.89 pkg-plist [...] @@ -91,5 +94,4 @@ include/magick/version.h include/magick/widget.h -include/magick/xwindow.h include/wand/drawing_wand.h include/wand/magick_wand.h This is easier for you to TRIPLE-check for yourself than to type an e-mail message. -mi