diff options
author | jlam <jlam@pkgsrc.org> | 2004-08-06 16:55:06 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-08-06 16:55:06 +0000 |
commit | d80f435723d764ebf202242ff4359ec5b4d69b11 (patch) | |
tree | df8513e9763ed44e03e6a32670029a3e269938be /pkgtools/libnbcompat/PLIST | |
parent | ca0d568e40036beba63da444c98bd4c77e1fa48b (diff) | |
download | pkgsrc-d80f435723d764ebf202242ff4359ec5b4d69b11.tar.gz |
Update pkgtools/libnbcompat to 20040805. Changes from version 20040512
include:
(1) Add a statvfs() implementation based on statfs(), and remove the
statfs() NetBSD-compatibility implementation. statvfs() is used
in src/usr.sbin/pkg_install on the HEAD branch.
(2) Add a fnmatch() implementation, needed by IRIX. fnmatch() is used
in src/usr.sbin/pkg_install on the HEAD branch.
(3) Remove fseeko(), inet_ntop(), inet_pton(), sl_*() strptime(), and
timegm() as they're not used by any of the bootstrap packages that
require libnbcompat (pax, mtree, pkg_install). All that's left is
what's necessary to bootstrap those three packages.
Diffstat (limited to 'pkgtools/libnbcompat/PLIST')
-rw-r--r-- | pkgtools/libnbcompat/PLIST | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgtools/libnbcompat/PLIST b/pkgtools/libnbcompat/PLIST index 4ad1e9fbe62..d9c09142606 100644 --- a/pkgtools/libnbcompat/PLIST +++ b/pkgtools/libnbcompat/PLIST @@ -1,6 +1,7 @@ -@comment $NetBSD: PLIST,v 1.10 2003/09/06 01:35:07 jlam Exp $ +@comment $NetBSD: PLIST,v 1.11 2004/08/06 16:55:09 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 @@ -8,9 +9,10 @@ include/nbcompat/md5.h include/nbcompat/nbconfig.h include/nbcompat/nbtypes.h include/nbcompat/poll.h +include/nbcompat/queue.h include/nbcompat/rmd160.h include/nbcompat/sha1.h -include/nbcompat/statfs.h +include/nbcompat/statvfs.h include/nbcompat/vis.h lib/libnbcompat.a @dirrm include/nbcompat |