From owner-cvs-ports@FreeBSD.ORG Tue Jun 15 12:01:13 2010 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C9EA4106567D; Tue, 15 Jun 2010 12:01:13 +0000 (UTC) (envelope-from dsh@vlink.ru) Received: from dsh.falconknight.com (dsh.falconknight.com [66.160.163.23]) by mx1.freebsd.org (Postfix) with ESMTP id A9F0A8FC26; Tue, 15 Jun 2010 12:01:13 +0000 (UTC) Received: from dsh.falconknight.com (dsh [66.160.163.23]) by dsh.falconknight.com (Postfix) with ESMTP id 4C75DB63565; Tue, 15 Jun 2010 04:42:52 -0700 (PDT) X-Virus-Scanned: amavisd-new at wizard.volgograd.ru Received: from dsh.falconknight.com ([66.160.163.23]) by dsh.falconknight.com (dsh.falconknight.com [66.160.163.23]) (amavisd-new, port 10026) with LMTP id 23XSXUCMP-xK; Tue, 15 Jun 2010 04:42:52 -0700 (PDT) Received: from localhost.my.domain (unknown [85.173.92.192]) by dsh.falconknight.com (Postfix) with ESMTPSA id 9D2F7B63501; Tue, 15 Jun 2010 04:42:50 -0700 (PDT) Message-ID: <4C176736.3000805@vlink.ru> Date: Tue, 15 Jun 2010 15:42:46 +0400 From: Denis Shaposhnikov User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.9) Gecko/20100417 Thunderbird/3.0.4 MIME-Version: 1.0 To: Anton Berezin , "Philip M. Gollucci" , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <201006062015.o56KFd0p032172@repoman.freebsd.org> <20100615112507.GB79707@heechee.tobez.org> In-Reply-To: <20100615112507.GB79707@heechee.tobez.org> Content-Type: multipart/mixed; boundary="------------040208070506020801050506" Cc: Subject: Re: cvs commit: ports/devel/p5-Params-Validate Makefile distinfo X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jun 2010 12:01:13 -0000 This is a multi-part message in MIME format. --------------040208070506020801050506 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 06/15/2010 15:25, Anton Berezin wrote: > ===> Building for p5-Params-Validate-0.95 > Building Params-Validate > Error: no compiler detected to compile 'lib/Params/Validate.c'. Aborting > *** Error code 2 Attached diff fixes this problem. --------------040208070506020801050506 Content-Type: text/plain; name="p5-Params-Validate.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="p5-Params-Validate.diff" diff -ruN --exclude=CVS /usr/ports/devel/p5-Params-Validate/Makefile /home/dsh/ports/devel/p5-Params-Validate/Makefile --- /usr/ports/devel/p5-Params-Validate/Makefile 2010-06-07 00:15:39.000000000 +0400 +++ /home/dsh/ports/devel/p5-Params-Validate/Makefile 2010-06-15 15:39:32.000000000 +0400 @@ -14,6 +14,9 @@ MAINTAINER= dsh@vlink.ru COMMENT= Validate method/function parameters +BUILD_DEPENDS= p5-Attribute-Handlers>=0.79:${PORTSDIR}/devel/p5-Attribute-Handlers \ + p5-ExtUtils-CBuilder>=0.2703:${PORTSDIR}/devel/p5-ExtUtils-CBuilder + PERL_MODBUILD= yes MAN3= Attribute::Params::Validate.3 Params::ValidateXS.3 \ --------------040208070506020801050506--