and another won't compile: p5-Apache-LogFormat-Compiler

Michelle Sullivan michelle at sorbs.net
Wed May 11 23:10:08 UTC 2016


===========================================================================
=======================<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 at 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/



More information about the freebsd-perl mailing list