From owner-svn-ports-all@freebsd.org Wed Mar 8 15:33:44 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E6945D03037; Wed, 8 Mar 2017 15:33:44 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 99FA41D75; Wed, 8 Mar 2017 15:33:44 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v28FXhJZ013242; Wed, 8 Mar 2017 15:33:43 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v28FXhKN013240; Wed, 8 Mar 2017 15:33:43 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201703081533.v28FXhKN013240@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Wed, 8 Mar 2017 15:33:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435693 - head/graphics/cairo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Mar 2017 15:33:45 -0000 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