From nobody@FreeBSD.org  Fri Aug 15 00:17:28 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 676F11065672
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 15 Aug 2008 00:17:28 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 4FD098FC1C
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 15 Aug 2008 00:17:28 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m7F0HSRO019537
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 15 Aug 2008 00:17:28 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m7F0HSeY019536;
	Fri, 15 Aug 2008 00:17:28 GMT
	(envelope-from nobody)
Message-Id: <200808150017.m7F0HSeY019536@www.freebsd.org>
Date: Fri, 15 Aug 2008 00:17:28 GMT
From: bf <bf2006a@yahoo.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH]devel/tmake : fix depends
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: jesse@cs.uni-magdeburg.de

>Number:         126542
>Category:       ports
>Synopsis:       [PATCH]devel/tmake : fix depends
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    lippe
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 15 00:20:08 UTC 2008
>Closed-Date:    Tue Sep 02 01:29:03 UTC 2008
>Last-Modified:  Tue Sep  2 01:30:05 UTC 2008
>Originator:     bf
>Release:        7-STABLE i386
>Organization:
-
>Environment:
>Description:
devel/tmake, although it is used to construct makefiles for qt3-related projects, doesn't actually USE_QT.  With this change, ports that use tmake during a build, but should only depend on qt conditionally, aren't forced to depend upon qt unconditionally.  Example:  devel/doxygen.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN tmake.orig/Makefile tmake/Makefile
--- tmake.orig/Makefile	2008-06-06 09:21:57.000000000 -0400
+++ tmake/Makefile	2008-08-12 00:01:43.544767000 -0400
@@ -15,7 +15,6 @@
 COMMENT=	Extremely portable perl-based make utility
 
 USE_PERL5=	yes
-USE_QT_VER=	3
 NO_BUILD=	yes
 TMAKE_BIN=	progen tmake
 


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Fri Aug 15 00:20:27 UTC 2008 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=126542 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: jesse@cs.uni-magdeburg.de
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/126542: [PATCH]devel/tmake : fix depends
Date: Fri, 15 Aug 2008 00:20:23 UT

 Maintainer of devel/tmake,
 
 Please note that PR ports/126542 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/126542
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: freebsd-ports-bugs->lippe 
Responsible-Changed-By: lippe 
Responsible-Changed-When: Wed Aug 20 17:41:48 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=126542 
State-Changed-From-To: feedback->closed 
State-Changed-By: lippe 
State-Changed-When: Tue Sep 2 01:29:02 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=126542 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/126542: commit references a PR
Date: Tue,  2 Sep 2008 01:28:45 +0000 (UTC)

 lippe       2008-09-02 01:28:35 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/tmake          Makefile 
   Log:
   - Although it is used to construct makefiles for qt3-related projects, does not actually use USE_QT. With this change, ports that use tmake during a build, but should only depend on qt conditionally, are not forced to depend upon qt unconditionally. Example: devel/doxygen.
   - Optimize Makefile.
   - Bump PORTREVISION.
   
   PR:             ports/126542
   Submitted by:   bf <bf2006a@yahoo.com>
   Approved by:    maintainer timeout (> 2 weeks)
   
   Revision  Changes    Path
   1.20      +5 -8      ports/devel/tmake/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
