there aren't enough dependencies in p5-Task-Catalyst

Steve Wills swills at FreeBSD.org
Sun May 8 19:28:06 UTC 2011


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 05/07/11 19:45, Paul Vixie wrote:
> i had to install these manually to get catalyst.pl to run at all
> and to get 'perl Makefile.PL' to work.
> 
> reanimator# diff www/p5-Task-Catalyst/Makefile{.pre-vixie,}
> 36c36,39
> <               p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite
> ---
>>               p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \
>>               p5-YAML-Tiny>=0:${PORTSDIR}/textproc/p5-YAML-Tiny \
>>               p5-Module-Install>=0:${PORTSDIR}/devel/p5-Module-Install
>>

There's more than that wrong with the www/p5-Task-Catalyst port. There
are other dependencies missing as well and the changes to the
Makefile.PL are no longer needed. See the build logs:

http://pointyhat.freebsd.org/errorlogs/amd64-9-latest-logs/p5-Task-Catalyst-4.01.log

> Warning: prerequisite Catalyst::Action::REST 0 not found.
> Warning: prerequisite Catalyst::ActionRole::ACL 0 not found.
> Warning: prerequisite Catalyst::Authentication::Credential::HTTP 0 not found.
> Warning: prerequisite Catalyst::Controller::ActionRole 0 not found.
> Warning: prerequisite Catalyst::Engine::HTTP::Prefork 0 not found.
> Warning: prerequisite Catalyst::Engine::PSGI 0 not found.
> Warning: prerequisite Catalyst::Manual 5.80 not found.
> Warning: prerequisite Catalyst::Model::Adaptor 0 not found.
> Warning: prerequisite Catalyst::Plugin::Session::Store::DBIC 0 not found.
> Warning: prerequisite Catalyst::Plugin::Unicode::Encoding 0 not found.
> Warning: prerequisite Catalyst::View::Email 0 not found.
> Warning: prerequisite CatalystX::LeakChecker 0 not found.
> Warning: prerequisite CatalystX::Profile 0 not found.
> Warning: prerequisite CatalystX::REPL 0 not found.
> Warning: prerequisite CatalystX::SimpleLogin 0 not found.
> Warning: prerequisite FCGI 0 not found.
> Warning: prerequisite FCGI::ProcManager 0 not found.
> Warning: prerequisite local::lib 0 not found.

This diff is a start:

http://people.freebsd.org/~swills/p5-Task-Catalyst.diff

but we still need ports for these modules so that they can be added as
dependencies:

Catalyst::ActionRole::ACL
Catalyst::Component::InstancePerContext
Catalyst::Plugin::ConfigLoader
Catalyst::Plugin::Static::Simple
CatalystX::Component::Traits
CatalystX::LeakChecker
CatalystX::Profile
CatalystX::REPL
CatalystX::SimpleLogin
ExtUtils::MakeMaker
FCGI
FCGI::ProcManager

Steve
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.17 (FreeBSD)

iQEcBAEBAgAGBQJNxukxAAoJEPXPYrMgexuhs4YH/0H3tEUJu+2JzMxW+SDFWHwp
Mbg+kzXjAatTlz0GtTpWzuRQD7SjSO9eSqVNOQuORLQ+EayXUvFhGyXELqJAKO7u
rvqe8gGas+wdb4xG5lNH28V3Q5tuisefpmcLrFZF703OLcfBEWXki/osqxgxBU3w
9KaYnqM1MxokqO2BsrBZW0IF/1LOzDbC9COmJvVVi9v16dvjCFAj7jyWgt/yI+Um
z4bHyPGyxCEE5FEX35od1fXAO1uMUmgw8oSqyMfMoc3jpkWEFjP9ZxSjIVLIerIM
7VUapOW295Jwi0Yhnvyyx5vmi9J8y/vOqP0op4eutCJshC7jNJ+Y//ZGBaRgYA4=
=YtxE
-----END PGP SIGNATURE-----
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/p5-Task-Catalyst/Makefile,v
retrieving revision 1.17
diff -u -r1.17 Makefile
--- Makefile	17 Dec 2010 20:17:07 -0000	1.17
+++ Makefile	8 May 2011 18:43:50 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	Task-Catalyst
 PORTVERSION=	4.01
+PORTREVISION=	1
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,33 +15,33 @@
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	All you need to start with Catalyst
 
