Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Oct 2000 09:58:02 +0100 (CET)
From:      Roland Jesse <jesse@cs.uni-magdeburg.de>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/22389: Fix devel/tmake: It is intended for use with Qt 2
Message-ID:  <200010290858.e9T8w2r02578@arthur.cs.uni-magdeburg.de>

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

>Number:         22389
>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:00:00 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 instead Qt 2 includes.
>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 09:46:23 2000
@@ -5,7 +5,7 @@
  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

>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?200010290858.e9T8w2r02578>