Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Sep 1999 21:17:58 +0900
From:      "R. Imura" <imura@cs.titech.ac.jp>
To:        camel@avias.com
Cc:        ports@freebsd.org
Subject:   Re: ports/net/kicq problem
Message-ID:  <19990921211758T.imura@cs.titech.ac.jp>
In-Reply-To: <544.990921@avias.com>
References:  <544.990921@avias.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990921211758T.imura>