DragonFly BSD
DragonFly bugs List (threaded) for 2004-03
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: More Ports problems...


From: Michael Powell <testuser@xxxxxxxxxxxxxxx>
Date: Tue, 23 Mar 2004 16:29:14 -0500

Adam K Kirchhoff wrote:
[snip]
> 
>> Shouldn't SDL be 1.2.5_2? Maybe it's looking for the wrong one (1.1.7).
> 
> It's odd that I can't find any reference in
> /usr/ports/multimedia/avifile/Makefile for a check on SDL-1.1.7.  Where
> would this check be located?
> 
> Adam

There is this, but that doesn't explain the 1.1.7 hunt.

# sdl
. if !defined(WITHOUT_SDL)
USE_SDL=                sdl
CONFIGURE_ARGS+=        --with-sdl-prefix=${LOCALBASE} \
                        --with-sdl-exec-prefix=${LOCALBASE}
. else
CONFIGURE_ARGS+=        --without-sdl
. endif

I wonder if it isn't being pulled in by some other dependency. I
don't know enough about ports to know right off hand what's in the .mk
included files. But I suspect it's the proverbial "pull a single thread out
of the carpet long enough and it will unravel" kind of thing. But I've got
1.2.5_2 on the box here.

-Michael



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]