From owner-freebsd-ports Wed Apr 11 2:50: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6527337B424 for ; Wed, 11 Apr 2001 02:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3B9o2X01573; Wed, 11 Apr 2001 02:50:02 -0700 (PDT) (envelope-from gnats) Received: from arthur.cs.uni-magdeburg.de (arthur.CS.Uni-Magdeburg.De [141.44.27.36]) by hub.freebsd.org (Postfix) with ESMTP id B158D37B423 for ; Wed, 11 Apr 2001 02:44:16 -0700 (PDT) (envelope-from jesse@arthur.cs.uni-magdeburg.de) Received: (from jesse@localhost) by arthur.cs.uni-magdeburg.de (8.11.3/8.11.3) id f3B9iMP29517; Wed, 11 Apr 2001 11:44:22 +0200 (CEST) (envelope-from jesse) Message-Id: <200104110944.f3B9iMP29517@arthur.cs.uni-magdeburg.de> Date: Wed, 11 Apr 2001 11:44:22 +0200 (CEST) From: jesse@cs.uni-magdeburg.de Reply-To: jesse@cs.uni-magdeburg.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/26495: Update devel/tmake to make use of the new qtgl library of the Qt port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26495 >Category: ports >Synopsis: Update devel/tmake to make use of the new qtgl library of the Qt port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Apr 11 02:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: >Release: FreeBSD 4.3-BETA i386 >Organization: Otto-von-Guericke University of Magdeburg >Environment: System: FreeBSD arthur.cs.uni-magdeburg.de 4.3-BETA FreeBSD 4.3-BETA #1: Thu Mar 15 09:22:08 CET 2001 root@arthur.cs.uni-magdeburg.de:/usr/obj/usr/src/sys/ARTHUR i386 >Description: Port x11-toolkits/qt23 introduces a new library qtgl to make use of OpenGL inside of Qt applications. It is a Good Thing (tm) to take care of that in this port instead of patching Makefiles in other ports that make use of tmake. Also affected: Port misc/mango/Makefile: The qtgl patch there could (or even should) be removed. Currently there seem to be no ports that make use of tmake and don't depend on OpenGL. But they should not be affected anyway as the qtgl library does contain all symbols from the qt lib. >How-To-Repeat: n/a >Fix: diff -ruN tmake.bak/files/patch-ab tmake/files/patch-ab --- tmake.bak/files/patch-ab Wed Jan 17 05:55:28 2001 +++ tmake/files/patch-ab Wed Apr 11 11:36:54 2001 @@ -1,5 +1,5 @@ --- lib/freebsd-g++/tmake.conf Sat Nov 4 19:00:02 2000 -+++ lib/freebsd-g++/tmake.conf.new Mon Jan 15 11:44:12 2001 ++++ lib/freebsd-g++/tmake.conf.new Wed Apr 11 11:36:10 2001 @@ -31,7 +31,7 @@ TMAKE_LIBDIR = /usr/local/lib TMAKE_INCDIR_X11 = /usr/X11R6/include @@ -15,7 +15,7 @@ TMAKE_LIBS_X11SM = -lICE -lSM -TMAKE_LIBS_QT = -lqt -TMAKE_LIBS_QT_THREAD = -lqt-mt -+TMAKE_LIBS_QT = -lqt2 ++TMAKE_LIBS_QT = -lqtgl +TMAKE_LIBS_QT_THREAD = -lqt2-mt TMAKE_LIBS_OPENGL = -lGLU -lGL -lXmu TMAKE_LIBS_THREAD = >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message