Subject: CVS commit: pkgsrc/pkgtools/libnbcompat
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 09/06/2003 06:13:49
Module Name:	pkgsrc
Committed By:	jlam
Date:		Sat Sep  6 06:13:49 UTC 2003

Modified Files:
	pkgsrc/pkgtools/libnbcompat: Makefile
	pkgsrc/pkgtools/libnbcompat/files: configure configure.ac nbcompat.h
	pkgsrc/pkgtools/libnbcompat/files/nbcompat: nbconfig.h.in

Log Message:
Ensure that struct option is defined properly before accepting that having
getopt.h implies having getopt_long.  Also Fix checks for setmode, pwcache,
and vis so that if any of a list of functions is missing, then use the
nbcompat versions.


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 pkgsrc/pkgtools/libnbcompat/Makefile
cvs rdiff -r1.20 -r1.21 pkgsrc/pkgtools/libnbcompat/files/configure \
    pkgsrc/pkgtools/libnbcompat/files/configure.ac
cvs rdiff -r1.16 -r1.17 pkgsrc/pkgtools/libnbcompat/files/nbcompat.h
cvs rdiff -r1.5 -r1.6 \
    pkgsrc/pkgtools/libnbcompat/files/nbcompat/nbconfig.h.in

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