-BUILD_DEPENDS=	p5-Catalyst-Runtime>=5.7007:${PORTSDIR}/www/p5-Catalyst-Runtime \
-		p5-Catalyst-Devel>=1.02:${PORTSDIR}/www/p5-Catalyst-Devel \
-		p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \
-		p5-Catalyst-Log-Log4perl>=0.1:${PORTSDIR}/www/p5-Catalyst-Log-Log4perl \
-		p5-Catalyst-Controller-HTML-FormFu>=0.03:${PORTSDIR}/www/p5-Catalyst-Controller-HTML-FormFu \
-		p5-Catalyst-Controller-FormBuilder>=0.03:${PORTSDIR}/www/p5-Catalyst-Controller-FormBuilder \
-		p5-Catalyst-Plugin-StackTrace>=0.02:${PORTSDIR}/www/p5-Catalyst-Plugin-StackTrace \
-		p5-Catalyst-Plugin-Session>=0.05:${PORTSDIR}/www/p5-Catalyst-Plugin-Session \
-		p5-Catalyst-Plugin-Session-Store-File>=0.07:${PORTSDIR}/www/p5-Catalyst-Plugin-Session-Store-File \
-		p5-Catalyst-Plugin-Session-State-Cookie>=0.02:${PORTSDIR}/www/p5-Catalyst-Plugin-Session-State-Cookie \
-		p5-Catalyst-Plugin-Session-State-URI>=0.02:${PORTSDIR}/www/p5-Catalyst-Plugin-Session-State-URI \
-		p5-Catalyst-Plugin-Authentication>=0.05:${PORTSDIR}/www/p5-Catalyst-Plugin-Authentication \
+BUILD_DEPENDS=	p5-Catalyst-Action-REST>=0:${PORTSDIR}/www/p5-Catalyst-Action-REST \
+		p5-Catalyst-Authentication-Credential-HTTP>=0:${PORTSDIR}/www/p5-Catalyst-Authentication-Credential-HTTP \
 		p5-Catalyst-Authentication-Store-DBIx-Class>=0.106:${PORTSDIR}/www/p5-Catalyst-Authentication-Store-DBIx-Class \
-		p5-Catalyst-Plugin-Authorization-ACL>=0.06:${PORTSDIR}/www/p5-Catalyst-Plugin-Authorization-ACL \
-		p5-Catalyst-Plugin-Authorization-Roles>=0.03:${PORTSDIR}/www/p5-Catalyst-Plugin-Authorization-Roles \
-		p5-Catalyst-Plugin-I18N>=0.05:${PORTSDIR}/www/p5-Catalyst-Plugin-I18N \
+		p5-Catalyst-Controller-ActionRole>=0:${PORTSDIR}/www/p5-Catalyst-Controller-ActionRole \
+		p5-Catalyst-Devel>=1.26:${PORTSDIR}/www/p5-Catalyst-Devel \
+		p5-Catalyst-Engine-HTTP-Prefork>=0:${PORTSDIR}/www/p5-Catalyst-Engine-HTTP-Prefork \
+		p5-Catalyst-Engine-PSGI>=0:${PORTSDIR}/www/p5-Catalyst-Engine-PSGI \
+		p5-Catalyst-Manual>=5.80:${PORTSDIR}/www/p5-Catalyst-Manual \
+		p5-Catalyst-Model-Adaptor>=0:${PORTSDIR}/www/p5-Catalyst-Model-Adaptor \
 		p5-Catalyst-Model-DBIC-Schema>=0.08:${PORTSDIR}/www/p5-Catalyst-Model-DBIC-Schema \
+		p5-Catalyst-Plugin-Authentication>=0.05:${PORTSDIR}/www/p5-Catalyst-Plugin-Authentication \
+		p5-Catalyst-Plugin-I18N>=0.05:${PORTSDIR}/www/p5-Catalyst-Plugin-I18N \
+		p5-Catalyst-Plugin-Session-State-Cookie>=0.02:${PORTSDIR}/www/p5-Catalyst-Plugin-Session-State-Cookie \
+		p5-Catalyst-Plugin-Session-Store-DBIC>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Session-Store-DBIC \
+		p5-Catalyst-Plugin-Session-Store-File>=0.07:${PORTSDIR}/www/p5-Catalyst-Plugin-Session-Store-File \
+		p5-Catalyst-Plugin-Session>=0.05:${PORTSDIR}/www/p5-Catalyst-Plugin-Session \
+		p5-Catalyst-Plugin-StackTrace>=0.02:${PORTSDIR}/www/p5-Catalyst-Plugin-StackTrace \
+		p5-Catalyst-Plugin-Unicode-Encoding>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Unicode-Encoding \
+		p5-Catalyst-Runtime>=5.80:${PORTSDIR}/www/p5-Catalyst-Runtime \
+		p5-Catalyst-View-Email>=0:${PORTSDIR}/www/p5-Catalyst-View-Email \
 		p5-Catalyst-View-TT>=0.22:${PORTSDIR}/www/p5-Catalyst-View-TT \
-		p5-Test-WWW-Mechanize-Catalyst>=0.35:${PORTSDIR}/devel/p5-Test-WWW-Mechanize-Catalyst \
-		p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite
+		p5-local-lib>=0:${PORTSDIR}/devel/p5-local-lib \
+		p5-Test-WWW-Mechanize-Catalyst>=0.35:${PORTSDIR}/devel/p5-Test-WWW-Mechanize-Catalyst
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	5.8.0+
 
 MAN3=	Task::Catalyst.3
 
-post-extract:
-	@${PERL} -i.bak -ne 'print unless m,^feature, .. m,;\s*$$,' ${WRKSRC}/Makefile.PL
-
 .include <bsd.port.mk>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: p5-Task-Catalyst.diff.sig
Type: application/octet-stream
Size: 287 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-perl/attachments/20110508/ec11ba2a/p5-Task-Catalyst.diff.obj


More information about the freebsd-perl mailing list