From owner-freebsd-perl@freebsd.org Wed May 11 23:10:08 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 AF943B38BC6 for ; Wed, 11 May 2016 23:10:08 +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 A0BA41125 for ; Wed, 11 May 2016 23:10:08 +0000 (UTC) (envelope-from michelle@sorbs.net) Received: by mailman.ysv.freebsd.org (Postfix) id 9C4D6B38BC5; Wed, 11 May 2016 23:10:08 +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 9BF4BB38BC4 for ; Wed, 11 May 2016 23:10:08 +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 916331122; Wed, 11 May 2016 23:10:07 +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 <0O7100D51COZ3D00@hades.sorbs.net>; Wed, 11 May 2016 16:17:25 -0700 (PDT) To: Sunpoet Po-Chuan Hsieh Cc: perl@freebsd.org From: Michelle Sullivan Subject: and another won't compile: p5-Apache-LogFormat-Compiler Message-id: <5733BBCC.5070907@sorbs.net> Date: Thu, 12 May 2016 01:10:04 +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: Wed, 11 May 2016 23:10:08 -0000 =========================================================================== =================================================== ===> Configuring for p5-Apache-LogFormat-Compiler-0.32_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 This patch does it: [michelle@colossus /Storage/source/ports/head]$ diff -u www/p5-Apache-LogFormat-Compiler/Makefile.orig www/p5-Apache-LogFormat-Compiler/Makefile --- www/p5-Apache-LogFormat-Compiler/Makefile.orig 2016-05-12 01:05:53.070897536 +0200 +++ www/p5-Apache-LogFormat-Compiler/Makefile 2016-05-12 01:07:46.301199480 +0200 @@ -15,7 +15,9 @@ RUN_DEPENDS= \ p5-POSIX-strftime-Compiler>=0.30:devel/p5-POSIX-strftime-Compiler -BUILD_DEPENDS:= ${RUN_DEPENDS} +BUILD_DEPENDS:= \ + p5-CPAN-Meta-Requirements>=2.121:devel/p5-CPAN-Meta-Requirements \ + p5-POSIX-strftime-Compiler>=0.30:devel/p5-POSIX-strftime-Compiler USES= perl5 USE_PERL5= modbuild -- Michelle Sullivan http://www.mhix.org/