From owner-freebsd-perl@FreeBSD.ORG Sun Jul 31 23:25:29 2011 Return-Path: Delivered-To: perl@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 173881065673 for ; Sun, 31 Jul 2011 23:25:29 +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 EC62B8FC12 for ; Sun, 31 Jul 2011 23:25:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by spartan.hamla.org (Postfix) with ESMTP id D666F170E3; Sun, 31 Jul 2011 19:08:18 -0400 (EDT) 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; s=aegis; t= 1312153698; bh=BPrxEcd0z7yF8uxDHCEl2zHLfnrs66F/gHlCcXYAZwc=; b=k w3d6oHnE1cRedZM2ygsF4bW7TY4dlN/SiEFtKr6vGxctq+XFQfwJyRrRO2ZDZ+HJ j53gjnYUXCy1qM+h1ZeLwHzj19y+BCQSqAQ/CgLAJ9vZxOFDBlLWL/wTEdMrPP7Y W70I7MQssYciIdIn6K/ExZeiJV0KaaiDkP0fGtedVE= 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 30iye7R6Tdsk; Sun, 31 Jul 2011 19:08:18 -0400 (EDT) Date: Sun, 31 Jul 2011 19:07:50 -0400 From: Sahil Tandon To: Doug Barton Message-ID: <20110731230750.GC8462@magic.hamla.org> References: <201107312100.p6VL0Z0s033087@repoman.freebsd.org> <4E35C372.9030209@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4E35C372.9030209@FreeBSD.org> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: Sunpoet Po-Chuan Hsieh , perl@FreeBSD.org Subject: Re: Fwd: cvs commit: ports/databases/p5-DBIx-Custom Makefile X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sahil Tandon List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Jul 2011 23:25:29 -0000 On Sun, 2011-07-31 at 14:04:50 -0700, Doug Barton wrote: > Fix the build with what seems to have been the intended change from > 1.28 > > It seems that the intention was to make a new BUILD_DEPENDS with the > same content as the existing RUN_DEPENDS, but one line was missed, > causing neither to work. So instead, make BUILD_DEPENDS equal to the > old RUN_DEPENDS, and use the := method to set RUN_DEPENDS, in part > because it helps avoid this kind of error. Thanks for your help. Your fix catalyzed an update to a newer upstream version & the removal of unrequired dependency. -- Sahil Tandon