Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Mar 2019 10:06:48 +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: r496632 - in head/graphics/cairo: . files
Message-ID:  <201903231006.x2NA6m72076457@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Sat Mar 23 10:06:48 2019
New Revision: 496632
URL: https://svnweb.freebsd.org/changeset/ports/496632

Log:
  Update cairo to 1.16.0.
  
  PR:		233742
  Submitted by:	Charlie Li <ml+freebsd@vishwin.info>

Deleted:
  head/graphics/cairo/files/patch-src_cairo-ft-font.c
Modified:
  head/graphics/cairo/Makefile
  head/graphics/cairo/distinfo
  head/graphics/cairo/pkg-plist

Modified: head/graphics/cairo/Makefile
==============================================================================
--- head/graphics/cairo/Makefile	Sat Mar 23 09:01:04 2019	(r496631)
+++ head/graphics/cairo/Makefile	Sat Mar 23 10:06:48 2019	(r496632)
@@ -2,11 +2,11 @@
 # $FreeBSD$
 
 PORTNAME=	cairo
-PORTVERSION=	1.15.12
+PORTVERSION=	1.16.0
 PORTEPOCH=	2
 CATEGORIES=	graphics
-#MASTER_SITES=	http://cairographics.org/releases/
-MASTER_SITES=	http://cairographics.org/snapshots/
+MASTER_SITES=	http://cairographics.org/releases/ \
+		http://cairographics.org/snapshots/
 
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Vector graphics library with cross-device output support
@@ -44,6 +44,7 @@ OPTIONS_SUB=	yes
 X11_USE=	xorg=x11,xext,xrender
 X11_CONFIGURE_ENABLE=xlib
 
+OPENGL_USES=	gl
 OPENGL_USE=	gl=gl,egl xorg=xorgproto:both
 OPENGL_CONFIGURE_ENABLE=gl egl
 OPENGL_IMPLIES=	X11
@@ -54,8 +55,6 @@ GLIB_USE=	gnome=glib20
 GLIB_CONFIGURE_ENABLE=	gobject
 
 XCB_DESC=	Enable XCB (X C-language Binding) Support
-XCB_BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/xcb-renderutil.pc:x11/xcb-util-renderutil
-XCB_RUN_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/xcb-renderutil.pc:x11/xcb-util-renderutil
 XCB_USE=	xorg=xcb
 XCB_CONFIGURE_ENABLE=	xcb
 
@@ -64,7 +63,7 @@ MIPS_BUILD_DEPENDS=	${LOCALBASE}/include/atomic_ops.h:
 MIPS_USES=	localbase
 MIPS_CONFIGURE_ENV=	cairo_cv_atomic_primitives="libatomic-ops"
 
-PLIST_SUB+=	LIBVER=2.11512.0
+PLIST_SUB+=	LIBVER=2.11600.0
 
 post-patch:
 	@${REINPLACE_CMD} -e '/strings/s/ - / -a /' \

Modified: head/graphics/cairo/distinfo
==============================================================================
--- head/graphics/cairo/distinfo	Sat Mar 23 09:01:04 2019	(r496631)
+++ head/graphics/cairo/distinfo	Sat Mar 23 10:06:48 2019	(r496632)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1526801051
-SHA256 (cairo-1.15.12.tar.xz) = 7623081b94548a47ee6839a7312af34e9322997806948b6eec421a8c6d0594c9
-SIZE (cairo-1.15.12.tar.xz) = 41883440
+TIMESTAMP = 1542402739
+SHA256 (cairo-1.16.0.tar.xz) = 5e7b29b3f113ef870d1e3ecf8adf21f923396401604bda16d44be45e66052331
+SIZE (cairo-1.16.0.tar.xz) = 41997432

Modified: head/graphics/cairo/pkg-plist
==============================================================================
--- head/graphics/cairo/pkg-plist	Sat Mar 23 09:01:04 2019	(r496631)
+++ head/graphics/cairo/pkg-plist	Sat Mar 23 10:06:48 2019	(r496632)
@@ -102,6 +102,7 @@ libdata/pkgconfig/cairo.pc
 %%PORTDOCS%%%%DOCSDIR%%/cairo/index-1.10.html
 %%PORTDOCS%%%%DOCSDIR%%/cairo/index-1.12.html
 %%PORTDOCS%%%%DOCSDIR%%/cairo/index-1.14.html
+%%PORTDOCS%%%%DOCSDIR%%/cairo/index-1.16.html
 %%PORTDOCS%%%%DOCSDIR%%/cairo/index-1.2.html
 %%PORTDOCS%%%%DOCSDIR%%/cairo/index-1.4.html
 %%PORTDOCS%%%%DOCSDIR%%/cairo/index-1.6.html



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