diff options
author | kwm <kwm@FreeBSD.org> | 2017-03-08 23:33:43 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2017-03-08 23:33:43 +0800 |
commit | c8a95d342df878bb7fc7cb43865da8102d3a745a (patch) | |
tree | 6375274b614a4d1a7b98380488385613bf975f43 /graphics/cairo/Makefile | |
parent | 2eec9ca4f5422b23ed48f3f2287c1bc70fa271d9 (diff) | |
download | freebsd-ports-gnome-c8a95d342df878bb7fc7cb43865da8102d3a745a.tar.gz freebsd-ports-gnome-c8a95d342df878bb7fc7cb43865da8102d3a745a.tar.zst freebsd-ports-gnome-c8a95d342df878bb7fc7cb43865da8102d3a745a.zip |
Update cairo to 1.14.8.
* Record indirect gettext-runtime dependancy for the GLIB option.
* Activate the gnome framework properly (don't depend on the workaround)
Diffstat (limited to 'graphics/cairo/Makefile')
-rw-r--r-- | graphics/cairo/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index 6db09d935cf5..4058f78d2ee7 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= cairo -PORTVERSION= 1.14.6 -PORTREVISION= 1 +PORTVERSION= 1.14.8 +PORTREVISION= 0 PORTEPOCH= 2 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/releases/ @@ -28,7 +28,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-html-dir=${DOCSDIR} \ --disable-directfb \ --enable-tee -USES+= cpe libtool pathfix pkgconfig +USES+= cpe gnome libtool pathfix pkgconfig CPE_VENDOR= cairographics USE_XORG= pixman USE_GNOME= referencehack @@ -53,6 +53,7 @@ X11_CONFIGURE_ENABLE=xlib OPENGL_USE= gl=gl,egl xorg=glproto:both,dri2proto:both OPENGL_CONFIGURE_ENABLE=gl egl OPENGL_IMPLIES= X11 +GLIB_USES= gettext-runtime GLIB_USE= gnome=glib20 GLIB_CONFIGURE_ENABLE= gobject XCB_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xcb-renderutil.pc:x11/xcb-util-renderutil @@ -64,7 +65,7 @@ MIPS_BUILD_DEPENDS= ${LOCALBASE}/include/atomic_ops.h:devel/libatomic_ops MIPS_USES= localbase MIPS_CONFIGURE_ENV= cairo_cv_atomic_primitives="libatomic-ops" -PLIST_SUB+= LIBVER=2.11400.6 +PLIST_SUB+= LIBVER=2.11400.8 post-patch: @${REINPLACE_CMD} -e '/strings/s/ - / -a /' \ |