From owner-freebsd-ports Tue Sep 21 5:18: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.af.airnet.ne.jp (mail.af.airnet.ne.jp [210.159.66.49]) by hub.freebsd.org (Postfix) with ESMTP id F0FF415272 for ; Tue, 21 Sep 1999 05:18:04 -0700 (PDT) (envelope-from imura@cs.titech.ac.jp) Received: from imura.cs.titech.ac.jp (tok012.airnet.ne.jp [210.159.88.12]) by mail.af.airnet.ne.jp (8.8.8/3.6W/06/13/98-AF.AIRNET.NE.JP) with ESMTP id VAA18148; Tue, 21 Sep 1999 21:18:01 +0900 Posted-Date: Tue, 21 Sep 1999 21:17:59 +0900 (JST) To: camel@avias.com Cc: ports@freebsd.org Subject: Re: ports/net/kicq problem From: "R. Imura" In-Reply-To: <544.990921@avias.com> References: <544.990921@avias.com> X-Mailer: Mew version 1.94b20 on Emacs 19.34 / Mule 2.3 =?iso-2022-jp?B?KBskQkt2RSYyVhsoQik=?= X-Prom-Mew: Prom-Mew 1.93.4 (procmail reader for Mew) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19990921211758T.imura@cs.titech.ac.jp> Date: Tue, 21 Sep 1999 21:17:58 +0900 X-Dispatcher: imput version 990401(IM113) Lines: 89 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, > Hello, > > i have installed latest (1.1.2) kde11-i18n based on qt-i18-1.44a library. > kde itself works fine, but now i'm experiencing another problem: old > binaries that were built with older qt do not run. but the worst thing is impossibility to re-build that > binaries with new qt using ports (kicq is good example). configure just > fails while trying to find qt library: > > checking for QT-1.4x... configure: error: QT-1.4x (libraries) not found. Please check your installation! > > could anybody fix this? I think you had better use non i18n kde* if you never use 16-bit fonts. Otherwise please apply the following patch to net/kicq and compile it. # It is only for my curiosity, could you tell me your language? diff -urN kicq.orig/Makefile kicq/Makefile --- kicq.orig/Makefile Tue Sep 21 19:33:49 1999 +++ kicq/Makefile Tue Sep 21 20:06:39 1999 @@ -13,12 +13,13 @@ MAINTAINER= paxvel@iname.com LIB_DEPENDS= icq.1:${PORTSDIR}/net/icqlib \ - kdecore.2:${PORTSDIR}/x11/kdelibs11 \ - kdeui.2:${PORTSDIR}/x11/kdelibs11 \ - kfm.2:${PORTSDIR}/x11/kdelibs11 + kdecore.2:${PORTSDIR}/x11/kdelibs11-i18n \ + kdeui.2:${PORTSDIR}/x11/kdelibs11-i18n \ + kfm.2:${PORTSDIR}/x11/kdelibs11-i18n \ + qti18n.2:${PORTSDIR}/x11-toolkits/qt-i18n -USE_QT= yes +USE_NEWGCC= yes -GNU_CONFIGURE= yes +USE_LIBTOOL= yes .include diff -urN kicq.orig/patches/patch-aa kicq/patches/patch-aa --- kicq.orig/patches/patch-aa Tue Sep 21 19:33:49 1999 +++ kicq/patches/patch-aa Tue Sep 21 19:55:52 1999 @@ -1,5 +1,23 @@ ---- configure.orig Thu Dec 3 15:25:30 1998 -+++ configure Sat Jul 31 12:17:24 1999 +--- configure.orig Fri Dec 4 06:25:30 1998 ++++ configure Tue Sep 21 19:55:42 1999 +@@ -2254,7 +2254,7 @@ + qt_libdir=NO + for i in $qt_libdirs; + do +- for j in libqt.so libqt.so.1 libqt.a libqt.sl; ++ for j in libqt.so libqt.so.1 libqt.a libqt.sl libqti18n.so; + do + if test -r "$i/$j"; then + qt_libdir=$i +@@ -2270,7 +2270,7 @@ + ac_libs_safe=$LIBS + CXXFLAGS="$CXXFLAGS -I$qt_incdir" + LDFLAGS="-L$qt_libdir $X_LDFLAGS" +-LIBS="-lqt -lXext -lX11 $LIBSOCKET" ++LIBS="-lqti18n -lXext -lX11 $LIBSOCKET" + + ac_ext=C + # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. @@ -2373,7 +2373,7 @@ ;; *) diff -urN kicq.orig/patches/patch-ab kicq/patches/patch-ab --- kicq.orig/patches/patch-ab Thu Jan 1 09:00:00 1970 +++ kicq/patches/patch-ab Tue Sep 21 19:59:54 1999 @@ -0,0 +1,11 @@ +--- kicq/Makefile.in.orig Tue Sep 21 19:58:31 1999 ++++ kicq/Makefile.in Tue Sep 21 19:59:00 1999 +@@ -139,7 +139,7 @@ + + kicq_LDFLAGS = @all_libraries@ + +-kicq_LDADD = -lkfm -lkdeui -lkdecore -lqt -lX11 -lXext -licq @LIBSOCKET@ ++kicq_LDADD = -lkfm -lkdeui -lkdecore -lqti18n -lX11 -lXext -lxpg4 -licq @LIBSOCKET@ + + noinst_HEADERS = mainwindow.h useritem.h userlist.h systembar.h connectbutton.h \ + msgwindow.h findwindow.h emailwidget.h detailswidget.h \ --- R. Imura To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message