From owner-freebsd-ports Sun Mar 18 16: 6:54 2001 Delivered-To: freebsd-ports@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 1BDBC37B718; Sun, 18 Mar 2001 16:06:51 -0800 (PST) (envelope-from des@ofug.org) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id BAA79743; Mon, 19 Mar 2001 01:06:47 +0100 (CET) (envelope-from des@ofug.org) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Will Andrews Cc: FreeBSD Ports , sobomax@FreeBSD.ORG, knu@FreeBSD.ORG Subject: Re: Qt2X business (KDE2, GL support and XFree86 4.0.2_2+ & xthreads) References: <20010318161729.M61859@ohm.physics.purdue.edu> <20010318184039.V61859@ohm.physics.purdue.edu> From: Dag-Erling Smorgrav Date: 19 Mar 2001 01:06:47 +0100 In-Reply-To: Will Andrews's message of "Sun, 18 Mar 2001 18:40:39 -0500" Message-ID: Lines: 29 User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Will Andrews writes: > On Mon, Mar 19, 2001 at 12:27:56AM +0100, Dag-Erling Smorgrav wrote: > > Have you tried to simply fix the KDE configure scripts to enable > > threading on FreeBSD (they currently only allow threading on Linux), > > then run aclocal and autoconf, and configure --enable-mt? > What do you think the current kdelibs2/kdebase2/kdesupport2 ports do? I can't see any patches in x11/kdelibs2/files that look anything like this: --- acinclude.m4.orig Mon Mar 19 01:04:13 2001 +++ acinclude.m4 Mon Mar 19 01:04:30 2001 @@ -855,7 +855,7 @@ if test "x$kde_use_qt_mt" = "xyes"; then case $host in - *-*-linux-*) + *-*-linux-*|*-*-freebsd*) if test "x$GCC" = "xyes"; then CPPFLAGS="$CPPFLAGS -DQT_THREAD_SUPPORT -pthread" X_EXTRA_LIBS="$X_EXTRA_LIBS -pthread" Neither do I see "--enable-mt" in CONFIGURE_FLAGS, nor do I see USE_AUTOCONF being set to "YES", so you're going to have to work harder to convince me that you're doing this correctly. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message