Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Mar 2017 15:33:43 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r435693 - head/graphics/cairo
Message-ID:  <201703081533.v28FXhKN013240@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Wed Mar  8 15:33:43 2017
New Revision: 435693
URL: https://svnweb.freebsd.org/changeset/ports/435693

Log:
  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)

Modified:
  head/graphics/cairo/Makefile
  head/graphics/cairo/distinfo

Modified: head/graphics/cairo/Makefile
==============================================================================
--- head/graphics/cairo/Makefile	Wed Mar  8 15:30:44 2017	(r435692)
+++ head/graphics/cairo/Makefile	Wed Mar  8 15:33:43 2017	(r435693)
@@ -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
 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 /' \

Modified: head/graphics/cairo/distinfo
==============================================================================
--- head/graphics/cairo/distinfo	Wed Mar  8 15:30:44 2017	(r435692)
+++ head/graphics/cairo/distinfo	Wed Mar  8 15:33:43 2017	(r435693)
@@ -1,2 +1,3 @@
-SHA256 (cairo-1.14.6.tar.xz) = 613cb38447b76a93ff7235e17acd55a78b52ea84a9df128c3f2257f8eaa7b252
-SIZE (cairo-1.14.6.tar.xz) = 36040596
+TIMESTAMP = 1488198143
+SHA256 (cairo-1.14.8.tar.xz) = d1f2d98ae9a4111564f6de4e013d639cf77155baf2556582295a0f00a9bc5e20
+SIZE (cairo-1.14.8.tar.xz) = 35392464



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703081533.v28FXhKN013240>