Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Nov 2006 15:16:20 GMT
From:      Max Brazhnikov<makc@issp.ac.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/105376: games/frozenbubble: add missing dependency
Message-ID:  <200611101516.kAAFGKDg093068@www.freebsd.org>
Resent-Message-ID: <200611101520.kAAFKMYj086250@freefall.freebsd.org>

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

>Number:         105376
>Category:       ports
>Synopsis:       games/frozenbubble: add missing dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 10 15:20:22 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Max Brazhnikov
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
>Environment:
FreeBSD luna.zuzino.mipt.ru 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Sat Oct 28 18:43:15 MSD 2006     root@luna.zuzino.mipt.ru:/usr/obj/usr/src/sys/LUNA  i386
>Description:
games/frozenbubble missed run dependency on devel/p5-Locale-gettext
>How-To-Repeat:
~> frozen-bubble
Can't locate Locale/gettext.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 /usr/local/lib/perl5/5.8.8/mach /usr/local/lib/perl5/5.8.8 .) at /usr/local/bin/frozen-bubble line 50.
BEGIN failed--compilation aborted at /usr/local/bin/frozen-bubble line 50.
~>
>Fix:
install devel/p5-Locale-gettext

or

--- Makefile.orig       Fri Nov 10 18:01:22 2006
+++ Makefile    Fri Nov 10 18:10:45 2006
@@ -7,7 +7,7 @@

 PORTNAME=      frozenbubble
 PORTVERSION=   2.0.0
-PORTREVISION=  1
+PORTREVISION=  2
 CATEGORIES=    games
 MASTER_SITES=  http://www.frozen-bubble.org/data/
 DISTNAME=      frozen-bubble-${PORTVERSION}
@@ -16,7 +16,8 @@
 COMMENT=       Throw colourful bubbles to build groups and destroy the groups

 BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/SDL_perl.pm:${PORTSDIR}/devel/p5-SDL
-RUN_DEPENDS=   ${SITE_PERL}/${PERL_ARCH}/SDL_perl.pm:${PORTSDIR}/devel/p5-SDL
+RUN_DEPENDS=   ${SITE_PERL}/${PERL_ARCH}/SDL_perl.pm:${PORTSDIR}/devel/p5-SDL \
+               ${SITE_PERL}/${PERL_ARCH}/Locale/gettext.pm:${PORTSDIR}/devel/p5-Locale-gettext

 USE_SDL=       mixer sdl pango
 USE_GMAKE=     yes

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



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