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.
20 lines
577 B
Text
20 lines
577 B
Text
@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
|
|
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/statvfs.h
|
|
include/nbcompat/vis.h
|
|
lib/libnbcompat.a
|
|
@dirrm include/nbcompat
|
|
@unexec ${RMDIR} -p %D/include 2>/dev/null || ${TRUE}
|
|
@unexec ${RMDIR} -p %D/lib 2>/dev/null || ${TRUE}
|