From owner-svn-ports-head@freebsd.org Fri May 18 17:20:04 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 728DBEAEEAA; Fri, 18 May 2018 17:20:04 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 203967FBC8; Fri, 18 May 2018 17:20:04 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DD0901B0F9; Fri, 18 May 2018 17:20:03 +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 w4IHK3sh087242; Fri, 18 May 2018 17:20:03 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4IHK3Ru087239; Fri, 18 May 2018 17:20:03 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201805181720.w4IHK3Ru087239@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Fri, 18 May 2018 17:20:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470310 - head/graphics/librsvg2 X-SVN-Group: ports-head X-SVN-Commit-Author: kwm X-SVN-Commit-Paths: head/graphics/librsvg2 X-SVN-Commit-Revision: 470310 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 17:20:04 -0000 Author: kwm Date: Fri May 18 17:20:03 2018 New Revision: 470310 URL: https://svnweb.freebsd.org/changeset/ports/470310 Log: Update librsvg2 to 2.40.20. * Build the vala bindings, which is needed for some GNOME 3.28 components. * Add comment why we restict the to the 2.40 series. Modified: head/graphics/librsvg2/Makefile head/graphics/librsvg2/distinfo head/graphics/librsvg2/pkg-plist Modified: head/graphics/librsvg2/Makefile ============================================================================== --- head/graphics/librsvg2/Makefile Fri May 18 16:57:06 2018 (r470309) +++ head/graphics/librsvg2/Makefile Fri May 18 17:20:03 2018 (r470310) @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= librsvg -PORTVERSION= 2.40.17 +PORTVERSION= 2.40.20 +PORTREVISON= 1 CATEGORIES= graphics gnome MASTER_SITES= GNOME PKGNAMESUFFIX= 2 @@ -11,9 +12,13 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Library for parsing and rendering SVG vector-graphic files +# librsvg2 2.42+ needs rust to build, which is not available on all +# FreeBSD archs. So limit pure C version 2.40.x. PORTSCOUT= limit:^2\.40\. +BUILD_DEPENDS= valac:lang/vala LIB_DEPENDS= libfreetype.so:print/freetype2 \ + libfontconfig.so:x11-fonts/fontconfig \ libpng.so:graphics/png \ libcroco-0.6.so:textproc/libcroco @@ -23,7 +28,7 @@ USE_GNOME= cairo gnomeprefix libgsf gdkpixbuf2 introsp USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -CONFIGURE_ARGS= --disable-vala \ +CONFIGURE_ARGS= --enable-vala \ --disable-Bsymbolic PLIST_SUB+= PORTVERSION=${PORTVERSION} Modified: head/graphics/librsvg2/distinfo ============================================================================== --- head/graphics/librsvg2/distinfo Fri May 18 16:57:06 2018 (r470309) +++ head/graphics/librsvg2/distinfo Fri May 18 17:20:03 2018 (r470310) @@ -1,3 +1,3 @@ -TIMESTAMP = 1494326467 -SHA256 (gnome2/librsvg-2.40.17.tar.xz) = e6f6c5cbecc405bb945c7cd15061276035ae3173bbb3bb25e8a916779c7f69cc -SIZE (gnome2/librsvg-2.40.17.tar.xz) = 573244 +TIMESTAMP = 1516305968 +SHA256 (gnome2/librsvg-2.40.20.tar.xz) = cff4dd3c3b78bfe99d8fcfad3b8ba1eee3289a0823c0e118d78106be6b84c92b +SIZE (gnome2/librsvg-2.40.20.tar.xz) = 1796376 Modified: head/graphics/librsvg2/pkg-plist ============================================================================== --- head/graphics/librsvg2/pkg-plist Fri May 18 16:57:06 2018 (r470309) +++ head/graphics/librsvg2/pkg-plist Fri May 18 17:20:03 2018 (r470310) @@ -42,5 +42,6 @@ share/doc/rsvg-2.0/up-insensitive.png share/doc/rsvg-2.0/up.png share/gir-1.0/Rsvg-2.0.gir share/thumbnailers/librsvg.thumbnailer +share/vala/vapi/librsvg-2.0.vapi @postexec %D/bin/gdk-pixbuf-query-loaders > /dev/null 2>&1 && %D/bin/gdk-pixbuf-query-loaders > %D/lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders.cache 2>/dev/null || /usr/bin/true @postunexec %D/bin/gdk-pixbuf-query-loaders > /dev/null 2>&1 && %D/bin/gdk-pixbuf-query-loaders > %D/lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders.cache 2>/dev/null || /usr/bin/true