Date: Fri, 15 Aug 2008 00:17:28 GMT From: bf <bf2006a@yahoo.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/126542: [PATCH]devel/tmake : fix depends Message-ID: <200808150017.m7F0HSeY019536@www.freebsd.org> Resent-Message-ID: <200808150020.m7F0K8Hl038656@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808150017.m7F0HSeY019536>