Subject: CVS commit: pkgsrc/chat/i2cb
To: None <pkgsrc-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: pkgsrc-changes
Date: 12/13/2005 21:30:11
Module Name: pkgsrc
Committed By: joerg
Date: Tue Dec 13 21:30:11 UTC 2005
Modified Files:
pkgsrc/chat/i2cb: distinfo
pkgsrc/chat/i2cb/patches: patch-ac patch-ad patch-ag patch-as
Added Files:
pkgsrc/chat/i2cb/patches: patch-aw
Log Message:
Always include sys/types.h, it is needed on !NetBSD as well.
Use dirent.h instead of sys/dir.h, the former is POSIX and the latter
gives a warning on DragonFly, which breaks -Werror.
Use NAME_MAX if available, fall back to MAXNAMLEN otherwise.
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 pkgsrc/chat/i2cb/distinfo
cvs rdiff -r1.2 -r1.3 pkgsrc/chat/i2cb/patches/patch-ac
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/chat/i2cb/patches/patch-ad \
pkgsrc/chat/i2cb/patches/patch-ag
cvs rdiff -r1.1 -r1.2 pkgsrc/chat/i2cb/patches/patch-as
cvs rdiff -r0 -r1.1 pkgsrc/chat/i2cb/patches/patch-aw
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.