Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Oct 2000 10:12:23 +0100 (CET)
From:      Roland Jesse <jesse@cs.uni-magdeburg.de>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/22390: Fix devel/tmake (SUPERCEDES pr 22389)
Message-ID:  <200010290912.e9T9CN605459@arthur.cs.uni-magdeburg.de>

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

>Number:         22390
>Category:       ports
>Synopsis:       Fix devel/tmake: It is intended for use with Qt 2
>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:   Sun Oct 29 01:10:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Roland Jesse
>Release:        FreeBSD 4.1-STABLE i386
>Organization:
Otto-von-Guericke University Magdeburg
>Environment:
FreeBSD arthur.cs.uni-magdeburg.de 4.1-STABLE FreeBSD 4.1-STABLE #0: Fri Sep 22 13:46:37 CEST 2000     root@arthur.cs.uni-magdeburg.de:/usr/obj/usr/src/sys/ARTHUR  i386
>Description:
The port was missing Qt2 as a requirement and one of the patches was
pointing to Qt 1 includes and libs instead Qt 2 includes and libs.

PR 22389 was missing the patch for TMAKE_LIBS_QT and
TMAKE_LIBS_QT_THREAD. Sorry.
>How-To-Repeat:
n/a
>Fix:
diff -ruN tmake.bak/Makefile tmake/Makefile
--- tmake.bak/Makefile	Sat Sep  2 15:34:39 2000
+++ tmake/Makefile	Sun Oct 29 09:47:06 2000
@@ -13,6 +13,7 @@
 MAINTAINER=	jesse@cs.uni-magdeburg.de
 
 USE_PERL5=	yes
+USE_QT2=	yes
 NO_BUILD=       yes
 TMAKE_BIN=	progen tmake
 
diff -ruN tmake.bak/files/patch-ab tmake/files/patch-ab
--- tmake.bak/files/patch-ab	Sat Sep  2 15:32:27 2000
+++ tmake/files/patch-ab	Sun Oct 29 10:05:53 2000
@@ -1,11 +1,22 @@
---- lib/freebsd-g++/tmake.conf	Wed Aug 23 18:03:32 2000
-+++ lib/freebsd-g++/tmake.conf.new	Fri Sep  1 17:09:54 2000
+--- lib/freebsd-g++/tmake.conf.orig	Wed Aug 23 18:03:32 2000
++++ lib/freebsd-g++/tmake.conf	Sun Oct 29 10:03:53 2000
 @@ -31,7 +31,7 @@
  TMAKE_LIBDIR		= /usr/local/lib
  TMAKE_INCDIR_X11	= /usr/X11R6/include
  TMAKE_LIBDIR_X11	= /usr/X11R6/lib
 -TMAKE_INCDIR_QT		= $(QTDIR)/include
-+TMAKE_INCDIR_QT		= $(QTDIR)/include/qt
++TMAKE_INCDIR_QT		= $(QTDIR)/include/qt2
  TMAKE_LIBDIR_QT		= $(QTDIR)/lib
  TMAKE_INCDIR_OPENGL	= /usr/X11R6/include
  TMAKE_LIBDIR_OPENGL	= /usr/X11R6/lib
+@@ -51,8 +51,8 @@
+ TMAKE_LIBS		=
+ TMAKE_LIBS_X11		= -lXext -lX11 -lm
+ TMAKE_LIBS_X11SM	= -lICE -lSM
+-TMAKE_LIBS_QT		= -lqt
+-TMAKE_LIBS_QT_THREAD	= -lqt-mt
++TMAKE_LIBS_QT		= -lqt2
++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?200010290912.e9T9CN605459>