From owner-freebsd-ports@FreeBSD.ORG Tue Dec 28 11:38:36 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 AA1D11065693; Tue, 28 Dec 2010 11:38:36 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id 019F38FC17; Tue, 28 Dec 2010 11:38:35 +0000 (UTC) Received: by gxk8 with SMTP id 8so4137215gxk.13 for ; Tue, 28 Dec 2010 03:38:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:reply-to :in-reply-to:references:date:message-id:subject:from:to:cc :content-type; bh=jZxZn5p/5rOgm/K2I0YSbxsewYeUVeWKfnrBC/e0QtQ=; b=hL4bB1PpEcTbxQjpEEPOlDYFRyjxkEon0VAuLSg99/T7l/Hm01sZEdYWRqjzQmajtx 3EDXNHrBA1rbKE+N3BCn9bdD+1tQkx7THA52NnWSFE8auQ+p5hcEjHox+5wcmzUzwO37 jWiG2MwkjVldsOvjB11ZpRS7U0Jb6lyseNfho= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; b=QndpBN/0D7ZQYobiyTpx1A8Eb/1SWCC3TQr50CtyoOiH0EyJTRXHVHzy9IixZVXPbO Vx/QKiKo1qHLyf4Jknn1fsFd8E+ZXBDPDmISTPVWMw6OQR1SOhNObijPXbpGAAK95xRs QCOPr1jCseI8gKOzPaBV8NRU7tQAkHzIm8W/w= MIME-Version: 1.0 Received: by 10.236.103.38 with SMTP id e26mr4579024yhg.88.1293536315318; Tue, 28 Dec 2010 03:38:35 -0800 (PST) Received: by 10.236.105.197 with HTTP; Tue, 28 Dec 2010 03:38:35 -0800 (PST) In-Reply-To: <201012281121.16618.david@vizion2000.net> References: <201012272220.52407.david@vizion2000.net> <201012281121.16618.david@vizion2000.net> Date: Tue, 28 Dec 2010 11:38:35 +0000 Message-ID: From: "b. f." To: David Southwell Content-Type: text/plain; charset=ISO-8859-1 Cc: Da Rock , freebsd-ports@freebsd.org, freebsd-questions@freebsd.org 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 Reply-To: bf1783@gmail.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2010 11:38:36 -0000 On 12/28/10, David Southwell wrote: >> On 12/27/10, David Southwell wrote: >> >> On 12/27/10, David Southwell wrote: >> > Agreed - but following Doug's commit I can vouch that the >> > PERL_THREADED >> > hack >> > was still needed for 7.2 p3 systems on amd64. >> >> It shouldn't be needed. Can you remove this definition from any >> locally-modified Makefiles, and provide the same information that was >> requested from Da Rock? (Why do I feel like a WWE announcer when I >> type that? ...) >> >> b. > I do not want to rebuild WITHOUT_IMAGEMAGICK_PERL on a running system with > active user access which needs perl. Oh, I didn't intend for you to do that. (This particular problem shouldn't arise if perl support is disabled.) I meant to show the output of 'make -C $PORTSDIR/graphics/ImageMagick -V PERL_THREADED', 'make -C $PORTSDIR/graphics/ImageMagick showconfig', and 'perl --version' on a system where the build failed if you didn't define PERL_THREADED manually. (A transcript of a failed build would also be helpful.) You needn't (de)install anything. > Have you got the replies from Da Rock? Not yet. b.