From 079bcd07793956378f9ebf04474c78e7301433a3 Mon Sep 17 00:00:00 2001 From: jlam Date: Tue, 10 Aug 2004 18:47:55 +0000 Subject: Update pkgtools/libnbcompat to 20040809. Changes from version 20040805 include: * Re-adding a default value for pkg_use_nbcompat_vis; this was causing the configure script to fail on platforms that had funky versions of vis(). This should fix reported problems on Solaris 8 and on IRIX 5.3. * Added setgroupent() and setpassent() compatibility functions so that pwcache.c will build without complaining about an incompatible pointer type assignment. * Remove unused tests for , , h_errno and hstrerror(). These were originally used to bootstrap lukemftp, but tnftp doesn't need libnbcompat to build nowadays, so we don't need these anymore. * Cleanup: in cases where we test for a function using AC_REPLACE_FUNCS, move the function prototype into a nbcompat header that is the same name as the NetBSD header that contains that declaration, and include that file in place of the original one within nbcompat.h. This version has been tested to build on the following systems: FreeBSD-4.8/i386 NetBSD-1.6.2/i386 FreeBSD-5.2.1/i386 NetBSD-2.0_BETA/i386 IRIX 6.5 Red Hat Linux 8.0 MacOS X 10.3.4 Solaris 8 MacOS X 10.3.5 Solaris 9 --- pkgtools/libnbcompat/PLIST | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'pkgtools/libnbcompat/PLIST') diff --git a/pkgtools/libnbcompat/PLIST b/pkgtools/libnbcompat/PLIST index d9c09142606..aba98747f73 100644 --- a/pkgtools/libnbcompat/PLIST +++ b/pkgtools/libnbcompat/PLIST @@ -1,18 +1,30 @@ -@comment $NetBSD: PLIST,v 1.11 2004/08/06 16:55:09 jlam Exp $ +@comment $NetBSD: PLIST,v 1.12 2004/08/10 18:47:55 jlam Exp $ include/nbcompat.h include/nbcompat/err.h include/nbcompat/fnmatch.h include/nbcompat/fts.h include/nbcompat/getopt.h include/nbcompat/glob.h +include/nbcompat/grp.h +include/nbcompat/limits.h include/nbcompat/md5.h include/nbcompat/nbconfig.h include/nbcompat/nbtypes.h +include/nbcompat/paths.h include/nbcompat/poll.h +include/nbcompat/pwd.h include/nbcompat/queue.h include/nbcompat/rmd160.h include/nbcompat/sha1.h +include/nbcompat/stat.h include/nbcompat/statvfs.h +include/nbcompat/stdio.h +include/nbcompat/stdlib.h +include/nbcompat/string.h +include/nbcompat/time.h +include/nbcompat/tzfile.h +include/nbcompat/unistd.h +include/nbcompat/util.h include/nbcompat/vis.h lib/libnbcompat.a @dirrm include/nbcompat -- cgit v1.2.3