diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2005-11-05 11:19:58 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2005-11-05 11:19:58 +0000 |
commit | de94e0e1609a9f2a40be0bdc9592002fe3464557 (patch) | |
tree | e63a7473b09ed1d3956224c6f37079320c4da68e /UPDATING | |
parent | b3fc541cf1e8cc80c15b4d48188487501618ae39 (diff) | |
download | ports-de94e0e1609a9f2a40be0bdc9592002fe3464557.tar.gz ports-de94e0e1609a9f2a40be0bdc9592002fe3464557.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -7,6 +7,22 @@ time you update your ports collection, before attempting any port upgrades. 20051105: + AFFECTS: users of x11-toolkits/qt33 + AUTHOR: kde@FreeBSD.org + + If the compilation of qt fails due to uic segfaulting + + (example: + /usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.5/bin/uic -L + /usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.5/plugins + listboxeditor.ui -i listboxeditor.h -o listboxeditor.cpp + *** Signal 11) + + delete your old .qt directories: + + rm -r ~/.qt /root/.qt + +20051105: AFFECTS: all users of gnome/glib/gtk AUTHOR: gnome@FreeBSD.org |