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: 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@ +