Bug 105376 - games/frozenbubble: add missing dependency
Summary: games/frozenbubble: add missing dependency
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-10 15:20 UTC by Max Brazhnikov
Modified: 2006-11-10 22:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Max Brazhnikov 2006-11-10 15:20:22 UTC
games/frozenbubble missed run dependency on devel/p5-Locale-gettext

Fix: install devel/p5-Locale-gettext

or



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--35kH5WxSWi4CuO4pIHSevVB0EwP6mT3rWKTzRBGZudsBm6Ud
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- Makefile.orig       Fri Nov 10 18:01:22 2006
+++ Makefile    Fri Nov 10 18:10:45 2006
@@ -7,7 +7,7 @@
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.
~>
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2006-11-10 22:25:01 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-11-10 22:25:30 UTC
pav         2006-11-10 22:24:54 UTC

  FreeBSD ports repository

  Modified files:
    games/frozenbubble   Makefile 
  Log:
  - Add missed runtime dependency on p5-gettext
  
  PR:             ports/105376
  Submitted by:   Max Brazhnikov <makc@issp.ac.ru>
  
  Revision  Changes    Path
  1.25      +3 -2      ports/games/frozenbubble/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"