diff options
author | crees <crees@FreeBSD.org> | 2012-08-11 03:59:17 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2012-08-11 03:59:17 +0800 |
commit | 6d8f4b1074117c902a41f05e9e0231bc86b894ad (patch) | |
tree | 6601ec287b09d6b34b6c1e164de43603a1a0d116 /UPDATING | |
parent | f66ed597637d78e14d94e0f008ed6fae09d94812 (diff) | |
download | freebsd-ports-gnome-6d8f4b1074117c902a41f05e9e0231bc86b894ad.tar.gz freebsd-ports-gnome-6d8f4b1074117c902a41f05e9e0231bc86b894ad.tar.zst freebsd-ports-gnome-6d8f4b1074117c902a41f05e9e0231bc86b894ad.zip |
Create transmission25 ports and UPDATING entry to explain.
Sadly, Transmission has stopped supporting GTK 2.0 (it had to happen some day).
They now require GTK 3.2.0 [1], which we currently lack, so for those who
wish to use the GTK frontend need to stay on version 2.5
When our GTK is upgraded I'll make MOVED entries to make the transition back to
2.6 as seamless as possible.
[1] http://tinyurl.com/cfchfp9
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -5,6 +5,19 @@ 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. +20120810: + AFFECTS: users of net-p2p/transmission-gtk2 + AUTHOR: crees@FreeBSD.org + + Unfortunately Transmission 2.61 moved the requirement for GTK to version + 3.2.0, which is not yet in our tree. + + Those who wish to have a graphical client can either choose transmission-qt4 + in the meantime, or switch to the transmission25 ports. + + A script to generate appropriate commands can be found at: + http://people.FreeBSD.org/~crees/scripts/transmission25.sh + 20120808: AFFECTS: users of www/libmicrohttpd AUTHOR: bdrewery@FreeBSD.org |