Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Apr 2001 11:44:22 +0200 (CEST)
From:      jesse@cs.uni-magdeburg.de
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/26495: Update devel/tmake to make use of the new qtgl library of the Qt port
Message-ID:  <200104110944.f3B9iMP29517@arthur.cs.uni-magdeburg.de>

next in thread | raw e-mail | index | archive | help

>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




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