From will@blackdawn.com  Fri Jan  7 23:32:07 2000
Return-Path: <will@blackdawn.com>
Received: from asgaard.whispering.org (208-241-93-179.hsacorp.net [208.241.93.179])
	by hub.freebsd.org (Postfix) with ESMTP id D0F011513E
	for <FreeBSD-gnats-submit@FreeBSD.ORG>; Fri,  7 Jan 2000 23:32:04 -0800 (PST)
	(envelope-from will@blackdawn.com)
Received: from shadow.blackdawn.com (16-170.008.popsite.net [209.69.195.170])
	by asgaard.whispering.org (8.9.3/8.9.3) with ESMTP id CAA20127
	for <FreeBSD-gnats-submit@FreeBSD.ORG>; Sat, 8 Jan 2000 02:31:58 -0500 (EST)
	(envelope-from will@blackdawn.com)
Received: (from root@localhost)
	by shadow.blackdawn.com (8.9.3/8.9.3) id CAA55761;
	Sat, 8 Jan 2000 02:32:00 -0500 (EST)
	(envelope-from will)
Message-Id: <200001080732.CAA55761@shadow.blackdawn.com>
Date: Sat, 8 Jan 2000 02:32:00 -0500 (EST)
From: Will Andrews <andrews@technologist.com>
Sender: will@blackdawn.com
Reply-To: Will Andrews <andrews@technologist.com>
To: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: [PATCH] bsd.port.mk to accomodate Qt library upgrade
X-Send-Pr-Version: 3.2

>Number:         15976
>Category:       ports
>Synopsis:       [PATCH] bsd.port.mk to accomodate Qt library upgrade
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    asami
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan  7 23:40:01 PST 2000
>Closed-Date:    Wed Feb 23 23:36:26 PST 2000
>Last-Modified:  Wed Feb 23 23:36:44 PST 2000
>Originator:     Will Andrews
>Release:        FreeBSD 3.4-STABLE i386
>Organization:
none
>Environment:

FreeBSD shadow.blackdawn.com 3.4-STABLE FreeBSD 3.4-STABLE #0: Sat Jan  1 10:41:51 EST 2000     root@shadow.blackdawn.com:/usr/src/sys/compile/SHADOW  i386

>Description:

This is the bsd.port.mk diff that should
handle the new Qt/KDE behavior. Quite
simple, really.

See email from me, Message-Id XFMail.000108022745.andrews@TECHNOLOGIST.COM.

>How-To-Repeat:

Apply the patch against the current bsd.port.mk.

>Fix:

--- bsd.port.mk	Wed Nov 10 21:36:15 1999
+++ bsd.port.mk.new	Fri Jan  7 23:15:35 2000
@@ -144,7 +144,8 @@
 #						target.
 # USE_X_PREFIX	- Says that the port installs in ${X11BASE}.  Implies USE_XLIB.
 # USE_XLIB		- Says that the port uses X libraries.
-# USE_QT		- Says that the port uses version 1 of the qt toolkit.
+# USE_QT		- Says that the port uses version 1 of the qt toolkit. 
+#				  Implies USE_NEWGCC.
 # USE_QT2		- Says that the port uses version 2 of the qt toolkit.
 #				  Implies USE_NEWGCC.
 #
@@ -598,7 +599,8 @@
 .endif
 
 .if defined(USE_QT)
-LIB_DEPENDS+=	qt.2:${PORTSDIR}/x11-toolkits/qt142
+LIB_DEPENDS+=	qt.3:${PORTSDIR}/x11-toolkits/qt14
+USE_NEWGCC=		yes
 .endif
 
 .if defined(USE_QT2)

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->asami 
Responsible-Changed-By: mharo 
Responsible-Changed-When: Sat Jan 22 02:35:25 PST 2000 
Responsible-Changed-Why:  
asami is responsible for bsd.port.mk 
State-Changed-From-To: open->closed 
State-Changed-By: asami 
State-Changed-When: Wed Feb 23 23:36:26 PST 2000 
State-Changed-Why:  
Committed something similar, thanks! 
>Unformatted:
