svn commit: r389942 - head/lang/p5-signatures

Antoine Brodin antoine at FreeBSD.org
Wed Jun 17 17:08:59 UTC 2015


Author: antoine
Date: Wed Jun 17 17:08:58 2015
New Revision: 389942
URL: https://svnweb.freebsd.org/changeset/ports/389942

Log:
  Mark BROKEN: Fails to configure
  
   *** Can't load dependency information for B::Hooks::Parser:
     Can't locate B/Hooks/Parser/Install/Files.pm in @INC (you may need to install the B::Hooks::Parser::Install::Files module) (@INC contains: /usr/local/lib/perl5/site_perl/mach/5.20 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.20/mach /usr/local/lib/perl5/5.20 /usr/local/lib/perl5/site_perl/5.20 /usr/local/lib/perl5/site_perl/5.20/mach .) at /usr/local/lib/perl5/site_perl/ExtUtils/Depends.pm line 185.
  
  Reported by:	pkg-fallout

Modified:
  head/lang/p5-signatures/Makefile

Modified: head/lang/p5-signatures/Makefile
==============================================================================
--- head/lang/p5-signatures/Makefile	Wed Jun 17 16:52:20 2015	(r389941)
+++ head/lang/p5-signatures/Makefile	Wed Jun 17 17:08:58 2015	(r389942)
@@ -13,6 +13,8 @@ COMMENT=	Subroutine signatures for Perl 
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
+BROKEN=		Fails to configure
+
 BUILD_DEPENDS=	p5-B-Hooks-EndOfScope>=0.08:${PORTSDIR}/devel/p5-B-Hooks-EndOfScope \
 		p5-B-Hooks-OP-Check>=0.17:${PORTSDIR}/devel/p5-B-Hooks-OP-Check \
 		p5-B-Hooks-OP-PPAddr>=0.03:${PORTSDIR}/devel/p5-B-Hooks-OP-PPAddr \


More information about the svn-ports-all mailing list