Subject: CVS commit: pkgsrc/devel/id-utils
To: None <pkgsrc-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: pkgsrc-changes
Date: 01/08/2003 04:36:02
Module Name:	pkgsrc
Committed By:	thorpej
Date:		Wed Jan  8 02:36:02 UTC 2003

Modified Files:
	pkgsrc/devel/id-utils: Makefile distinfo
	pkgsrc/devel/id-utils/patches: patch-ac
Removed Files:
	pkgsrc/devel/id-utils/patches: patch-aq

Log Message:
#include statements in asm files that did not match the form:

#include "foo.h"
..or..
#include <foo.h>

would cause mkid to happily loop forever.  Fix this, making the
scanner properly detect EOL/EOF and defined name tokens in #include
statements, as well.

Merge all libidu/scanners.c patches into a single patch file.

Bump package revision to nb3.


To generate a diff of this commit:
cvs rdiff -r1.27 -r1.28 pkgsrc/devel/id-utils/Makefile
cvs rdiff -r1.10 -r1.11 pkgsrc/devel/id-utils/distinfo
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/id-utils/patches/patch-ac
cvs rdiff -r1.1 -r0 pkgsrc/devel/id-utils/patches/patch-aq

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.