diff options
author | Grzegorz Blach <gblach@FreeBSD.org> | 2014-11-25 03:07:22 +0000 |
---|---|---|
committer | Grzegorz Blach <gblach@FreeBSD.org> | 2014-11-25 03:07:22 +0000 |
commit | 273c6e6d76de909e0b97d381d45340af8e91a37e (patch) | |
tree | a3ede366da71e5f2c9d8a5565a987a08de3b99d0 /UPDATING | |
parent | e688f6929aa312916047cec14f32a26ac695505a (diff) | |
download | ports-273c6e6d76de909e0b97d381d45340af8e91a37e.tar.gz ports-273c6e6d76de909e0b97d381d45340af8e91a37e.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -5,6 +5,33 @@ 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. +20141125: + AFFECTS: users of EFL libraries + AUTHOR: gblach@FreeBSD.org + + EFL libraries has been merged into one port. Before installing devel/efl + you must deinstall old EFL libraries: + + # pkg delete -f eina eet evas evas-\* ecore\* eio efreet embryo edje \ + ethumb emotion + # make -C /usr/ports/devel/efl install clean + +20141125: + AFFECTS: users of x11-wm/e17-module* + AUTHOR: gblach@FreeBSD.org + + Enlightenment has been updated to 0.19.1. Some of e-modules can't be build + with updated Enlightenment, these modules has been marked as broken. + E-modules which work with new Enlightenment has been renamed to + x11-wm/e-module-*. To update these modules you must call the following + commands (substituting the name of module in place *): + + # portmaster -o x11-wm/e-module-* x11-wm/e17-module-* + # portmaster -o x11-wm/e-modules x11-wm/e17-modules + or + # portupgrade -fo x11-wm/e-module-* x11-wm/e17-module-* + # portupgrade -fo x11-wm/e-modules x11-wm/e17-modules + 20141123: AFFECTS: users of security/heimdal AUTHOR: hrs@FreeBSD.org |