From owner-cvs-all@FreeBSD.ORG  Tue Nov 23 04:50:40 2010
Return-Path: <owner-cvs-all@FreeBSD.ORG>
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 4B5EF1065694;
	Tue, 23 Nov 2010 04:50:40 +0000 (UTC)
	(envelope-from sahil@tandon.net)
Received: from spartan.hamla.org (spartan.hamla.org [206.251.255.30])
	by mx1.freebsd.org (Postfix) with ESMTP id 1AA288FC15;
	Tue, 23 Nov 2010 04:50:39 +0000 (UTC)
Received: from localhost (localhost [127.0.0.1])
	by spartan.hamla.org (Postfix) with ESMTP id B3DB017155;
	Mon, 22 Nov 2010 23:50:39 -0500 (EST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tandon.net; h=
	user-agent:in-reply-to:content-disposition:content-type
	:content-type:mime-version:references:reply-to:message-id
	:subject:subject:from:from:date:date:received:received; s=aegis;
	t=1290487839; bh=jGEHZyl9aDM3LoX0VneBpCx6xFhF0dpY7A1mXdDzYL0=; b=
	HcIL0Qho6bIWTd9SE0ydhSoJXWdHgHR+USqlXd4tif5BlrK32bvZpuUn5gfu6zaf
	Qj6Tw/Aw2y9Hnb45ZnyZh4uZWUlMGHZpRa3/d4CbRaTzjH4Ww+CURwzqTJl6B13u
	8Al1jOGX7EH8wmT2bVozVjXsU5U2ex+aJ04j3FhpIXo=
X-Virus-Scanned: by ClamAV at spartan.hamla.org
Received: from spartan.hamla.org ([127.0.0.1])
	by localhost (spartan.hamla.org [127.0.0.1]) (amavisd-new, port 10027)
	with LMTP id 3fGmxqkGk58P; Mon, 22 Nov 2010 23:50:39 -0500 (EST)
Received: from magic.hamla.org (cpe-69-201-179-80.nyc.res.rr.com
	[69.201.179.80])
	by spartan.hamla.org (Postfix) with ESMTPSA id 7A1E217153;
	Mon, 22 Nov 2010 23:50:38 -0500 (EST)
Date: Mon, 22 Nov 2010 23:50:36 -0500
From: Sahil Tandon <sahil@FreeBSD.org>
To: Doug Barton <dougb@FreeBSD.org>
Message-ID: <20101123045036.GC23180@magic.hamla.org>
References: <201011221347.oAMDlCM5037876@repoman.freebsd.org>
	<4CEAC0F9.8010106@FreeBSD.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <4CEAC0F9.8010106@FreeBSD.org>
User-Agent: Mutt/1.5.20 (2009-06-14)
Cc: cvs-ports@FreeBSD.org, mm@FreeBSD.org, cvs-all@FreeBSD.org,
	ports-committers@FreeBSD.org
Subject: Re: cvs commit: ports/graphics/ImageMagick Makefile distinfo
 pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: Sahil Tandon <sahil@FreeBSD.org>
List-Id: **OBSOLETE** CVS commit messages for the entire tree
	<cvs-all.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>,
	<mailto:cvs-all-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-all>
List-Post: <mailto:cvs-all@freebsd.org>
List-Help: <mailto:cvs-all-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>,
	<mailto:cvs-all-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 23 Nov 2010 04:50:40 -0000

On Mon, 2010-11-22 at 11:14:01 -0800, Doug Barton wrote:

> Whatever you're doing here, it's not working. I have
> perl-threaded-5.10.1_3 installed, but I get this message:
> 
> 	===>>> This port is marked IGNORE
> 	===>>> OpenMP requires threads. Perl is non-threaded. Reinstall
> Perl with threads or undefine WITH_IMAGEMAGICK_PERL
> 
> And yes, I've already run 'make config' to select the threads option.

At first (and cursory) glance, it seems that PERL_THREADED should be set
by the port itself if ${PERL} is built with threads, but this does not
happen.  Martin, you might be able to adapt the approach in
devel/p5-SNMP-Persist.

-- 
Sahil Tandon <sahil@FreeBSD.org>