diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2022-10-15 23:50:28 +0200 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2022-10-15 23:51:21 +0200 |
commit | 19d4e30eefd619bc11e24781f822fe50c862993d (patch) | |
tree | bdda58b28f0f5ecd157d0ca1fd8565b7220fe664 /UPDATING | |
parent | b721594cc3616c7094b13464e0a002495c325532 (diff) | |
download | freebsd-ports-19d4e30eefd619bc11e24781f822fe50c862993d.zip |
UPDATING: Add note for gstreamer1 1.20.3 update and build requirements
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -5,6 +5,20 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20221015: + AFFECTS: users of gstreamer1-* when upgrading via port builds on the host + AUTHOR: riggs@FreeBSD.org + + The update of the gstreamer1-* ports to 1.20.3 requires a clean install of + gstreamer1-* ports. In particular, when trying to update ports in-place using + portupgrade or portmaster, the builds are likely to fail due to dependency + mismatches. If this is your preferred update path, you need to deinstall + (pkg delete -f) gstreamer1 and the plugins before reinstalling them from + the ports tree. + Note that pkg upgrade will do the right thing: If you use official FreeBSD + packages or build your own set of packages using poudriere, nothing special + is needed. + 20221012: AFFECTS: devel/websvn AUTHOR: michael.osipov@siemens.com |