From owner-svn-ports-head@FreeBSD.ORG Tue Nov 11 21:07:37 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8A94D2CE; Tue, 11 Nov 2014 21:07:37 +0000 (UTC) Received: from fep22.mx.upcmail.net (fep22.mx.upcmail.net [62.179.121.42]) by mx1.freebsd.org (Postfix) with ESMTP id 4A6DDCD1; Tue, 11 Nov 2014 21:07:35 +0000 (UTC) Received: from edge03.upcmail.net ([192.168.13.238]) by viefep22-int.chello.at (InterMail vM.8.01.05.05 201-2260-151-110-20120111) with ESMTP id <20141111210727.TKDM23658.viefep22-int.chello.at@edge03.upcmail.net>; Tue, 11 Nov 2014 22:07:27 +0100 Received: from [192.168.0.23] ([178.84.134.112]) by edge03.upcmail.net with edge id EM7P1p01K2Rg3Ey01M7PdX; Tue, 11 Nov 2014 22:07:24 +0100 X-SourceIP: 178.84.134.112 Message-ID: <54627A91.5060700@rainbow-runner.nl> Date: Tue, 11 Nov 2014 22:07:29 +0100 From: Koop Mast User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Adam Weinberger , Koop Mast Subject: Re: svn commit: r372435 - head/graphics/ImageMagick References: <201411110803.sAB83SXU017223@svn.freebsd.org> In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Nov 2014 21:07:37 -0000 On 11-11-2014 21:39, Adam Weinberger wrote: >> On 11 Nov, 2014, at 1:03, Koop Mast wrote: >> >> Author: kwm >> Date: Tue Nov 11 08:03:27 2014 >> New Revision: 372435 >> URL: https://svnweb.freebsd.org/changeset/ports/372435 >> QAT: https://qat.redports.org/buildarchive/r372435/ >> >> Log: >> Update to 6.8.9-10. > Koop - > > The last line of the plist (@dir lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%) breaks installation when the WITH_PERL option is off. Should it be added to %%WITH_PERL%%? > > # Adam Fixed, thanks