Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Nov 2024 11:41:44 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9e7f47fd511f - main - graphics/linux-rl9-librsvg2: Adds missing dependency for linux-rl9-librsvg2
Message-ID:  <202411071141.4A7Bfi5T027508@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fluffy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9e7f47fd511f01c665f5ebee00747e3a351659c7

commit 9e7f47fd511f01c665f5ebee00747e3a351659c7
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2024-11-07 11:34:47 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2024-11-07 11:41:34 +0000

    graphics/linux-rl9-librsvg2: Adds missing dependency for linux-rl9-librsvg2
    
    PR:     281510
    
    Sponsored by:   Future Crew, LLC
---
 graphics/linux-rl9-librsvg2/Makefile | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/graphics/linux-rl9-librsvg2/Makefile b/graphics/linux-rl9-librsvg2/Makefile
index e4d1b4b19b36..13228bdd10d6 100644
--- a/graphics/linux-rl9-librsvg2/Makefile
+++ b/graphics/linux-rl9-librsvg2/Makefile
@@ -1,20 +1,19 @@
 PORTNAME=	librsvg2
 PORTVERSION=	2.50.7
 DISTVERSIONSUFFIX=	-3.el9
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics linux
 
 MAINTAINER=	emulation@FreeBSD.org
 COMMENT=	Parse and render SVG vector graphics (Rocky Linux ${LINUX_DIST_VER})
 WWW=		https://live.gnome.org/LibRsvg
 
-# TODO: libpixbufloader-svg.so: libdatrie.so.1: cannot open shared object file: No such file or directory
-
 USES=		cpe linux:rl9
 CPE_VENDOR=	gnome
 CPE_PRODUCT=	librsvg
 USE_LDCONFIG=	yes
-USE_LINUX=	cairo fontconfig freetype gdkpixbuf2 libxml2 pango png
+USE_LINUX=	cairo cairo-gobject fontconfig freetype gdkpixbuf2 libxml2 \
+		pango
 USE_LINUX_RPM=	yes
 
 DESCR=		${.CURDIR}/../${PORTNAME}/pkg-descr



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