Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Jul 2024 10:06:15 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b056607cd87a - main - graphics/libsvg: Deprecate and set expiration date to 2024-07-31
Message-ID:  <202407141006.46EA6Fh8060425@gitrepo.freebsd.org>

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

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

commit b056607cd87a9e18259b8a61e4325035e19b9b83
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-07-14 09:37:24 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-07-14 10:06:03 +0000

    graphics/libsvg: Deprecate and set expiration date to 2024-07-31
    
    Abandoned upstream, obsolete and fails to build with newer versions of libxml2.
    Consider migrating to librsvg or (lib)resvg
    
    PR:             279955
    Approved by:    portmgr (maintainer timeout, 2+ weeks)
---
 graphics/libsvg/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/graphics/libsvg/Makefile b/graphics/libsvg/Makefile
index 5812282d468e..e8ca39b21ca6 100644
--- a/graphics/libsvg/Makefile
+++ b/graphics/libsvg/Makefile
@@ -8,6 +8,9 @@ MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Parser for SVG content in files or buffers
 WWW=		http://cairographics.org/libsvg
 
+DEPRECATED=	Abandoned upstream, obsolete and fails to build with newer versions of libxml2. Consider migrating to librsvg or (lib)resvg
+EXPIRATION_DATE=2024-07-31
+
 LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 		libpng.so:graphics/png
 



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