From owner-svn-ports-all@FreeBSD.ORG Sat May 24 09:06:17 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9E045864; Sat, 24 May 2014 09:06:17 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 70D7C2990; Sat, 24 May 2014 09:06:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4O96HSa079675; Sat, 24 May 2014 09:06:17 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4O96Hl7079674; Sat, 24 May 2014 09:06:17 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201405240906.s4O96Hl7079674@svn.freebsd.org> From: Antoine Brodin Date: Sat, 24 May 2014 09:06:17 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 May 2014 09:06:17 -0000 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}