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. Fix: Patch attached with submission follows:
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
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->lippe I'll take it.
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"
State Changed From-To: feedback->closed Committed. Thanks!