From arved@FreeBSD.org  Fri Jul 23 15:07:02 2004
Return-Path: <arved@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 57EF716A4CF
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 23 Jul 2004 15:07:02 +0000 (GMT)
Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 518F143D46
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 23 Jul 2004 15:07:02 +0000 (GMT)
	(envelope-from arved@FreeBSD.org)
Received: from freefall.freebsd.org (arved@localhost [127.0.0.1])
	by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NF72YL022391
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 23 Jul 2004 15:07:02 GMT
	(envelope-from arved@freefall.freebsd.org)
Received: (from arved@localhost)
	by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i6NF72rr022390;
	Fri, 23 Jul 2004 15:07:02 GMT
	(envelope-from arved)
Message-Id: <200407231507.i6NF72rr022390@freefall.freebsd.org>
Date: Fri, 23 Jul 2004 15:07:02 GMT
From: Tilman Linneweh <arved@FreeBSD.org>
Reply-To: Tilman Linneweh <arved@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Clean up after QT2 removal
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         69486
>Category:       ports
>Synopsis:       Clean up after QT2 removal
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    portmgr
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 23 15:10:22 GMT 2004
>Closed-Date:    Fri Nov 19 13:48:47 GMT 2004
>Last-Modified:  Fri Nov 19 13:48:47 GMT 2004
>Originator:     Tilman Linneweh
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
>Environment:
System: FreeBSD freefall.freebsd.org 4.10-STABLE FreeBSD 4.10-STABLE #13: Fri May 28 21:29:54 PDT 2004 kensmith@freefall.freebsd.org:/c/src/sys/compile/FREEFALL i386


	
>Description:
	
>How-To-Repeat:
	
>Fix:

	

--- bsd.port.mk.diff begins here ---
Index: bsd.port.mk
===================================================================
RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v
retrieving revision 1.494
diff -u -r1.494 bsd.port.mk
--- bsd.port.mk	22 Jul 2004 23:02:41 -0000	1.494
+++ bsd.port.mk	23 Jul 2004 15:05:20 -0000
@@ -320,9 +320,8 @@
 # USE_KDELIBS_VER	- Set to 3 to use the KDE libraries.
 #					  Implies inclusion
 #					  of bsd.kde.mk.  Default: not set.
-# USE_QT_VER		- Set to either 2 or 3 to use the QT libraries.
-#					  (Only 3 is currently supported).  Implies inclusion
-#					  of bsd.kde.mk.  Default: not set.
+# USE_QT_VER		- Set to 3 to use the QT libraries.
+#					  Implies inclusion of bsd.kde.mk.  Default: not set.
 #
 # USE_LINUX			- Set to yes to say the port needs emulators/linux_base.
 #					  Default: not set.
@@ -1155,7 +1154,7 @@
 .include "${PORTSDIR}/Mk/bsd.ruby.mk"
 .endif
 
-.if defined(USE_QT) || defined(USE_QT2) || defined(USE_QT_VER) || defined(USE_KDELIBS_VER) || defined(USE_KDEBASE_VER)
+.if defined(USE_QT_VER) || defined(USE_KDELIBS_VER) || defined(USE_KDEBASE_VER)
 .include "${PORTSDIR}/Mk/bsd.kde.mk"
 .endif
 
--- bsd.port.mk.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->portmgr 
Responsible-Changed-By: arved 
Responsible-Changed-When: Fri Jul 23 15:13:29 GMT 2004 
Responsible-Changed-Why:  
Over to bsd.port.mk maintainers 

http://www.freebsd.org/cgi/query-pr.cgi?pr=69486 
State-Changed-From-To: open->closed 
State-Changed-By: krion 
State-Changed-When: Fri Nov 19 13:48:42 GMT 2004 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=69486 
>Unformatted:
