Subject: CVS commit: pkgsrc/textproc/expat
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 02/05/2003 05:57:14
Module Name:	pkgsrc
Committed By:	jlam
Date:		Wed Feb  5 03:57:14 UTC 2003

Modified Files:
	pkgsrc/textproc/expat: Makefile distinfo
Added Files:
	pkgsrc/textproc/expat/patches: patch-aa

Log Message:
Bump PKGREVISION of textproc/expat to 1: fix an obvious C bug where types
should be declared/defined before they are used.  This should fix errors
of the form:

.../expat.h:657: use of enum `XML_Status' without previous declaration
.../expat.h:736: multiple definition of `enum XML_Status'


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 pkgsrc/textproc/expat/Makefile
cvs rdiff -r1.9 -r1.10 pkgsrc/textproc/expat/distinfo
cvs rdiff -r0 -r1.3 pkgsrc/textproc/expat/patches/patch-aa

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