Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 May 2014 09:06:17 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r355004 - head/devel/p5-Module-Install-Template
Message-ID:  <201405240906.s4O96Hl7079674@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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}



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