Bug 54147

Summary: port games/xpired invalid dependency
Product: Ports & Packages Reporter: Jamie Jones <jamie>
Component: Individual Port(s)Assignee: Edwin Groothuis <edwin>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Jamie Jones 2003-07-06 12:50:21 UTC
ports/xpired/Makefile has :

LIB_DEPENDS=    SDL_gfx.0:${PORTSDIR}/graphics/sdl_gfx \

But the current graphics/sdl_gfx installs as sdl_gfx.so.7

Fix: 

Change to:

LIB_DEPENDS=    SDL_gfx.7:${PORTSDIR}/graphics/sdl_gfx \
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2003-07-08 23:23:00 UTC
Responsible Changed
From-To: freebsd-ports-bugs->edwin

Over to maintainer
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2003-07-16 06:19:16 UTC
State Changed
From-To: open->closed

Fixed by daichi@, thanks for your report!
Comment 3 Jamie Jones 2003-07-21 02:27:48 UTC
Hi. Seems another change in SDL_gfx has recreated the problem.

Now dependency on sdl_gfx.so.7 should be sdl_gfx.so.8

Cheers,
Jamie
Comment 4 edwin 2003-07-21 02:38:59 UTC
On Mon, Jul 21, 2003 at 02:27:48AM +0100, Jamie Jones wrote:
> Hi. Seems another change in SDL_gfx has recreated the problem.
> 
> Now dependency on sdl_gfx.so.7 should be sdl_gfx.so.8

Fixed, thanks!

Edwin

-- 
Edwin Groothuis      |            Personal website: http://www.mavetju.org
edwin@mavetju.org    |    Weblog: http://www.mavetju.org/weblog/weblog.php