From owner-freebsd-ports@FreeBSD.ORG Mon Dec 27 13:25:51 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 014F7106566B for ; Mon, 27 Dec 2010 13:25:51 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id B1A6D8FC0C for ; Mon, 27 Dec 2010 13:25:50 +0000 (UTC) Received: by ywp6 with SMTP id 6so3992717ywp.13 for ; Mon, 27 Dec 2010 05:25:50 -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:date :message-id:subject:from:to:cc:content-type; bh=bBMF3+uCHKSzQsOvRgoG98PimrGyMZhmaGXlZPr2gew=; b=mchShNYCwzj4gO12TTxsY1eC9blpVM7SHMqLarlheV7hSzzLHqAg7S3nl4u9IOx9ga 3Y94TS3jp0dqMb/cxm2toHGGSvfB5DiAUZv6lgJEcYZsvo4FM5OA1I0m7oYUtkkEJS54 mAvYjpKdCd+gxgj5KlcAMn1S3zbAWNgvw9x40= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:reply-to:date:message-id:subject:from:to:cc :content-type; b=FQzsCpzRvOQPOplm4SrA99JxbQF6jCeYme9DQEC6K3T4+4EK5L7Ym7UfQK5v5Fpn/Y 5SDhGvX26q6+i+1ekTn3vcJGeUoz73vA7o87ZuzkKBJ7ZpY6MKd9hUJHxd5lJ/JUSXri r9FeXm127XQ30X6buCqTqDix1AT0mV04cqBGQ= MIME-Version: 1.0 Received: by 10.236.108.129 with SMTP id q1mr22198459yhg.49.1293454493668; Mon, 27 Dec 2010 04:54:53 -0800 (PST) Received: by 10.236.105.197 with HTTP; Mon, 27 Dec 2010 04:54:53 -0800 (PST) Date: Mon, 27 Dec 2010 12:54:53 +0000 Message-ID: From: "b. f." To: David Southwell Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@FreeBSD.org, Da Rock , freebsd-ports@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: Mon, 27 Dec 2010 13:25:51 -0000 > > > > What concerns me is perl-threaded _is_ installed but it can't see it. > > > > > > Do you have in: > > > > > > etc/make.conf > > > > > > PERL_THREADED=true > > > > Perhaps I'm a little daft atm. Either way I want to be clear: Are you > > saying the define needs to be in the make.conf so that it will build > > correctly? It _does not_ actually look at what perl is installed? > > > > IF that is the case, then wtf? Either ImageMagick should be checking the > > actual pkg installed, or the perl port should be defining this in the > > make.conf, right? Seeing as perl already makes a define in make.conf... > > > > Meanwhile I'll check it out. Cheers > Yep you need that line in make.conf Who made this claim? This is not some standard, user-configurable knob -- it is only used by 5 ports, and each of them assigns a value to it in the port Makefile. It shouldn't be set in make.conf. As for why it isn't working in Da Rock's case, he hasn't answered any of the questions I asked him earlier. b.