From owner-freebsd-perl@freebsd.org Thu May 12 12:28:45 2016 Return-Path: Delivered-To: freebsd-perl@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7AF99B2F2A0 for ; Thu, 12 May 2016 12:28:45 +0000 (UTC) (envelope-from michelle@sorbs.net) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 6C2291897 for ; Thu, 12 May 2016 12:28:45 +0000 (UTC) (envelope-from michelle@sorbs.net) Received: by mailman.ysv.freebsd.org (Postfix) id 67D10B2F29F; Thu, 12 May 2016 12:28:45 +0000 (UTC) Delivered-To: perl@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 653CBB2F29E for ; Thu, 12 May 2016 12:28:45 +0000 (UTC) (envelope-from michelle@sorbs.net) Received: from hades.sorbs.net (mail.sorbs.net [67.231.146.200]) by mx1.freebsd.org (Postfix) with ESMTP id 536AE1896 for ; Thu, 12 May 2016 12:28:45 +0000 (UTC) (envelope-from michelle@sorbs.net) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII; format=flowed Received: from isux.com (firewall.isux.com [213.165.190.213]) by hades.sorbs.net (Oracle Communications Messaging Server 7.0.5.29.0 64bit (built Jul 9 2013)) with ESMTPSA id <0O720090DDO1GV00@hades.sorbs.net> for perl@freebsd.org; Thu, 12 May 2016 05:36:02 -0700 (PDT) To: perl@freebsd.org From: Michelle Sullivan Subject: another fails to configure.. p5-JSON-RPC-1.06_1 Message-id: <573476FB.6080401@sorbs.net> Date: Thu, 12 May 2016 14:28:43 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:43.0) Gecko/20100101 Firefox/43.0 SeaMonkey/2.40 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 May 2016 12:28:45 -0000 =========================================================================== =================================================== ===> Configuring for p5-JSON-RPC-1.06_1 CPAN::Meta::Requirements version 2.121 required--this is only version 2.120630 at /usr/local/lib/perl5/site_perl/CPAN/Meta/Prereqs.pm line 18. BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/CPAN/Meta/Prereqs.pm line 18. Compilation failed in require at /usr/local/lib/perl5/site_perl/CPAN/Meta/Feature.pm line 8. BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/CPAN/Meta/Feature.pm line 8. Compilation failed in require at /usr/local/lib/perl5/site_perl/CPAN/Meta.pm line 57. BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/CPAN/Meta.pm line 57. Compilation failed in require at ./Build.PL line 15. BEGIN failed--compilation aborted at ./Build.PL line 15. *** Error code 255 Stop in /usr/ports/devel/p5-JSON-RPC. fixed with this patch: [michelle@colossus /Storage/source/ports/head]$ diff -u devel/p5-JSON-RPC/Makefile.orig devel/p5-JSON-RPC/Makefile --- devel/p5-JSON-RPC/Makefile.orig 2016-05-12 14:22:15.788890302 +0200 +++ devel/p5-JSON-RPC/Makefile 2016-05-12 14:26:29.201894451 +0200 @@ -21,8 +21,15 @@ p5-JSON-XS>=0:converters/p5-JSON-XS \ p5-Plack>=0:www/p5-Plack \ p5-Router-Simple>=0:www/p5-Router-Simple \ + p5-libwww>=0:www/p5-libwww \ + p5-CPAN-Meta-Requirements>=2.121:devel/p5-CPAN-Meta-Requirements +RUN_DEPENDS:= p5-Class-Accessor-Lite>=0:devel/p5-Class-Accessor-Lite \ + p5-HTTP-Message>=0:www/p5-HTTP-Message \ + p5-JSON>=0:converters/p5-JSON \ + p5-JSON-XS>=0:converters/p5-JSON-XS \ + p5-Plack>=0:www/p5-Plack \ + p5-Router-Simple>=0:www/p5-Router-Simple \ p5-libwww>=0:www/p5-libwww -RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= modbuild -- Michelle Sullivan http://www.mhix.org/