Bug 126542 - [PATCH]devel/tmake : fix depends
Summary: [PATCH]devel/tmake : fix depends
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Felippe de Meirelles Motta
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-15 01:20 UTC by bf
Modified: 2008-09-02 02:30 UTC (History)
0 users

See Also:


Attachments
file.diff (303 bytes, patch)
2008-08-15 01:20 UTC, bf
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description bf 2008-08-15 01:20:08 UTC
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:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-08-15 01:20:23 UTC
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
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2008-08-15 01:20:27 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Felippe de Meirelles Motta freebsd_committer freebsd_triage 2008-08-20 18:41:48 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lippe

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2008-09-02 02:28:45 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"
Comment 5 Felippe de Meirelles Motta freebsd_committer freebsd_triage 2008-09-02 02:29:02 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!