Subject: show the revision of files in the bulk logs
To: None <pkgsrc-bulk@NetBSD.org>
From: Roland Illig <roland.illig@gmx.de>
List: pkgsrc-bulk
Date: 04/28/2005 10:18:35
Hi all,

when bug-hunting bulk-build packages, I would like to know the exact 
version of the files involved in the build process. The appended patch 
adds a show-ident target to show the ident strings of some files.

The bulk-build should run

     ${MAKE} ${MAKEFLAGS} show-idents

before actually doing the package (around line 384).

Roland