diff options
author | jlam <jlam@pkgsrc.org> | 2003-09-01 15:32:18 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-09-01 15:32:18 +0000 |
commit | c9213baa138df8e5672072658016a539d162c940 (patch) | |
tree | 3d701e39d52e1d65d446b1fe7935bb64627ee1c8 /doc | |
parent | 0c71abea7bc5069ad2801f22018009cf6fbbe310 (diff) | |
download | pkgsrc-c9213baa138df8e5672072658016a539d162c940.tar.gz |
Update pkgtools/libnbcompat to version 20030823:
* Add mkdtemp, TAILQ_*, and statfs.
* Install a nbconfig.h file containing the discovered system information
and include it directly in nbcompat.h. Make all files use nbconfig.h
instead of config.h. Ensure that all installed headers don't include
any local header files. This makes libnbcompat more self-contained.
* Consistently use "#if HAVE_HEADER_H" instead of "#ifdef HAVE_HEADER_H"
since sometimes people put -DHAVE_HEADER_H=0 on their command lines.
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 0d9c9dfde4e..291aab53933 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.3187 2003/09/01 14:53:47 minoura Exp $ +$NetBSD: CHANGES,v 1.3188 2003/09/01 15:32:18 jlam Exp $ Changes to the packages collection and infrastructure in 2003: @@ -3445,3 +3445,4 @@ Changes to the packages collection and infrastructure in 2003: Updated postfix to 2.0.14 [martti 2003-09-01] Updated squirrelmail to 1.4.1 [martti 2003-09-01] Updated apel to 10.6 [minoura 2003-09-01] + Updated libnbcompat to 20020823 [jlam 2003-09-01] |