Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 May 2006 11:58:04 -0300 (ART)
From:      Fernan Aguero <fernan@iib.unsam.edu.ar>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        lbr@FreeBSD.org
Subject:   ports/98155: add missing dependency for catalyst/example/instant-CRUD
Message-ID:  <200605301458.k4UEw4xF061657@omega.iib.unsam.edu.ar>
Resent-Message-ID: <200605301500.k4UF0hvT053993@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         98155
>Category:       ports
>Synopsis:       add missing dependency for catalyst/example/instant-CRUD
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 30 15:00:39 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Fernan Aguero
>Release:        FreeBSD 6.0-RELEASE-p4 i386
>Organization:
IIB-UNSAM
>Environment:

System: FreeBSD omega.iib.unsam.edu.ar 6.0-RELEASE-p4 FreeBSD 6.0-RELEASE-p4 #0: Wed Jan 25 12:43:39 ART 2006 fernan@omega.iib.unsam.edu.ar:/usr/obj/usr/src/sys/OMEGA i386

	
>Description:
	

	After installing p5-Catalyst-Example-InstantCRUD I tried to run
	the instantcrud.pl script and I got this error:

[fernan@omega] instantcrud.pl 
Can't locate File/Slurp.pm in @INC (@INC contains: /usr/local/lib/perl5/5.8.8/BSDPAN /usr/local/lib/perl5/site_perl/5.8.8/mach /usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/site_perl/5.8.7 /usr/local/lib/perl5/site_perl/5.8.6 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.8.8/mach /usr/local/lib/perl5/5.8.8 .) at /usr/local/bin/instantcrud.pl line 14.
BEGIN failed--compilation aborted at /usr/local/bin/instantcrud.pl line 14.

	So I added a dependency on File::Slurp to the port.	

	Fernan

>How-To-Repeat:
	
	
>Fix:

	



--- instantCRUD.diff begins here ---
diff -ruN /usr/ports/www/p5-Catalyst-Example-InstantCRUD/Makefile p5-Catalyst-Example-InstantCRUD/Makefile
--- /usr/ports/www/p5-Catalyst-Example-InstantCRUD/Makefile	Sun May  7 12:42:49 2006
+++ p5-Catalyst-Example-InstantCRUD/Makefile	Tue May 30 11:52:11 2006
@@ -29,7 +29,8 @@
 	p5-Catalyst-Model-DBIC>=0:${PORTSDIR}/www/p5-Catalyst-Model-DBIC \
 	p5-Catalyst-Model-DBIC-Schema>=0:${PORTSDIR}/www/p5-Catalyst-Model-DBIC-Schema \
 	p5-DBIx-Class>=0:${PORTSDIR}/databases/p5-DBIx-Class \
-	p5-DBIx-Class-Loader>=0:${PORTSDIR}/databases/p5-DBIx-Class-Loader
+	p5-DBIx-Class-Loader>=0:${PORTSDIR}/databases/p5-DBIx-Class-Loader \
+	p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
--- instantCRUD.diff ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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