Bug 24214 - [PATCH] verbose 'make index'
Summary: [PATCH] verbose 'make index'
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: Port Management Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-01-10 09:20 UTC by Peter Pentchev
Modified: 2004-06-10 08:39 UTC (History)
0 users

See Also:


Attachments
file.diff (880 bytes, patch)
2001-01-10 09:20 UTC, Peter Pentchev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Pentchev 2001-01-10 09:20:00 UTC
When I rebuild the Ports Collection's index after my daily cvsup, sometimes
I wonder just how it is progressing - it just sits there, saying nothing,
and no temporary files to tail either.  So here's a little patch to add
a INDEX_VERBOSE define which controls display of the port subdirs being
processed during the 'make index' procedure.

BTW, just for info - is the ports/Makefile also in PW's bailiwick?

How-To-Repeat: 
cd /usr/ports && make index
- watch it just 'do something' with no progress indication.
cd /usr/ports && make -DINDEX_VERBOSE index
- watch the subdirs happily go by on your terminal ;)
Comment 1 Will Andrews 2001-01-10 13:58:57 UTC
On Wed, Jan 10, 2001 at 09:17:28AM -0000, Peter Pentchev wrote:
> BTW, just for info - is the ports/Makefile also in PW's bailiwick?

Yes.  Everything at toplevel and under 1st-letter-capitalized dirs at
toplevel, except ports/Tools/scripts.

-- 
wca
Comment 2 Peter Pentchev freebsd_committer freebsd_triage 2001-01-15 17:43:26 UTC
Responsible Changed
From-To: freebsd-ports->asami

People say the Ports Wraith controls this file..
Comment 3 Will Andrews freebsd_committer freebsd_triage 2001-04-04 09:19:47 UTC
Responsible Changed
From-To: asami->portmgr

Over to new maintainer.
Comment 4 Kris Kennaway freebsd_committer freebsd_triage 2004-06-06 05:19:21 UTC
State Changed
From-To: open->analyzed

Testing on bento for subsequent commit
Comment 5 Kris Kennaway freebsd_committer freebsd_triage 2004-06-10 08:39:05 UTC
State Changed
From-To: analyzed->closed

Change committed, thanks