From owner-freebsd-ports Fri Aug 30 1: 0:15 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1184F37B400 for ; Fri, 30 Aug 2002 01:00:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD46843E75 for ; Fri, 30 Aug 2002 01:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7U804JU076884 for ; Fri, 30 Aug 2002 01:00:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7U804Y8076883; Fri, 30 Aug 2002 01:00:04 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F1B337B401; Fri, 30 Aug 2002 00:57:20 -0700 (PDT) Received: from 21322530218.direct.eti.at (21322530218.direct.eti.at [213.225.30.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DE2A43E6E; Fri, 30 Aug 2002 00:56:46 -0700 (PDT) (envelope-from tilman@arved.de) Received: from sauna.arved.de (sauna.arved.de [192.168.2.4]) by 21322530218.direct.eti.at (8.12.5/8.12.5) with ESMTP id g7U7vto4031299; Fri, 30 Aug 2002 09:57:55 +0200 (CEST) (envelope-from tilman@arved.de) Received: from sauna.arved.de (sauna.arved.de [127.0.0.1]) by sauna.arved.de (8.12.5/8.12.5) with ESMTP id g7U7uoUK058062; Fri, 30 Aug 2002 09:56:50 +0200 (CEST) (envelope-from tilman@sauna.arved.de) Received: (from tilman@localhost) by sauna.arved.de (8.12.5/8.12.5/Submit) id g7U7uoQu058061; Fri, 30 Aug 2002 09:56:50 +0200 (CEST) Message-Id: <200208300756.g7U7uoQu058061@sauna.arved.de> Date: Fri, 30 Aug 2002 09:56:50 +0200 (CEST) From: Tilman Linneweh Reply-To: Tilman Linneweh To: FreeBSD-gnats-submit@FreeBSD.org Cc: kde@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/42185: x11-toolkits/qt30 Add "thread" to qmake.conf Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 42185 >Category: ports >Synopsis: x11-toolkits/qt30 Add "thread" to qmake.conf >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Aug 30 01:00:03 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Tilman Linneweh >Release: FreeBSD 4.6-STABLE i386 >Organization: BSD Usergroup Austria >Environment: System: FreeBSD sauna.arved.de 4.6-STABLE FreeBSD 4.6-STABLE #0: Sun Jul 7 20:02:41 CEST 2002 tilman@sauna.arved.de:/usr/obj/usr/src/sys/SAUNA i386 >Description: FreeBSD port installs threaded version of qt (qt-mt), but qmake.conf is installed withouth thread in the CONFIG variable. Because of that, qmake tried to link with -lqt instead of -lqt-mt -pthread and fails. With thread in the CONFIG everything works. This affects all ports that use qmake. >How-To-Repeat: >Fix: --- qt.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11-toolkits/qt30/Makefile,v retrieving revision 1.113 diff -u -r1.113 Makefile --- Makefile 17 Aug 2002 19:49:44 -0000 1.113 +++ Makefile 30 Aug 2002 07:49:28 -0000 @@ -105,6 +105,8 @@ ${WRKSRC}/mkspecs/freebsd-g++/qmake.conf @${REINPLACE_CMD} -e 's,g++,${CXX},' \ ${WRKSRC}/mkspecs/freebsd-g++/qmake.conf + @${REINPLACE_CMD} -e 's,release,release thread,' \ + ${WRKSRC}/mkspecs/freebsd-g++/qmake.conf # Work around qmake generated dependencies pre-install: --- qt.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message