From owner-freebsd-ports@FreeBSD.ORG Sun Dec 26 14:02:00 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DC818106564A for ; Sun, 26 Dec 2010 14:02:00 +0000 (UTC) (envelope-from freebsd-questions@herveybayaustralia.com.au) Received: from mail.unitedinsong.com.au (mail.unitedinsong.com.au [150.101.178.33]) by mx1.freebsd.org (Postfix) with ESMTP id 920DA8FC08 for ; Sun, 26 Dec 2010 14:02:00 +0000 (UTC) Received: from laptop1.herveybayaustralia.com.au (laptop1.herveybayaustralia.com.au [192.168.0.193]) by mail.unitedinsong.com.au (Postfix) with ESMTP id BA8AB5C21; Sun, 26 Dec 2010 23:50:45 +1000 (EST) Message-ID: <4D17464D.2000204@herveybayaustralia.com.au> Date: Sun, 26 Dec 2010 23:42:37 +1000 From: Da Rock User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.15) Gecko/20101119 Thunderbird/3.0.10 ThunderBrowse/3.3.4 MIME-Version: 1.0 To: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org References: <4D171448.9050001@herveybayaustralia.com.au> <19735.15690.439356.501532@jerusalem.litteratus.org> In-Reply-To: <19735.15690.439356.501532@jerusalem.litteratus.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: ImageMagick, Djvu, and Perl-threaded - marked as IGNORE when updating X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2010 14:02:00 -0000 On 12/26/10 23:04, Robert Huff wrote: > Da Rock writes: > >> I'm running another set of updates, and I can't for the life of me get >> rid of this erroneous behaviour. >> >> I run portupgrade and it tells me it can't update ImageMagick because >> the Djvu option requires threads, and needs perl, therefore perl needs >> to be threaded. So it comes up with an IGNORE which is nuts because I >> run threaded perl. >> >> #pkg_version -v | grep perl >> mod_perl2-2.0.4_2,3 = up-to-date with port >> perl-threaded-5.10.1_3 = up-to-date with port >> >> Something I'm missing here? A fix would be nice, I should be used to it >> though- ImageMagick _always_ has issues for me. I just thought it'd be >> nice to get it updated for once- it looked so close :) >> > I'm getting something similar, have been for a couple of weeks: > > ** Port marked as IGNORE: graphics/ImageMagick: > OpenEXR requires threads. . Perl is non-threaded. Reinstall Perl with threads or undefine WITH_IMAGEMAGICK_PERL > ** Listing the failed packages (-:ignored / *:skipped / !:failed) > - graphics/ImageMagick (marked as IGNORE) > > (Follow-ups redirected to ports@, or I tried to.) > > Hmm. I'm not alone then. I'll do some poking then and see what comes up... :) Any hints guys?