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 /doc | |
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 'doc')
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 2096f1fbfa9..c8b49c25706 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.3214 2003/09/02 17:58:22 epg Exp $ +$NetBSD: CHANGES,v 1.3215 2003/09/03 03:28:23 jlam Exp $ Changes to the packages collection and infrastructure in 2003: @@ -3489,3 +3489,4 @@ Changes to the packages collection and infrastructure in 2003: Updated gmplayer to 1.0rc1 [jmmv 2003-09-02] Updated mencoder to 1.0rc1 [jmmv 2003-09-02] Updated subversion to 0.28.2 [epg 2003-09-02] + Updated libnbcompat to 20030824 [jlam 2003-09-02] |