Subject: CVS commit: pkgsrc/x11/xproto
To: None <pkgsrc-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: pkgsrc-changes
Date: 12/15/2006 19:11:48
Module Name:	pkgsrc
Committed By:	joerg
Date:		Fri Dec 15 19:11:48 UTC 2006

Modified Files:
	pkgsrc/x11/xproto: Makefile distinfo
	pkgsrc/x11/xproto/patches: patch-aa patch-ab patch-ac

Log Message:
Just include limits.h in Xos_r.h, don't play with _POSIX_SOURCE.
For example, configure plays dirty with that.

Fix a type in the MTSAFE_PWAPI section and the configure test for
NETDBAPI (from David Sainty).

Assume that readdir_r follows POSIX semantics if configure detected it
and we have no reason to believe so otherwise. Most importantly, use it
when _POSIX_REENTRANT_FUNCTIONS is not defined.

Bump revision.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 pkgsrc/x11/xproto/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/x11/xproto/distinfo
cvs rdiff -r1.1 -r1.2 pkgsrc/x11/xproto/patches/patch-aa \
    pkgsrc/x11/xproto/patches/patch-ab pkgsrc/x11/xproto/patches/patch-ac

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