ports/126542: [PATCH]devel/tmake : fix depends

bf bf2006a at yahoo.com
Fri Aug 15 00:20:08 UTC 2008


>Number:         126542
>Category:       ports
>Synopsis:       [PATCH]devel/tmake : fix depends
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 15 00:20:08 UTC 2008
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list