aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAlberto Villa <avilla@FreeBSD.org>2011-10-17 00:03:42 +0000
committerAlberto Villa <avilla@FreeBSD.org>2011-10-17 00:03:42 +0000
commita2d3b5a4bc5047210b788a128596ec34749ffa11 (patch)
treec3c20b47c3435ddcaf02b8570db6aab5b70011af /UPDATING
parentda6ade2349d0bdc372133d4d97bc6988aee94238 (diff)
downloadports-a2d3b5a4bc5047210b788a128596ec34749ffa11.tar.gz
ports-a2d3b5a4bc5047210b788a128596ec34749ffa11.zip
The KDE/FreeBSD team is pleased to announce KDE Software Compilation
4.7.2. The official release notes can be found at: http://kde.org/announcements/announce-4.7.2.php This release ships with many improvements. Read more about them here: http://FreeBSD.kde.org/news.php#itemKDESC472availableinports We'd like to say thanks to all testers and contributors, especially to lwhsu@ for his effort on hosting our test packages. PR: 156293 [1] 159219 [2] 160164 [3] Submitted by: Oleg Sidorkin <osidorkin@gmail.com> [1] Alvaro Castillo <gobledb@gmail.com> [2] dkeav04@gmail.com [3] Tested by: exp-run via pav
Notes
Notes: svn path=/head/; revision=283641
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING42
1 files changed, 42 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index f427464a4939..8c8ab0bc6bad 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,48 @@ 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.
+20111016
+ AFFECTS: users of KDE SC 4
+ AUTHOR: kde@FreeBSD.org
+
+ KDE SC has been updated to 4.7.2. A number of files were moved between
+ packages and several ports were split, thus manual intervention into
+ update procedure is required:
+
+ # pkg_delete -f raptor-1\* kdelibs-4\* kdebase-\*4\* \
+ kdeaccessibility-4\* kdeedu-4\* kdegames-4\* kdegraphics-4\* \
+ kdesdk-4\* kdeutils-4\* konq-plugins-4\* ktts\* nepomukcontroller\* \
+ ruby\*-kdebindings\* kdebindings-smoke\*
+ # pkg_delete -f kdehier4\*
+ # mv /usr/local/kde4/etc/pam.d/* \
+ /usr/local/etc/pam.d/
+ # mv /usr/local/kde4/etc/rc.d/* \
+ /usr/local/etc/rc.d/
+ # mv /usr/local/kde4/share/dbus-1/services/* \
+ /usr/local/share/dbus-1/services/
+ # mv /usr/local/kde4/share/dbus-1/system-services/* \
+ /usr/local/share/dbus-1/system-services/
+ # rmdir /usr/local/kde4/etc/pam.d /usr/local/kde4/etc/rc.d \
+ /usr/local/kde4/share/dbus-1/*services
+ # rm -r /var/tmp/kdecache-*
+ # portmaster misc/kdehier4
+ # portmaster -o net/linphone-base ortp
+ # portmaster -a
+
+ Remember to check for missing ports, bearing in mind that x11/kdebase4*
+ ports were replaced by x11/kde4-* ones, ktts was replaced by jovie, while
+ konq-plugins-kde4 and nepomukcontroller were removed. Then:
+
+ # portmaster --check-depends
+
+ You're also encouraged to run `pkg_cutleaves` or similar to check for
+ orphaned ports.
+
+ Please, note that `pkg_add -r kde4` will not install Plasma scriptengines
+ and printer utilities by default anymore, and `pkg_add -r kdegames4` will
+ not install Kajongg. This was made to avoid depending by default on
+ kdebindings.
+
20111016:
AFFECTS: users of devel/subversion, devel/subversion-freebsd,
devel/p5-subversion, devel/py-subversion,