Any objection to this? I need it for a port I'm working on: the new stable branch (v3.x) of the awesome window manager.
Tested on i386 and seems stable... cheers, david Index: Makefile =================================================================== RCS file: /cvs/ports/graphics/cairo/Makefile,v retrieving revision 1.26 diff -N -u -p Makefile --- Makefile 29 Mar 2010 13:13:53 -0000 1.26 +++ Makefile 30 Mar 2010 06:20:22 -0000 @@ -3,7 +3,7 @@ COMMENT= vector graphics library DISTNAME= cairo-1.8.10 -PKGNAME= ${DISTNAME} +PKGNAME= ${DISTNAME}p0 SHARED_LIBS= cairo 9.2 CATEGORIES= graphics @@ -32,7 +32,8 @@ LIB_DEPENDS= png::graphics/png \ CONFIGURE_STYLE= gnu CONFIGURE_ARGS= --enable-glitz \ --enable-pdf \ - --enable-ps + --enable-ps \ + --enable-xcb REGRESS_DEPENDS= :ghostscript-*:print/ghostscript/gnu Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/graphics/cairo/pkg/PLIST,v retrieving revision 1.6 diff -N -u -p pkg/PLIST --- pkg/PLIST 13 Nov 2008 20:22:13 -0000 1.6 +++ pkg/PLIST 30 Mar 2010 06:20:22 -0000 @@ -9,6 +9,8 @@ include/cairo/cairo-pdf.h include/cairo/cairo-ps.h include/cairo/cairo-svg.h include/cairo/cairo-version.h +include/cairo/cairo-xcb-xrender.h +include/cairo/cairo-xcb.h include/cairo/cairo-xlib-xrender.h include/cairo/cairo-xlib.h include/cairo/cairo.h @@ -21,6 +23,7 @@ lib/pkgconfig/cairo-pdf.pc lib/pkgconfig/cairo-png.pc lib/pkgconfig/cairo-ps.pc lib/pkgconfig/cairo-svg.pc +lib/pkgconfig/cairo-xcb.pc lib/pkgconfig/cairo-xlib-xrender.pc lib/pkgconfig/cairo-xlib.pc lib/pkgconfig/cairo.pc