p5-Net-3.08,1 fails to configure....

Michelle Sullivan michelle at sorbs.net
Wed May 11 20:35:39 UTC 2016


=======================<phase: configure >============================
===>  Configuring for p5-Net-3.08,1
ExtUtils::MakeMaker version 6.64 required--this is only version 6.6302 
at ./Makefile.PL line 25.
BEGIN failed--compilation aborted at ./Makefile.PL line 25.
*** Error code 255

Stop in /usr/ports/net/p5-Net.


Makefile does not contain any reference to ExtUtils::MakeMaker

However in devel/p5-ExtUtils-MakeMaker we find version 7.14

Perhaps the following patch might be appropriate:
[michelle at colossus /Storage/source/ports/head]$ diff -u 
net/p5-Net/Makefile.orig net/p5-Net/Makefile
--- net/p5-Net/Makefile.orig    2016-05-11 22:30:27.895911050 +0200
+++ net/p5-Net/Makefile    2016-05-11 22:34:44.482890448 +0200
@@ -15,8 +15,9 @@
  LICENSE=    ART10 GPLv1
  LICENSE_COMB=    dual

-BUILD_DEPENDS=    p5-Socket>=2.016:net/p5-Socket
-RUN_DEPENDS:=    ${BUILD_DEPENDS}
+BUILD_DEPENDS=    p5-Socket>=2.016:net/p5-Socket \
+        p5-ExtUtils-MakeMaker>=6.64:devel/p5-ExtUtils-MakeMaker
+RUN_DEPENDS:=    p5-Socket>=2.016:net/p5-Socket

  OPTIONS_DEFINE=    IPV6 SASL SSL
  OPTIONS_DEFAULT=SASL


-- 
Michelle Sullivan
http://www.mhix.org/



More information about the freebsd-perl mailing list