From 9578fbc72faa0c2182644342d61c2acb7e6db4f0 Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Fri, 20 Nov 2020 19:02:42 +0000 Subject: Add new default-version variant for librsvg2 New default version for librsvg2. Current versions of graphics/librsvg2 are using parts written in rust. For architectures that do not have support for rust, and for people who prefer not to have, or are not able to compile rust software due to hardware limitations, the version can be chosen via this new flag. The default on almost all architectures is rust. If you prefer no to use rust, add the following to your make.conf: DEFAULT_VERSIONS+=librsvg2=legacy This makes the change committed in r554733 a bit more flexible for people who are opposed to oxidation. PR: 251014 Exp-run by: antoine --- CHANGES | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index d01937536b89..eefc238476a8 100644 --- a/CHANGES +++ b/CHANGES @@ -10,6 +10,22 @@ in the release notes and/or placed into UPDATING. All ports committers are allowed to commit to this file. +20201120: +AUTHOR: gnome@FreeBSD.org + + New default version for librsvg2. + + Current versions of graphics/librsvg2 are using parts written in rust. + For architectures that do not have support for rust, and for people + who prefer not to have, or are not able to compile rust software due + to hardware limitations, the version can be chosen via this new flag. + + The default on almost all architectures is rust. + + If you prefer no to use rust, add the following to your make.conf: + + DEFAULT_VERSIONS+=librsvg2=legacy + 20201120: AUTHOR: pauamma@gundo.com -- cgit v1.2.3