From 391e37898941f550c66d3a18d248b489be8ed70e Mon Sep 17 00:00:00 2001 From: Ion-Mihai Tetcu Date: Sat, 6 Feb 2010 11:16:25 +0000 Subject: Add a note for a workaround for at 3 and kde 3 linking against own installed libs. --- UPDATING | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'UPDATING') diff --git a/UPDATING b/UPDATING index e3d769963962..e1725d5553fe 100644 --- a/UPDATING +++ b/UPDATING @@ -5,6 +5,23 @@ 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. +20100205: + AFFECTS: users of qt 3 and kde 3 + AUTHOR: itetcu@FreeBSD.org + + When building qt33 and kdelibs3 (at least), while they are installed, because + of -L/usr/local/lib being passedd to soon, the currently installed libs are + used instead of the ones from the build. This makes the build fail if you + updated any of the libs this qt / kde libs are linked against (like libjpeg). + + For the moment the workaround, when you get to this, is to move the old lib + out of the way, e.g.: + mv /usr/local/lib/libqt-mt.so /usr/local/lib/libqt-mt.so.old && \ + cd /usr/ports/x11-toolkits/qt33/ && make && \ + mv /usr/local/lib/libqt-mt.so.old /usr/local/lib/libqt-mt.so && \ + portmaster -C x11-toolkits/qt33 + (or portupgrade -w qt-33\*), etc. + 20100205: AFFECTS: users of lang/perl* AUTHOR: skv@FreeBSD.org -- cgit v1.2.3