Skip to content

Commit

Permalink
Update cairo to 1.16.0.
Browse files Browse the repository at this point in the history
PR:		233742
Submitted by:	Charlie Li <[email protected]>
  • Loading branch information
kwm81 committed Mar 23, 2019
1 parent aab6c78 commit 3f2acbd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 60 deletions.
11 changes: 5 additions & 6 deletions graphics/cairo/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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= [email protected]
COMMENT= Vector graphics library with cross-device output support
Expand Down Expand Up @@ -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
Expand All @@ -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

Expand All @@ -64,7 +63,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.11512.0
PLIST_SUB+= LIBVER=2.11600.0

post-patch:
@${REINPLACE_CMD} -e '/strings/s/ - / -a /' \
Expand Down
6 changes: 3 additions & 3 deletions graphics/cairo/distinfo
Original file line number Diff line number Diff line change
@@ -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
51 changes: 0 additions & 51 deletions graphics/cairo/files/patch-src_cairo-ft-font.c

This file was deleted.

1 change: 1 addition & 0 deletions graphics/cairo/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f2acbd

Please sign in to comment.