svn commit: r355004 - head/devel/p5-Module-Install-Template

Antoine Brodin antoine at FreeBSD.org
Sat May 24 09:06:17 UTC 2014


Author: antoine
Date: Sat May 24 09:06:16 2014
New Revision: 355004
URL: http://svnweb.freebsd.org/changeset/ports/355004
QAT: https://qat.redports.org/buildarchive/r355004/

Log:
  Mark BROKEN: Fails to configure
  
  ===>  Configuring for p5-Module-Install-Template-0.08
  Can't locate URI/Escape.pm in @INC (@INC contains: inc /usr/local/lib/perl5/5.16/BSDPAN /usr/local/lib/perl5/site_perl/5.16/mach /usr/local/lib/perl5/site_perl/5.16 /usr/local/lib/perl5/5.16/mach /usr/local/lib/perl5/5.16 .) at inc/Module/Install/Homepage.pm line 5.
  BEGIN failed--compilation aborted at inc/Module/Install/Homepage.pm line 5.
  Compilation failed in require at inc/Module/Install.pm line 283.
  Can't locate URI/Escape.pm in @INC (@INC contains: inc /usr/local/lib/perl5/5.16/BSDPAN /usr/local/lib/perl5/site_perl/5.16/mach /usr/local/lib/perl5/site_perl/5.16 /usr/local/lib/perl5/5.16/mach /usr/local/lib/perl5/5.16 .) at inc/Module/Install/Bugtracker.pm line 5.
  BEGIN failed--compilation aborted at inc/Module/Install/Bugtracker.pm line 5.
  Compilation failed in require at inc/Module/Install.pm line 283.
  Bareword "auto_set_homepage" not allowed while "strict subs" in use at ./Makefile.PL line 7.
  Bareword "auto_set_bugtracker" not allowed while "strict subs" in use at ./Makefile.PL line 8.
  Execution of ./Makefile.PL aborted due to compilation errors.
  *** [do-configure] Error code 255
  
  Reported by:	pkg-fallout

Modified:
  head/devel/p5-Module-Install-Template/Makefile

Modified: head/devel/p5-Module-Install-Template/Makefile
==============================================================================
--- head/devel/p5-Module-Install-Template/Makefile	Sat May 24 09:03:46 2014	(r355003)
+++ head/devel/p5-Module-Install-Template/Makefile	Sat May 24 09:06:16 2014	(r355004)
@@ -10,6 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Treat module source code as a template
 
+BROKEN=		Fails to configure
+
 BUILD_DEPENDS=	p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \
 		p5-Module-Install>=0:${PORTSDIR}/devel/p5-Module-Install
 RUN_DEPENDS:=	${BUILD_DEPENDS}


More information about the svn-ports-all mailing list