On Mon, 16 Mar 2009, Stuart Henderson wrote:
> On 2009/03/16 15:59, Andreas Kahari wrote:
> > Hi list,
> >
> > I'm having problems updating the devel/eclipse/sdk port:
>
> Just fixed. It got broken when fixing things to be compatible with
> the stricter checks now done on package specs.
Hello,
Similar fix for x11/mplayer (sdl flavor).
cheers
david
Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/mplayer/Makefile,v
retrieving revision 1.146
diff -N -u -p Makefile
--- Makefile 8 Mar 2009 22:45:16 -0000 1.146
+++ Makefile 17 Mar 2009 07:10:04 -0000
@@ -144,7 +144,7 @@ MODULES= devel/gettext
.if ${FLAVOR:L:Msdl}
CONFIGURE_ARGS+=--enable-sdl \
--with-sdl-config=${LOCALBASE}/bin/sdl-config
-LIB_DEPENDS+= SDL:sdl-1.2.4p1,>=1.2.5:devel/sdl
+LIB_DEPENDS+= SDL:sdl-1.2.4p1|sdl->=1.2.5:devel/sdl
.else
CONFIGURE_ARGS+=--disable-sdl
.endif