On 2010/05/11 11:10, David Coppa wrote: > On Tue, 11 May 2010, Stuart Henderson wrote: > > > I may be mistaken but I think xcb and pthread-stubs were just > > added in bulk to everything that listed X11 and some of these can > > probably be removed. > > If so, ok... > > Btw I think this is still useful:
Yes - ok. Before this we had differing output from imlib2-config --libs and pkg-config --libs imlib2, so this was obviously incorrect. I had a quick look for workarounds in dependent ports that could be removed but I didn't find any. > Index: Makefile > =================================================================== > RCS file: /cvs/ports/graphics/imlib2/Makefile,v > retrieving revision 1.24 > diff -u -p -r1.24 Makefile > --- Makefile 10 Aug 2009 06:31:44 -0000 1.24 > +++ Makefile 11 May 2010 09:04:02 -0000 > @@ -3,7 +3,7 @@ > COMMENT= image manipulation library > > DISTNAME= imlib2-1.4.2 > -PKGNAME= ${DISTNAME}p0 > +PKGNAME= ${DISTNAME}p1 > SHARED_LIBS= Imlib2 6.0 # .5.0 > CATEGORIES= graphics > > Index: patches/patch-imlib2_pc_in > =================================================================== > RCS file: patches/patch-imlib2_pc_in > diff -N patches/patch-imlib2_pc_in > --- /dev/null 1 Jan 1970 00:00:00 -0000 > +++ patches/patch-imlib2_pc_in 11 May 2010 09:04:02 -0000 > @@ -0,0 +1,12 @@ > +$OpenBSD$ > +--- imlib2.pc.in.orig Sun Aug 17 11:39:14 2008 > ++++ imlib2.pc.in Mon May 10 18:33:26 2010 > +@@ -6,6 +6,6 @@ included...@includedir@ > + Name: imlib2 > + Description: Powerful image loading and rendering library > + Version: @VERSION@ > +-Libs: -L${libdir} -lImlib2 > +-Cflags: -I${includedir} > ++Libs: -L${libdir} -lImlib2 @my_libs@ > ++Cflags: -I${includedir} @my_includes@ > + >