From owner-cvs-all@FreeBSD.ORG Fri Sep 28 18:15:22 2007 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 73F7F16A477 for ; Fri, 28 Sep 2007 18:15:22 +0000 (UTC) (envelope-from mi+mill@aldan.algebra.com) Received: from mail1.sea5.speakeasy.net (mail1.sea5.speakeasy.net [69.17.117.3]) by mx1.freebsd.org (Postfix) with ESMTP id 3381C13C4A5 for ; Fri, 28 Sep 2007 18:15:22 +0000 (UTC) (envelope-from mi+mill@aldan.algebra.com) Received: (qmail 12345 invoked from network); 28 Sep 2007 18:15:21 -0000 Received: from aldan.algebra.com (HELO aldan-mlp) ([216.254.65.224]) (envelope-sender ) by mail1.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 28 Sep 2007 18:15:21 -0000 From: Mikhail Teterin To: Andrey Chernov Date: Fri, 28 Sep 2007 14:15:18 -0400 User-Agent: KMail/1.7.1 References: <200709280223.l8S2NGam015009@repoman.freebsd.org> <20070928174945.GA26995@nagual.pp.ru> In-Reply-To: <20070928174945.GA26995@nagual.pp.ru> Organization: Virtual Estates, Inc. MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-u" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200709281415.19550.mi+mill@aldan.algebra.com> Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/graphics/ImageMagick Makefile 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: Fri, 28 Sep 2007 18:15:22 -0000 =D0'=D1=D4=CE=C9=C3=D1 28 =D7=C5=D2=C5=D3=C5=CE=D8 2007 01:49 =D0=CF, Andre= y Chernov =F7=C9 =CE=C1=D0=C9=D3=C1=CC=C9: > On Fri, Sep 28, 2007 at 02:23:16AM +0000, Mikhail Teterin wrote: > > =9A Initiate the lists of options whose presence (or absence) break > > =9A self-tests, and set IGNORE, if any such conflict is found. > > PERL support enabled breaks self-tests too for the reason unknown > (Magic.pm works as expected) Could you, please, send the (link to) log of test failure(s)? I'm aware of = one=20 problem -- OpenEXR's libIlmThread.so wants pthread_* functions, which perl= =20 does not have by default. Where the functions aren't dragged in by other libraries (such as glib via= =20 ICU), perl will fail to load Magick.so. If you are talking about something else, please, let me know. Thanks! -mi