Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 May 2016 01:10:04 +0200
From:      Michelle Sullivan <michelle@sorbs.net>
To:        Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
Cc:        perl@freebsd.org
Subject:   and another won't compile: p5-Apache-LogFormat-Compiler
Message-ID:  <5733BBCC.5070907@sorbs.net>

next in thread | raw e-mail | index | archive | help
===========================================================================
=======================<phase: configure >============================
===>  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/




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5733BBCC.5070907>