diff options
author | jlam <jlam@pkgsrc.org> | 2004-08-10 18:47:55 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-08-10 18:47:55 +0000 |
commit | 079bcd07793956378f9ebf04474c78e7301433a3 (patch) | |
tree | 32753b0965e47ff024be03929a92b7cd91b3d48a /pkgtools/libnbcompat/PLIST | |
parent | b6c39ecb231772a7bd0e81030f67724a3fb6d129 (diff) | |
download | pkgsrc-079bcd07793956378f9ebf04474c78e7301433a3.tar.gz |
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 <arpa/nameser.h>, <netdb.h>, 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
Diffstat (limited to 'pkgtools/libnbcompat/PLIST')
-rw-r--r-- | pkgtools/libnbcompat/PLIST | 14 |
1 files changed, 13 insertions, 1 deletions
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 |