diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2018-12-10 01:29:13 +0800 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2018-12-10 01:29:13 +0800 |
commit | 21c7730fc4f2df17508ac3d88f036b6784c07f95 (patch) | |
tree | d3d6514e0959ae27b008c2c80a485f75bb439157 /UPDATING | |
parent | db473da67e6eff24a69e13bef1c9ba164b704608 (diff) | |
download | freebsd-ports-gnome-21c7730fc4f2df17508ac3d88f036b6784c07f95.tar.gz freebsd-ports-gnome-21c7730fc4f2df17508ac3d88f036b6784c07f95.tar.zst freebsd-ports-gnome-21c7730fc4f2df17508ac3d88f036b6784c07f95.zip |
- Add gtk2 and gtk3 flavors to geany ports
- Make gtk3 the default
NOTE: some plugins are gtk2 only, please check UPDATING.
PR: 226523
Submitted by: Greg V <greg@unrelenting.technology>
Reviewed by: mat
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D18018
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -5,6 +5,30 @@ 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. +20181209 + AFFECTS: users of devel/geany and devel/geany-plugins + AUTHOR: madpilot@FreeBSD.org + + Geany and it's plugins port have been moved to gtk3 and a new gtk2 + flavor has been added. The gtk2 flavor has a -gtk2 suffix added to the + package name. + + If you want to stay with the gtk2 version you need to use "pkg install" + to install the new gtk2 flavor, pkg will automatically deinstall the + gtk3 flavors. + + If using port, to maintain the gtk2 version, you will need to deinstall + geany and it's plugins and reinstall specifying the gtk2 flavor. + + Note that the following plugins are not available if using the new + gtk3 flavor: + + * geany-plugin-debugger + * geany-plugin-devhelp + * geany-plugin-geanypy + * geany-plugin-multiterm + * geany-plugin-scope + 20181208: AFFECTS: users of misc/openhab2 AUTHOR: netchild@FreeBSD.org |