Bug 98977 - [PATCH] misc/tinderbox: don't depend on net/csup if it's already in base
Summary: [PATCH] misc/tinderbox: don't depend on net/csup if it's already in base
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: Ion-Mihai "IOnut" Tetcu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-15 11:00 UTC by Ion-Mihai "IOnut" Tetcu
Modified: 2006-06-20 11:45 UTC (History)
0 users

See Also:


Attachments
ports_tinderbox.diff (491 bytes, patch)
2006-06-15 11:00 UTC, Ion-Mihai "IOnut" Tetcu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2006-06-15 11:00:34 UTC

From: Dmitry Morozovsky <marck@rinet.ru>:

upgrading the tinderbox I've seen a glitch with csup:

> Stale dependency: tinderbox-2.3.1 --> csup-20060313 -- manually run 'pkgdb 
-F' to fix, or specify -O to force.

.if defined(WITH_CSUP)
RUN_DEPENDS+=   csup:${PORTSDIR}/net/csup
.endif

But current after 2006/03/14 and RELENG_6 after 2006/05/15 (revisions 1.3 and 
1.3.2.1 of src/usr.bin/M<akefile respectively) has csup included in base system
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-06-15 11:04:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->itetcu

Submitter has GNATS access
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2006-06-15 11:04:19 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 3 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2006-06-20 11:45:49 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!