diff options
author | jlam <jlam@pkgsrc.org> | 2003-09-03 03:28:23 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-09-03 03:28:23 +0000 |
commit | 63ea2414a6b7259eebc4105dc63eb8b5a4037631 (patch) | |
tree | 874eacbf6a99a24d115a25408a697b783ba924a1 /pkgtools/libnbcompat/PLIST | |
parent | 45c3507113c07d97f61da4f960da3e6be161dad9 (diff) | |
download | pkgsrc-63ea2414a6b7259eebc4105dc63eb8b5a4037631.tar.gz |
Update pkgtools/libnbcompat to 20030824. Changes from previous version:
* Don't install namespace.h, extern.h and stat_flags.h, which are
only used internally.
* Clean up util.h by using '#if !HAVE_xxx' instead of
'#ifndef !HAVE_xxx', removing some LIST_* definitions that are
defined by <nbcompat.h>, and removing static declarations.
* If fparseln is in libutil (as it is in NetBSD), then don't build
it into libnbcompat.a.
Diffstat (limited to 'pkgtools/libnbcompat/PLIST')
-rw-r--r-- | pkgtools/libnbcompat/PLIST | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/pkgtools/libnbcompat/PLIST b/pkgtools/libnbcompat/PLIST index 72c1dc136a9..8d164b27065 100644 --- a/pkgtools/libnbcompat/PLIST +++ b/pkgtools/libnbcompat/PLIST @@ -1,12 +1,10 @@ -@comment $NetBSD: PLIST,v 1.5 2003/09/01 15:31:14 jlam Exp $ -include/libnbcompat/extern.h +@comment $NetBSD: PLIST,v 1.6 2003/09/03 03:28:28 jlam Exp $ include/libnbcompat/err.h include/libnbcompat/ftpglob.h include/libnbcompat/fts.h include/libnbcompat/getopt.h include/libnbcompat/md5.h include/libnbcompat/mtree.h -include/libnbcompat/namespace.h include/libnbcompat/nbcompat.h include/libnbcompat/nbconfig.h include/libnbcompat/nbtypes.h @@ -15,7 +13,6 @@ include/libnbcompat/pwcache.h include/libnbcompat/rmd160.h include/libnbcompat/sha1.h include/libnbcompat/sha2.h -include/libnbcompat/stat_flags.h include/libnbcompat/util.h include/libnbcompat/vis.h lib/libnbcompat.a |