aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-08-05 20:09:41 +0800
committermiwi <miwi@FreeBSD.org>2008-08-05 20:09:41 +0800
commitba7639071bf32fc92c689e13955d27ddac7aa851 (patch)
treeb68792a16e207934e3072b2a2f26cb1787db2fbc /UPDATING
parent5bd52157321e114f43be832fc8105aaa25b8eb89 (diff)
downloadfreebsd-ports-gnome-ba7639071bf32fc92c689e13955d27ddac7aa851.tar.gz
freebsd-ports-gnome-ba7639071bf32fc92c689e13955d27ddac7aa851.tar.zst
freebsd-ports-gnome-ba7639071bf32fc92c689e13955d27ddac7aa851.zip
- Add update note for devel/qt4 users.
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING13
1 files changed, 13 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 40d530c16787..65099cd10697 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,19 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
+20080805:
+ AFFECTS: Users of devel/qt4
+ AUTHOR: kde@FreeBSD.org
+
+ The qt4 has been updated to 4.4.1. With this update several ports specific
+ problems have been fixed. Qt4 headers and libraries have been moved to
+ include/qt4 and lib/qt4. bsd.qt.mk defines QT_INCDIR and QT_LIBDIR now,
+ which could be used in qt4-dependent ports if required. Before you start
+ the update of your ports, please force update of qmake4 and qt4-corelib ports:
+
+ portmaster devel/qmake4 devel/qt4-corelib
+ portupgrade -f devel/qmake4 devel/qt4-corelib
+
20080804:
AFFECTS: Users of devel/git
AUTHOR: wxs@FreeBSD.org