Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Oct 1996 16:51:12 +0100
From:      Wolfram Schneider <wosch@cs.tu-berlin.de>
To:        John Fieber <jfieber@indiana.edu>
Cc:        ports@freebsd.org
Subject:   Re: www.freebsd.org/ports/index.html
Message-ID:  <199610291551.QAA03247@campa.panke.de>
In-Reply-To: <Pine.BSI.3.95.961028171648.6405B-100000@fallout.campusview.indiana.edu>
References:  <199610282040.VAA00635@campa.panke.de> <Pine.BSI.3.95.961028171648.6405B-100000@fallout.campusview.indiana.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
John Fieber writes:
>However, just using the INDEX file will fail in detecting many
>updates because only a few selected bits of the Makefile are
>reflected the INDEX.  With a checked out ports tree, I'll have to
>dig through the CVS directories to discover the most recent date
>change. Maybe the Makefile target that generates INDEX could do
>this?  Hmmm....

cvs -q rdiff -D'last week' -Dtoday ports | sed -n 's/^Index: //p' 

Print all files, which have been changed last week. Of course it is
slow, ~20 min.

Wolfram



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610291551.QAA03247>